help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Weird Behaviour


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Weird Behaviour
Date: Wed, 08 May 2002 11:30:29 +0300

Oh, forgotten to say:

>   In summary, we want to assign addresses to our users from various ip =
> pools that we will keep track of.  We would like to have a way to =
> configure the starting ip, the ending ip for EACH individual nas.

Use NAS-Port-Id to control the ending IP of an IP pool. For example,
supposing your NAS 10.10.10.1 has ports in the range 1-64 and you
wish to use first 32 ports, then you would use:

  IPPOOL  NAS-IP-Address = 10.10.10.1,
                         NAS-Port-Id >= 1,
                         NAS-Port-Id <= 32          
          Framed-Protocol = PPP,
          Framed-IP-Address = 196.12.162.65+,
          Framed-IP-Netmask = 255.255.255.192,
          Framed-Routing = Broadcast-Listen,
          Framed-Filter-Id = "std.ppp",
          Framed-MTU = 1500,
          Framed-Compression = Van-Jacobson-TCP-IP

The range of assigned IPs will then be 196.12.162.65 -- 196.12.162.97


Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]