FreeRadius radtest connection

Hi!
I have some troubles with freeradius and radtest.
So, I've installed freeradius3 on
Code:
FreeBSD I13S 10.0-RELEASE FreeBSD 10.0-RELEASE #1:
Set up authorization and try check connection from localhost with
Code:
radtest raduser P@ssw0rd localhost 0 testing123
It returned
Code:
(0) Error parsing "-": ip_hton: hostname nor servname provided, or not known

How can I fix it?
 
Yes, It was needed to add hostname corresponding 127.0.0.1.
Actually, It happens when we have changed the hostname.
I have fixed it by using following commands
nano /etc/hosts/

then add an entry :
127.0.0.1 myvpsserver

here "myvpsserver" is my hostname
 
Last edited by a moderator:
Back
Top