Just ran a fresh install of radiusdesk on Ubuntu which went well. Also configured dynamic login pages and its working fine. But there is a problem. I get an error message when I run $ radiusd -X (See below)
Dynamic login pages loads well except that I cannot connect. Tried to stop and restart radius server from logfile viewer but not successful. Tried rebooting the whole system but still no difference. I keep getting the following error message. Not too sure what I should do next. Any ideas. Thanks
Failed binding to authentication address * port 1812: Address already in use
/usr/local/etc/raddb/radiusd.conf[273]: Error binding to port for 0.0.0.0 port 1812
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just ran a fresh install of radiusdesk on Ubuntu which went well. Also configured dynamic login pages and its working fine. But there is a problem. I get an error message when I run $ radiusd -X (See below)
Dynamic login pages loads well except that I cannot connect. Tried to stop and restart radius server from logfile viewer but not successful. Tried rebooting the whole system but still no difference. I keep getting the following error message. Not too sure what I should do next. Any ideas. Thanks
Failed binding to authentication address * port 1812: Address already in use
/usr/local/etc/raddb/radiusd.conf[273]: Error binding to port for 0.0.0.0 port 1812
Try using netstat to determine if a service is using the port.
netstat -anlupt | grep 1812
Alfred, thanks. This is what I got.
udp 0 0 127.0.0.1:18120 0.0.0.0: 10353/radiusd
udp 0 0 0.0.0.0:1812 0.0.0.0:
Last edit: Edmund Ngochi 2015-01-22
radius server is already working. Try to stop server by command
sudo service freeradius stop
Then you can try to test radiusd -X
or just do killall radiusd
then radius -X
or just do killall radiusd
then radius -X