Antipop
12-21-2000, 07:48 PM
I'm setting up an DHCP connection (@Home) on a Slackware 7.1 box. I created my /etc/dhclient.conf file and it looks like this:
# dhclient.conf
#
# Configuration file for ISC dhclient (see 'man dhclient.conf')
#
timeout 60;
retry 60;
reboot 10;
select-timeout 5;
initial-interval 2;
interface "eth0" {
send host-name "hostname";
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name;
script "/etc/dhclient-script";
}
"hostname" is of course my real hostname. When I run dhclient it sends out a request, but I never get a response. My ethernet card is setup and fine, anyone know what else it might be?
# dhclient.conf
#
# Configuration file for ISC dhclient (see 'man dhclient.conf')
#
timeout 60;
retry 60;
reboot 10;
select-timeout 5;
initial-interval 2;
interface "eth0" {
send host-name "hostname";
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name;
script "/etc/dhclient-script";
}
"hostname" is of course my real hostname. When I run dhclient it sends out a request, but I never get a response. My ethernet card is setup and fine, anyone know what else it might be?