This is a discussion on Re: Give 2 ip pools to the clients within the FreeRADIUS Users forums, part of the Networking and Network Related category; On Fri, 1 Apr 2005, eDoS wrote: > Hi, > > i get alocation 2 network of ip, > the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 1 Apr 2005, eDoS wrote:
> Hi, > > i get alocation 2 network of ip, > the range is : > 192.168.2.1 - 192.168.2.14 > 192.168.5.1 - 192.168.5.14 > > my conf : > ippool pool1 { > range-start = 192.168.2.1 > range-stop = 192.168.2.14 > netmask = 255.255.255.0 > cache-size = 14 > session-db = ${raddbdir}/db.ippool1 > ip-index = ${raddbdir}/db.ipindex1 > } > > ippool pool2 { > range-start = 192.168.5.1 > range-stop = 192.168.5.14 > netmask = 255.255.255.0 > cache-size = 14 > session-db = ${raddbdir}/db.ippool2 > ip-index = ${raddbdir}/db.ipindex2 > } > > i want to give all ip alocation to all of clients. > i have use just 1 network of ip but sometimes my clients couldn't get any more ip. > is there any way to give 2 attribute pool-name (pool1 & pool2) ? You can set Pool-Name to DEFAULT to match all ippool modules. > > best regards, > > eDoS -- Kostas Kalevras Network Operations Center kkalev@noc.ntua.gr National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |