> -----Original Message----- > From: Steven L. Brendtro [mailto:sbrendtro@home.com] > Actually, the gateway of the subnet I am using (192.168.1.1) > IS the DHCP server, so there should be no problem, since it allows all > local traffic, both incoming and outgoing on the internal interface. The external > interface is the one that has the hardened rules on it. All > the boxes are getting the DHCP fine, but most of them all of a sudden > didn't accept the DNS and gateway definitions the DHCP server gave the clients. > They get their IP's and netmask just fine. That is the odd problem... (That's what I thought you were saying.) I got this to work flawlessly; unfortunately the network it was on moved to Fidalgo Island in Washington and bought an SMC Barricade 'cause they didn't have a Linux guru. What's your /etc/dhcpd.conf file look like? Does it have option domain-name "isc.org"; option domain-name-servers ns1.isc.org, ns2.isc.org; Also, you should consider running SAMBA as a WINS server and setting option netbios-name-servers and option netbios-node-type 8 Let's see what you've got so far.