dhcpd
- From: pch0317 <pch0317@xxxxxxxxx>
- Date: Wed, 27 May 2009 21:21:07 +0200
Hello
Can I use two "range" entry in dhcpd.conf?
For example:
-----------------------------------------------------------------------------------------
ddns-update-style none;
option domain-name "dom.org";
option domain-name-servers 192.168.0.2, 192.168.0.3;
default-lease-time 40000;
max-lease-time 40000;
subnet 192.168.0.0 netmask 255.255.255.0
{
option routers 192.168.0.1;
range 192.168.0.10 192.168.0.99;
range 192.168.0.210 192.168.0.240;
}
host myhost
{
fixed-address 192.168.0.100;
hardware ethernet 00:01:02:03:04:05;
}
----------------------------------------------------------------------------
or can I use two "range" in "pool" bracket?
Thanks
pch0317
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: dhcpd
- From: Steve Kemp
- Re: dhcpd
- Prev by Date: getprocid C call
- Next by Date: Re: dhcpd
- Previous by thread: getprocid C call
- Next by thread: Re: dhcpd
- Index(es):
Relevant Pages
|