Bertrand TACHAGO <[EMAIL PROTECTED]> wrote: > I've been trying to run the radius server in debug mode ( radiusd > -xxyz -l stdout ); it isn't showing errors and when i try to > connect, the server isn't seeing the request.
It's obvious you haven't read the FAQ, and you haven't closely read the debugging output of the server. One of the last messages the server prints out is which port it's listening on. > I launch radtest : radtest my_user_name my_password radius_server_ip_address 10 > client_secret (client_secret is the same as in the /etc/raddb/clients file). This > is the output: > Sending Access-Request of id 46 to radius_server_ip_address:1812 The server is probably listening on port 1645. > I would like to add that ports 1645, 1812 and 1813 are there in /etc/services > file. So you have duplicate ports listed for the service 'radius'? Why do you expect *anything* to work? The server (through standard library calls) asks for port "radius", and your /etc/services file returns the first one: 1645. If you had read the FAQ, this is explained. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
