Results 1 to 4 of 4
I have a dsl router which I know works. When I plug my computer into it directly, I get internet without any trouble. When I plug the router into my ...
- 02-10-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 3
Connecting Debian box to DSL Router through ethernet switch
I have a dsl router which I know works. When I plug my computer into it directly, I get internet without any trouble. When I plug the router into my switch, and plug a windows box into the switch, I get internet on the windows machine just fine. But when I plug my debian box into the switch, it doesn't get internet. It can see the switch just fine, it's just not picking up the internet connection. Am I missing something obvious?
Thanks
- 02-10-2006 #2
Did you add a route to the gateway (your router) in the debian box? Can you ping the router when the switch is connected?
Life is complex, it has a real part and an imaginary part.
- 02-10-2006 #3Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
sounds like you do not have an IP address in Debian ....
ifdown eth0 Shut down eth0
ifup eth0 bring up eth0 which will cause a DHCP request to be sent
ifconfig eth0 Check IP address given to NIC by DHCP
netstat -r Check Default gateway for PC (should be IP of router)
cat /etc/resolv.conf Should return IP address of DNS serversfar...out
- 02-12-2006 #4Just Joined!
- Join Date
- Feb 2006
- Posts
- 3
I knew it would be something easy like that. Thanks.


Reply With Quote
