HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 What's the problem plz THanks _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969
It means some other process is already listening on that port. The most usual case is that you already have radius running. Try running: ps aux | grep radius The output should say if you already have radius running. Regards, HASSAN On 5/2/10, dorra aa <dj_dido2003@hotmail.com> wrote:
HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 What's the problem plz THanks
_________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969
-- Sent from my mobile device
Hi,
It means some other process is already listening on that port. The most usual case is that you already have radius running.
Try running: ps aux | grep radius
The output should say if you already have radius running.
aye. netstat -anp etc should also show you whats on port 1812 too. most likely the radiusd service already. if so killall radiusd or use your OS service command to stop it eg /etc/init.d/radiusd stop or service radiusd stop alan
Quite evident that the port is in use. On 02-May-2010, at 11:38 PM, dorra aa wrote:
HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 What's the problem plz THanks
Hotmail: Powerful Free email with security by Microsoft. Get it now. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On May 2, 2010, at 9:39 PM, Mark wrote:
Quite evident that the port is in use.
This might help :) sudo netstat -anp | grep 1812
On 02-May-2010, at 11:38 PM, dorra aa wrote:
HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 What's the problem plz THanks
Hotmail: Powerful Free email with security by Microsoft. Get it now. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--------------------------- Jason 'XenoPhage' Frisvold xenophage0@gmail.com --------------------------- "Any sufficiently advanced magic is indistinguishable from technology." - Niven's Inverse of Clarke's Third Law
That or a ps aux | grep radius to see if you already have another radius instance running. Unlikely that it's another service. On 03-May-2010, at 9:55 AM, "Jason 'XenoPhage' Frisvold" <xenophage0@gmail.com
wrote:
On May 2, 2010, at 9:39 PM, Mark wrote:
Quite evident that the port is in use.
This might help :)
sudo netstat -anp | grep 1812
On 02-May-2010, at 11:38 PM, dorra aa wrote:
HI I try to test freeradius with this command radiusd -X. but i get that error: radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 0 Failed binding to authentication address * port 1812: Address already in use /usr/local/etc/raddb/radiusd.conf[240]: Error binding to port for 0.0.0.0 port 1812 What's the problem plz THanks
Hotmail: Powerful Free email with security by Microsoft. Get it now. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--------------------------- Jason 'XenoPhage' Frisvold xenophage0@gmail.com --------------------------- "Any sufficiently advanced magic is indistinguishable from technology." - Niven's Inverse of Clarke's Third Law
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (5)
-
Alan Buxey -
dorra aa -
Jason 'XenoPhage' Frisvold -
Mark -
Nyamul Hassan