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.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to