Hello RADIUS-people!
In my radius server I have a certain NAS defined in the clients.conf file as (example) : client 1.1.1.1{ shortname = one secret = oneone } and the same NAS in the proxy.conf file like this : realm one{ type = radius authhost = 1.1.1.1:1812 accthost = 1.1.1.1:1813 secret = oneone }
This creates confusion because when receiving a request from this NAS, my radius server recognize it twice. One that is proxied and one that is "treated" locally (without striping of the realm). How can I solve this so that when the request should be proxied it is only proxied and when it should be treated locally it is only treated locally?
I hope I made my question clear...
Loads of thanks!
Having that IP in clients.conf and proxy.conf is not causing confusion, that's required. I'm not sure I understand what the issue is, can you post radiusd -X output and show where the problem is?