Probably a question that has been raised already but I
getting a hardtime to setup my freebsd with the DHCP
server of mediaone (Los Angeles Area)
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";
AnthonyQuote:}