I am running freeradius 1.0.0-pre3 and seeing the following error messages.
radius#./bin/radtest test test 127.0.0.1 0 testing123
Sending Access-Request of id 161 to 127.0.0.1:1812
User-Name = "test"
User-Password = "test"
NAS-IP-Address = radius
NAS-Port = 0
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=161, length=56
Ignoring request from unknown client 127.0.0.1:1026
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
Sending Access-Request of id 161 to 127.0.0.1:1812
User-Name = "test"
User-Password = "test"
NAS-IP-Address = radius
NAS-Port = 0
rad_recv: Access-Request packet from host 127.0.0.1:1026, id=161, length=56
Ignoring request from unknown client 127.0.0.1:1026
--- Walking the entire request list ---
Nothing to do. Sleeping until we see a request.
* In my etc/raddb/clients.conf file, I do have localhost defined as following.
client 127.0.0.1 {
secret = mytest
shortname = test-network
}
* I am sure this clients.conf is the file radiusd read from, because if I rename it, the radiusd will complain about missing clients.conf and won't start.
What could be the problem? The only thing special about this setup is that I am running freeradius on a arm platform, but this error seems to be something more obvious?
- Yi