Freeradius server: Issue running Radius -X
I'm using RHEL6 and I've been tasked to build a freeradius server by my organization. Everything is done through VM, so I'm not able to copy and paste info. However, I will type specifically the issue I am having. When I run the radisus -X, I received the following error. Failed binding to dhcp interface lo address 255.255.255.255 port 6700 as server dhcp: Address already in use /etc/raddb/sites-enabled/dhcp[126]: Error binding to port for 255.255.255.255 port 6700 Please assist me with this. Gary
On 30.01.18 10:54, doc barton wrote:
I'm using RHEL6 and I've been tasked to build a freeradius server by my organization.
Everything is done through VM, so I'm not able to copy and paste info. However, I will type specifically the issue I am having.
When I run the radisus -X, I received the following error.
Failed binding to dhcp interface lo address 255.255.255.255 port 6700 as server dhcp: Address already in use /etc/raddb/sites-enabled/dhcp[126]: Error binding to port for 255.255.255.255 port 6700
Please assist me with this.
apparently other process listens on port 6700 already lsof -i udp:6700 or netstat -unlpe|grep 6700 -- Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. The 3 biggets disasters: Hiroshima 45, Tschernobyl 86, Windows 95
On Tue, 2018-01-30 at 10:54 -0500, doc barton wrote:
Everything is done through VM, so I'm not able to copy and paste info.
You're unlikely to get far if you can't get a shell on the box you're using...
Failed binding to dhcp interface lo address 255.255.255.255 port 6700 as server dhcp: Address already in use /etc/raddb/sites- enabled/dhcp[126]: Error binding to port for 255.255.255.255 port 6700
FreeRADIUS is already running. Stop the daemon first before running it yourself in debug mode. -- Matthew
participants (3)
-
doc barton -
Matthew Newton -
Matus UHLAR - fantomas