Hello,
I'm sorry if this has been asked before. I haven't been able to find an
answer concerning my particular problem with the listen directive.
I'm trying to setup getting the listen directive working, but have been
having problems. I much documentation that has been useful, so I ask you
for help.
This is essentially what I have setup:
--BEGIN--
#bind_address = *
#port = 0
listen {
bind_address = 192.168.0.22
port = 0
type = auth
}
---END---
Just on a test machine.
When I run /usr/local/sbin/radiusd -X
I get this:
read_config_files: reading dictionary
read_config_files: reading naslist
read_config_files: reading clients
read_config_files: reading realms
Can't find IP address for host 0.0.0.0
/usr/local/etc/raddb/radiusd.conf[31]: Error parsing listen section.
Not sure what this means, or why it's not working. I have freeradius 1.0.1
installed, on FreeBSD 4.9-RELEASE-p12.
This at least allows me to start freeradius:
--BEGIN--
bind_address = *
port = 0
#listen {
# bind_address = 192.168.0.22
# port = 0
# type = auth
#}
---END---
Listening on authentication *:1812
Listening on accounting *:1813
Listening on proxy *:1814
Any ideas?
Thank you,
Lew A
GWI Operations
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html