static IP's with rlm_perl

Garber, Neal Neal.Garber at energyeast.com
Fri Oct 20 16:07:43 CEST 2006


> $RAD_REPLY{'Framed-IP-Address'} = '192.168.77.200';

See if the following helps:

use Socket;
.
.
.
$RAD_REPLY{'Framed-IP-Address'} = inet_aton('192.168.77.200');





More information about the Freeradius-Users mailing list