[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dhcpd problem



hi,

i have a problem with the dhcpd:
nt clients get a correct ip address, the name servers, the subnet mask and
everything but the default gateway

my dhcpd.conf as follows:
opition domain-name "office.factline.com";
option domain-name-servers 192.168.0.10, 195.34.133.10, 195.34.133.11;

option subnet-mask 255.255.255.255;
option routers 192.168.0.1;
option broadcast-address 192.168.0.255;
default-lease-time 600;
max-lease-time 7200;

subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.1 192.168.0.252;
}


any ideas what's wrong?

martin

Attachment: pgpjhs75PDWJK.pgp
Description: PGP signature


Reply to: