PDA

View Full Version : dhcpd


finsh
2006-01-24, 04:50 AM CST
hi Everybody

is this file conf correct


Organization of the file

subnet 10.0.7.0 netmask 255.0.0.0 {


range 10.0.5.3 10.0.5.254;

default-lease-time 86400;

max-lease-time 259200;

option subnet-mask 255.0.0.0;

option broadcast-address 192.168.1.255;

option routers 10.0.7.9;

option domain-name-servers localhost.localdomain;

}
host localhost.localdomain {

hardware ethernet 00:0C:76:6E:FC:50;

fixed-address 10.0.7.0;

}

tanks

giulix
2006-01-24, 06:44 AM CST
I am by no means a network specialist, but range seems inconsistent in respect to subnet specification to me. Also, broadcast address is on an entirely different network class: Don't know whether this is going to cause problems...