11 Nov
2014
11 Nov
'14
12:12 p.m.
On 11/11/14 16:42, Karuppasamy, Senthil wrote:
Hi,
Am using Fedora FC20 and trying to install freeradius 3.0.3 in it. The radtest on the radius server works fine but the access request from any external client is not being processed by the server.
There is no firewall issue as I am able to capture the incoming Requests in the radius server using tcpdump but the access-request is not
No. tcpdump just shows you the packet is arriving. You might still have local firewall rules. tcpdump runs *before* iptables. Check the output of "iptables -n -L -v". Uses "systemctl firewalld stop" to shut it down in a default config. If you have no iptables rules, then I have no idea.