Package: dhcp
Version: 2.0pl5-19.1 If there is a subnet defined in dhcpd.conf where the range starts with the same address of the subnet, as in the example below, the dhcp server will run and assign it to a client.
Example:
subnet 192.5.5.0 netmask 255.255.255.0 {
       range 192.5.5.0 192.5.5.253;
       option subnet-mask 255.255.255.0;
} In this example, a client will lease this address and won't be able to communicate with other hosts, even in the same subnet. I am using kernel 2.6.8-2-386. Regards, Laercio Cruvinel assistant teacher at the Instituto Superior Tecnico - Lisbon, Portugal


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to