On Fri, 17 Sep 2004, Lionel Gavage wrote:

> Yes but even without it doesn't work. By using the directive "listen" in the
> radiusd.conf file (as indicated in my preceding mail)
>
> radiusd.conf:
>
> bind_address = *
> port = 1645
>
> listen {
>         #  IP address on which to listen.
>         #  Allowed values are:
>         #       dotted quad (1.2.3.4)
>         #       hostname    (radius.example.com)
>         #       wildcard    (*)
>         ipaddr = xx.xx.xx.xx
>
>         #  Port on which to listen.
>         #  Allowed values are:
>         #       integer port number (1812)
>         #       0 means "use /etc/services for the proper port"
>         port = 1645
>
>         #  Type of packets to listen for.
>         #  Allowed values are:
>         #       auth    listen for authentication packets
>         #       acct    listen for accounting packets
>         #
>         #type = auth
> }
>
>
> and the result:
>
> [EMAIL PROTECTED] freeradius-WDS]# ./sbin/radiusd -X
> There appears to be another RADIUS server running on the authentication port
> 1812
>
> Indeed, I have another radius server on port 1812 but according to the
> configuration file, I ask it to listen on port 1645.
> Where is the problem ?
>

Are you sure that instance is using that config file?  If you don't have
that config in the default directory, then start with -d
<path-to>/radiusd.conf.

Also make sure you have the settings in radiusd.conf such as sysconfdir
correct.


-Dusty Doris


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to