View previous topic :: View next topic |
Author |
Message |
astrochaos n00b


Joined: 27 Oct 2002 Posts: 10
|
Posted: Mon Oct 28, 2002 12:06 am Post subject: more networking stuff |
|
|
DHCP is still unable to bring up eth0. I get the following error message:
SIOCADDRT: Network is unreachable
In the log files I get [rc-scripts] Failed to bring up eth-0.
However still when I run dhcpcd after i login everything is fine.
Any help would be greatly apreciated. |
|
Back to top |
|
 |
BlackBart Apprentice


Joined: 07 Oct 2002 Posts: 252
|
Posted: Mon Oct 28, 2002 12:56 am Post subject: |
|
|
make sure that you load the modules for the card before you try to load dhcp |
|
Back to top |
|
 |
FINITE Guru


Joined: 10 May 2002 Posts: 449
|
Posted: Mon Oct 28, 2002 10:53 am Post subject: |
|
|
It sounds like you compiled support for your network card as a module but forgot to add that module to /etc/modules.autoload. |
|
Back to top |
|
 |
Pluvius Apprentice


Joined: 15 Oct 2002 Posts: 167 Location: Phoenix, Arizona
|
Posted: Mon Oct 28, 2002 10:24 pm Post subject: |
|
|
Did you "nano -w /etc/conf.d/net" and uncomment the dhcp lines?
What about adding the net.eth0 config to the default run level using the fllowing command:
rc-update add net-eth0 default ?? |
|
Back to top |
|
 |
astrochaos n00b


Joined: 27 Oct 2002 Posts: 10
|
Posted: Tue Oct 29, 2002 10:38 pm Post subject: |
|
|
Thanks for all your input. I feel pretty stupid. I forgot to set up the default gateway with the correct address everything works great now.
 |
|
Back to top |
|
 |
|