I've got a computer thats picking up an ip address OK from a Linux DHCP server (Ubuntu 5.1) but ipconfig syas the subnet mask is 255.255.0.0 instead of 255.255.255.0![]()
This is my DHCP.conf file
Can anyone see anything wrong in there or should I be looking elsewhereCode:# The ddns-updates-style parameter controls whether or not the server will # attempt to do a DNS update when a lease is confirmed. We default to the # behavior of the version 2 packages ('none', since DHCP v2 didn't # have support for DDNS.) ddns-update-style none; # option definitions common to all supported networks... #option domain-name "example.org"; #option domain-name-servers 212.219.82.4, 212.219.83.4; # If this DHCP server is the official DHCP server for the local # network, the authoritative directive should be uncommented. authoritative; # Use this to send dhcp log messages to a different log file (you also # have to hack syslog.conf to complete the redirection). log-facility local7; subnet 10.81.132.0 netmask 255.255.255.0 { range 10.81.132.100 10.81.132.180; option domain-name-servers 212.219.82.4, 212.219.83.4; option routers 10.81.132.1; option broadcast-address 10.81.132.255; default-lease-time 691200; max-lease-time 691200; }
regards
Simon



LinkBack URL
About LinkBacks
Reply With Quote






