Gentoo Archives: gentoo-user

From: Dan Sheffner <dsheffner@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] dual nic cards
Date: Sun, 12 Feb 2006 06:07:40
Message-Id: bfe179c00602112202v3ae0dc84xfe0e9d50bd623079@mail.gmail.com
1 I'm trying to setup dual nics on my server but I seem to be doing something
2 wrong. Below is my /etc/conf.d/net file. As you can see my public address
3 pointing to the web is 70.88.74.105 and the local one is 10.1.10.5. As soon
4 as I enamble eth1 eth0 won't ping out from another box. It may be something
5 simple but I don't know what I'm doing wrong. Please help.
6
7 This blank configuration will automatically use DHCP for any net.*
8 # scripts in /etc/init.d. To create a more complete configuration,
9 # please review /etc/conf.d/net.example and save your configuration
10 # in /etc/conf.d/net (this file :]!).
11 config_eth0=( "70.88.74.105 netmask 255.255.255.0 broadcast 70.255.255.255")
12 config_eth1=( "10.1.10.5 netmask 255.255.255.0 broadcast 10.1.10.255")
13 # Here's how todo routing if you need it - the below sets the default
14 gateway
15 routes_eth0=(
16 "default via 70.88.74.110"
17 )

Replies

Subject Author
Re: [gentoo-user] dual nic cards Jo Are Rosland <joare@×××××××××.net>