On Apr 15, 2016, at 7:43 AM, Alberto Pineda <alberto.pineda@fon.com> wrote:
I am working in a proof-of-concept and I need to configure a freeradius server as a proxy. It should redirect all the queries to another server. I have installed FreeRADIUS Version 2.1.12 in a Ubuntu 14.04.
That's old, but it should work.
First of all, I have created a client in clients.conf file:
That's good.
As the proxy server should redirect all the queries to the home server, in proxy.conf file I have only configured the realm DEFAULT as follows
OK.
I have added nostrip option because the queries should reach the home server with the realm.
That should work.
The problem is that the queries reach the home server but without the realm. Could you help me with this? Does anybodoy know what I am doing wrong?
<sigh> As always, run the server in debug mode. Alan DeKok.