Guys, First time member and have a slight issue. Fresh Centos 6.7 64bit install and Freeradius installed with a remote MySQL server. Service launches perfectly in debug and daemon however it does not appear to be listening correctly. Netstat -a shows Radius and Radius Account open on * however when I query radius with radtest or radping it sees no data. udp 0 0 *:radius *:* udp 0 0 *:radius-acct *:* Iptables has been disabled and confirmed after reboot. I've tested radping from localhost and the Mysql Server with the same result: radtest test test 192.168.0.250 1812 123456789 Sending Access-Request of id 15 to 192.168.0.250 port 1812 User-Name = "test" User-Password = "test" NAS-IP-Address = 192.168.10.251 NAS-Port = 1812 Message-Authenticator = 0x00000000000000000000000000000000 Sending Access-Request of id 15 to 192.168.0.250 port 1812 User-Name = "test" User-Password = "test" NAS-IP-Address = 192.168.10.251 NAS-Port = 1812 Message-Authenticator = 0x00000000000000000000000000000000 Sending Access-Request of id 15 to 192.168.0.250 port 1812 User-Name = "test" User-Password = "test" NAS-IP-Address = 192.168.10.251 NAS-Port = 1812 Message-Authenticator = 0x00000000000000000000000000000000 radclient: no response from server for ID 15 socket 3 Is there a secret to make it listen correctly? TIA. Cameron