On Fri, 16 May 2008 12:40:10 -0700,
(E-Mail Removed) wrote:
> Here is the current dhcpd.conf configuration: ddns-update-style interim;
> ignore client-updates;
Sorry, but insisting on having the same configuration on a working server
made me ignore your configuration file...
> subnet 10.1.10.0 netmask 255.255.255.0 {
[..]
> option subnet-mask 255.0.0.0;
> option broadcast-address 10.1.10.255;
This does not make sense to me. Remove "option subnet-mask 255.0.0.0;" or
better; change the line to: "option subnet-mask 255.255.255.0;" That is:
Make sure your netmask match your subnet addresses AND broadcast address.
Dunno if this will take care of your problem after restarting the DHCP
daemon, but if not:
Please read the "4.2. DHCP server configuration" section of http://
tldp.org/HOWTO/DHCP/x369.html. AFAIK, modern Windozes are not affected.
Please stop your server! Then read, understand and post the result of the
proper "/usr/sbin/dhcpd -d -f" from "4.4. Starting the server" at http://
tldp.org/HOWTO/DHCP/x369.html according to your setup!
And please post some additional information from your DHCP server:
# route -n
# ifconfig -a
--
Regards/mvh Joachim Mæland
If everything seems under control, you're just not going fast enough.
-Mario Andretti