*** From dhcp-server -- To unsubscribe, see the end of this message. ***
My windows clients are no longer getting the domain name data. Here is my dhcpd.conf
server-identifier saltlake.10fold.com;
default-lease-time 14400;
max-lease-time 28800;
option netbios-name-servers draper, sanjose;
option netbios-node-type 8;
option domain-name "sf1dhcp.10fold.com";
option domain-name-servers geneva.10fold.com, saltlake.10fold.com;
shared-network TENFOLD {
subnet 137.34.93.0 netmask 255.255.255.0 {
## range 137.34.96.56 137.34.96.67;
## range 137.34.96.1 137.34.96.20;
## range 137.34.96.217 137.34.96.239;
option routers 137.34.93.26;
}
subnet 10.93.8.0 netmask 255.255.252.0 {
range 10.93.8.1 10.93.8.254;
option routers 10.93.11.254;
}
host sfts1 { hardware ethernet 00:A0:E7:01:15:68;
fixed-address sfts1.10fold.com; }
}
I used tcpdump to see that the domain name gets passed from the server, apparently the
client just ignores it. Any ideas?
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------