Hello guys, I made others test Freeradius, but not works. I made other BD and reinstall my freeradius, I used user= paulo and password= user01 for test. My clients.conf has the below configuration: client 127.0.0.1 { secret = mysecret ipaddr = 127.0.0.1 shortname = localhost nastype = other } client 172.19.249.186 { secret = mysecret shortname = localhost nastype = other } My test: [root@server raddb]# radtest paulo user01 127.0.0.1 0 mysecret Sending Access-Request of id 79 to 127.0.0.1 port 1812 User-Name = "paulo" User-Password = "user01" NAS-IP-Address = 172.19.249.186 NAS-Port = 0 Sending Access-Request of id 79 to 127.0.0.1 port 1812 User-Name = "paulo" User-Password = "user01" NAS-IP-Address = 172.19.249.186 NAS-Port = 0 rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=79, length=20 Can someone help me? Best Regards Paulo