On 9/27/06, Grant <[EMAIL PROTECTED]> wrote:
I have a Gentoo router with eth0 connected to the WAN (DSL modem/router) and
ath0 connected to the LAN. It works perfectly.
I've added two ethernet cards and I'm trying to connect from another machine
to one of the new cards (eth1 and eth2). ifconfig shows the cards are
detected just fine, but dhcp always fails when trying to obtain an IP address.
I have the following /etc/conf.d/net:
config_eth0="192.168.1.2 netmask 255.255.255.0"
routes_eth0="default via 192.168.1.1"
Take another look at net.example. These should be:
config_eth0=( "192.168.1.2 netmask 255.255.255.0" )
routes_eth0=( "default via 192.168.1.1" )
ditto for the other config_ lines.
-Richard
--
gentoo-user@gentoo.org mailing list