Say I have a network setup that looks like this:
Internet --> ISP --> Cable Modem --> Me
Is it possible for a box using backtrack to use the internet? this setup works for my windows box, but not for my bt4 box. I've tried using dhclient after upping eth0, i've tried the same with the init.d network manager, I've also tried using the wicd manager (which shows that there's a wired connection available, but unable to obtain an ip). I've also installed dhcpcd and tried using that, but that also has not worked.
When using "dhclient eth0" this is what I get
Listening on ...
Sending on ...
Sending on ...
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
etc....
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
When i try using "dhcpcd eth0" it'll say something like "Unable to obtain ip" then it will assign eth0 a random ip like 169.254.X.X
If anyone has any experience with directly connect bt4 into a cable modem, please bestow your knowledge on me