Evgeniy Kozhuhovskiy wrote: > I'm trying to configure two dhcp sites on different interfaces. ... > ERROR: Failed to open socket: cannot bind socket: Address already in use > /usr/local/freeradius205pre/etc/raddb/sites-enabled/dhcp-iptv[90]: Error > binding to port for 0.0.0.0 port 67
Grab an update from CVS. It turns out (not suprisingly) that sockets have to be bound to an interface before they bind to an IP address. I've also updated the debug printing routines, so that the interface name is printed when the server starts up. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

