10 May
2006
10 May
'06
6:55 p.m.
"Jarrid Keller" <JKeller@csac.ca.gov> wrote:
After setting the radius server up and trying to authenticate a user, the radius server is giving me the following error.
rad_recv: Access-Request packet from host 172.16.1.2:1042, id=10, length=71 Ignoring request from unknown home server 172.16.1.2:1042
The machine you're sending packets to has multiple IP's. FreeRADIUS is sending packets to one IP, and getting responses from another. The solution is to: a) configure the proxy server to send to the IP 172.16.1.2 b) (preferred) configure the home server to listen on one IP address only, and not "*". Alan DeKok.