Ignoring request from unknown home server
Hi everyone, I am running freeradius version 1.0.4 on Fedora Core 4. I am trying to authenticate mt VPN users on my Cisco VPN concentrator to my ldap server. I am trying to use my radius server to proxy the authentication requests to the ldap server. 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 I am fairly new to freeradius. What do I need to do to make this work. Any info is greatly appreciated. -Thanks Jarrid Keller
"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.
participants (2)
-
Alan DeKok -
Jarrid Keller