I wish to use a freeradius server which proxies all requests for users from
test.com to another radius server.
I read up a lot and configured the proxy.conf to have new realm as follows:
type = radius
secret = my_secret_with_other_radius_server
nostrip
}
However, when I get a request from a user from that domain, I see the following output:
Mon Dec 1 08:22:50 2013 : Info: [suffix] No such realm "
test.com"
Mon Dec 1 08:22:50 2013 : Info: ++[suffix] returns noop
Can someone help me with this. I would be really very grateful. I think I am missing some configuration but I am new to freeradius.
Thanks to all!