Re: DHCP - DNS problem
"Troy M Jaqua" <[email protected]> Mon, 24 Apr 2006 20:50:14 -0700 (PDT)
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
Hi, There are two potential issues I see that you could still be having: [email protected] said: > Negative. My LocalNetwork in nocat.conf is 10.0.0.0/24. > Here is my dhcpd.conf: > > ddns-update-style none; > subnet 10.0.0.0 netmask 255.255.255.0 { > range dynamic-bootp 10.0.0.1 10.0.0.254; This should start at 10.0.0.2 or so so that the first lease handed out doesn't conflict with your default gateway's IP. > option domain-name-servers 62.146.194.62, > 62.146.194.63; These also need to be set in your nocat.conf under the configuration item DNSAddr in order to pass the requests before authentication. > option subnet-mask 255.255.255.0; > option domain-name "awanet.it"; > option routers 10.0.0.1; > option broadcast-address 10.0.0.255; > default-lease-time 21600; > max-lease-time 43200; > } > > Is there something wrong? > > Monica >