On 12.03.2013 17:05, Staffan Meijer wrote: > Listening on authentication interface eth0 address * port 1812 > Listening on accounting address * port 1813 > Listening on command file /var/run/radiusd/radiusd.sock > Listening on authentication address 127.0.0.1 port 18120 as server > inner-tunnel > Listening on proxy address * port 1814
freeradius is listening on eth0 port 1812, not on all interfaces. so sending packets to localhost won't work. netstat -puln | grep radius will show exactly where freeradius is listening if really. Fix your listen section and it should work Olivier -- Olivier Beytrison Network & Security Engineer, HES-SO Fribourg Mail: [email protected] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

