Results 1 to 10 of 13
I can't use the internet in Gentoo. I don't have a network card , I have an onboard connection. Gentoo sees it though. I run 'ifconfig' and it seems to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-20-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 19
Starting to install: Internet problem
I can't use the internet in Gentoo. I don't have a network card, I have an onboard connection. Gentoo sees it though. I run 'ifconfig' and it seems to be working. I cannot ping websites however. I can ping others on my LAN using 127.xx.xxx.xxx but not with 192.168.0.1. I am using a D-Link router and it has DHCP enabled on it. When I use 'links' in Gentoo, I cannot connect to any host. I'm not exactly sure what to do. I read the documentation and I think I did everything.
- 11-20-2004 #2-lakerdonaldCode:
su - ifconfig eth0 up dhclient eth0
- 11-20-2004 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 19
Dude, that was a quick reply. I'm going to boot up into Gentoo and try it. Thanks!
- 11-20-2004 #4
Okay, sounds good, let me know what happens.
- 11-20-2004 #5Just Joined!
- Join Date
- Nov 2004
- Posts
- 19
I'm using thr LiveCD universal.
'dhclient eth0' didn't work. It said there was no dhclient command.
I assume 'su -' & 'ifconfig eth0' both worked as they did not give me any errors.
- 11-20-2004 #6
okay, good
then instead of "dhclient" do:
Code:dhcpcd eth0
- 11-20-2004 #7Just Joined!
- Join Date
- Nov 2004
- Posts
- 19
Ok, that command worked but I still can't see websites.
- 11-20-2004 #8
can you:
Code:ping 216.239.39.99
- 11-20-2004 #9Just Joined!
- Join Date
- Nov 2004
- Posts
- 19
it says "connect: network is unreachable"
- 11-20-2004 #10
what does:
output?Code:ifconfig eth0


Reply With Quote
