30 Dec
2009
30 Dec
'09
5:47 a.m.
Brian Carpio wrote:
FreeRadius Version: FreeRADIUS Version 1.1.3
Ugh. Upgrade.
HOWEVER, when I setup a VIP eth0:0 with an IP address of 192.168.0.30 and the client sends the radius request to this IP the following happens (and I know I've been sniffing traffic all day lol) the freeradious server receives the request on 192.168.0.30 and sends the Access Request out eth1 at 10.10.10.20 to the radius server on the backend at 10.10.10.5 which sends the Access Accept to eth1 of the free radius server 10.10.10.20 and the freeradius server sends the packet back to the client with the source address of 192.168.0.20.
You need to configure it to listen on 192.168.0.30, not "*". Alan DeKok.