View previous topic :: View next topic |
Author |
Message |
chrismiceli n00b
Joined: 19 Nov 2003 Posts: 52 Location: Louisiana
|
Posted: Fri Apr 08, 2005 12:19 am Post subject: tulip |
|
|
I have just installed gentoo 2004.3 and net-setup has worked. I then get to where my computer can boot on its own, but now the internet won't work. I followed the guide, and it still works with the gentoo live CD. I have tulip drivers on my kernel and the card is getting detected, but it always says network is unreachable |
|
Back to top |
|
|
YeahSure n00b
Joined: 16 Nov 2004 Posts: 15 Location: New Brunswick
|
Posted: Fri Apr 08, 2005 2:14 am Post subject: |
|
|
Did you copy the contents of /etc/resolv.conf to your hard drive install? Is the right IP and gateway info in /etc/conf.d/net? |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Fri Apr 08, 2005 3:19 am Post subject: |
|
|
Have you started the interface. Be sure to configure /etc/conf.d/net as needed (there should be a net.example file in the same directory that is somewhat self-explanatory); then run Code: | # /etc/init.d/net.eth0 start | If that works, then you'll need to add that service to the default runlevel so that it is brought up every time you boot your computer: Code: | # rc-update add net.eth0 default |
_________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
chrismiceli n00b
Joined: 19 Nov 2003 Posts: 52 Location: Louisiana
|
Posted: Tue Apr 12, 2005 1:56 am Post subject: |
|
|
i ran that and all i get is destination host unreachable when i ping 192.168.1.107
my iface="192.168.1.107 broadcast 192.168.1.255 netmask 255.255.255.0" |
|
Back to top |
|
|
|