I'm running Red Hat 9 and my box acquires a DHCP address, but my
/etc/resolv.conf is not created/updated... I've checked the man page
for /etc/dhclient.conf settings, but I don't think I got it right. This
is what I have in /etc/dhclient.conf:
interface "eth0" {
# I put the following two lines in to see if they would be entered
# into /etc/resolv.conf. They aren't

.
supersede domain-name "test.com";
supersede domain-name-servers 192.168.255.1;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name;
require subnet-mask, domain-name-servers;
# Is the following line needed?
# script "/sbin/dhclient-script";
}
Any ideas on how to get /etc/resolv.conf to get the name servers?