brent_weaver Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Loony Toons/Looney_Toons_-_Speedy.gif)
Joined: 01 Jul 2004 Posts: 510 Location: Burlington, VT
|
Posted: Tue Jul 28, 2009 8:03 pm Post subject: Unable to configre network interface [SOLVED] |
|
|
I am trying to configure Gentoo to have a static IP. I am adding the following to /etc/conf.d/net:
Code: |
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
# Uncomment the following lines to connect it to Boston OLC
config_eth0=( "172.28.117.101/24" )
config_eth0=( "default via 172.28.117.1")
|
The message I get when I start eth0 is:
* No loadable modules provide "default" (default_start)
I have 5 other G2 boxes configure like this w/o a problem. What am I missing? DHCP works fine. I am also looking at how to add a DNS server to the DHCPd server.
Any help is appreciated! _________________ Brent Weaver
Last edited by brent_weaver on Tue Aug 04, 2009 1:32 pm; edited 1 time in total |
|