hi. i am having a problem trying to get an IP from comcast (my isp) via dhcp, cause that is how they hand out ip (right?). My NIC is working properly in that i have the right driver and all. i have the cable modem connected directly to my box. When i run:
Code: Select all
thedude root # /etc/init.d/net.eth0 start
* Bringing eth0 via DHCP... [!!]
thedude root #
/etc/conf.d/net
/etc/resolv.conf looks like this
Code: Select all
domain california
nameserver 204.127.198.4
nameserver 63.240.76.4
search hsd1.ca.comcast.net.
i have tried to find documentation from comcast but i have fail thus far. does anyone know how i can get an ip for my box from comcast?