13 Jan
2006
13 Jan
'06
3:34 p.m.
Dusty,
Thanks a lot for the hint.. Radius port was not configured in the firewall.. Actually this is not mentioned in any of the documentation.. How can we miss such a basic step..?
Now I have configured the port in the firewall and it worked fine..
-A INPUT -p udp -m udp --dport 1812 -j ACCEPT -A INPUT -p tcp -m tcp --dport 1812 -j ACCEPT
Add these lines in /etc/sysconfig/iptables Then, restart the firewall: using
service iptables restart
Good to hear. :)