LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   DHCP Conflict? (https://www.linuxquestions.org/questions/linux-general-1/dhcp-conflict-26552/)

Milkman00 07-25-2002 05:47 PM

DHCP Conflict?
 
Here is an interesting question (at least I think so :) )...

Is there a possibility of these two statements conflicting?


subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.3 192.168.0.99;
}

host COMPUTER {
hardware ethernet 00:10:A4:86:F0:0D;
fixed-address 192.168.0.15;
}

Do I have to exclude that fixed address on the range, or will DHCPD automatically exclude it?

shoot2kill 07-25-2002 06:21 PM

You need to exclude that fix IP


All times are GMT -5. The time now is 06:14 PM.