11 Feb
2008
11 Feb
'08
3:41 p.m.
Joep Ruiter wrote:
ERROR: Failed to open socket: /etc/freeradius/radiusd.conf[182]: Error binding to port for 0.0.0.0 port 1812
This is likely due to the system having IPv6 support. Version 2.0 adds IPv6, and there are issues with binding to IPv4 and IPv6 sockets.
All 1.1.x versions have run smoothly on my Ubuntu server, this is the first time I get this problem. Does anyone know how to fix this?
Check that nothing is listening on port 1812, even for IPv6. Also try posting the full debug log. Maybe there's another "listen" section which is conflicting with the 0.0.0.0:1812. Alan DeKok.