Hi,

> I'm setting up freeradius for the first time and I am having an issue with
> the "radtest testing password localhost 0 testing123" I am getting
> "radclient: no response from server for ID 2 socket 3"  I have ran the
> freeradius debugging output and below are the 2 highlighted errors it shows
> as well as the full debug, I'm unsure on how to fix these 2 errors so we can
> move forward.... and yes I know next to nothing so if i'm doing anything
> obviously wrong feel free to bash me about it!

easy. you have, for some reason, configured your RADIUS server to listen on the
old port - 1645, the modern RFC method is port 1812


so, its listening on 1645 - and radtest, by default, will try sending the 
request
to port 1812 - so , if you want the radtest packet to reach your server, you'll 
have to
tell it to use 1645


radtest testing password localhost:1645 0 testing123

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

Reply via email to