I'm trying to setup mine with the DHCP server of Media One..
And it's like impossible !!
any example of the dhclient.conf I should use?
Here is my dhclient.conf:
interface "ed0" {
send host-name "dfsfobbot";
send dhcp-client-identifier 01:13:7e:57:1f:a8;
send dhcp-lease-time 300;
request subnet-mask, broadcast-address, time-offset,
routers, domain-name-servers,
domain-name, host-name;
require subnet-mask, domain-name-servers;
timeout 60;
retry 60;
reboot 10;
select-timeout 5;
initial-interval 2;
script "/stand/dhclient-script";
Quote:}