static IP's with rlm_perl

Michael Gale michael.gale at pason.com
Thu Oct 19 22:25:59 CEST 2006


Hello,

	I am trying to set static IP addresses for clients I have authenticated 
via radius with my rlm_perl module.

I am trying the following as a test but it is not working:

--snip--
	    $RAD_CHECK{'NT-Password'} = $pass;
	    $RAD_REPLY{'Framed-IP-Address'} = '192.168.77.200';
	    $RAD_REPLY{'Framed-Netmask'}= '255.255.255.255';
	    $RAD_REPLY{'Framed-Protocol'} = 'PPP';
	    $RAD_REPLY{'Service-Type'} = 'Framed-User';
--snip--

Any help would be great full.

-- 
Michael Gale

Red Hat Certified Engineer
Network Administrator
Pason Systems Corp.



More information about the Freeradius-Users mailing list