Server is run in debug mode (radiusd -X) The following is entered in the clients.conf file:<br><br>client erx.radius-src-ipaddr {<br>        secret = juniper<br>        nastype = other<br>        shorname = ERX1<br>}<br>--------------------------------<br>
Using netstat the server appears to be listenting on correct UDP port 1812<br>[root@freerad raddb]# netstat -a | grep radius<br>udp        0      0 *:radius                    *:*<br>udp        0      0 *:radius-acct               *:*<br>
<br>--------------------------------<br>Start Radius with : radiusd -X (debug mode) shows server listening on 1812 <br><br><br>client erx.radius-src-ipaddr {<br>        require_message_authenticator = no<br>        secret = "juniper"<br>
        nastype = "other"<br> }<br><br> ... adding new socket proxy address * port 38660<br>Listening on authentication address * port 1812<br>Listening on accounting address * port 1813<br>Listening on command file /usr/local/var/run/radiusd/radiusd.sock<br>
Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel<br>Listening on proxy address * port 1814<br>Ready to process requests.<br><br>Testing local to server works correctly but when I test from NAS (ERX) there is no output observed in the debug window (radiusd -X). I used tcpdump to confirm that packets are reaching the server.<br>
<br>Any help would be greatly appreciated...<br><br>