I'm trying to setup dual nics on my server but I seem to be doing something wrong.  Below is my /etc/conf.d/net file.  As you can see my public address pointing to the web is 70.88.74.105 and the local one is 10.1.10.5.  As soon as I enamble eth1 eth0 won't ping out from another box.  It may be something simple but I don't know what I'm doing wrong.  Please help.

 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 :]!).
config_eth0=( "70.88.74.105 netmask 255.255.255.0 broadcast 70.255.255.255")
config_eth1=( "10.1.10.5 netmask 255.255.255.0 broadcast 10.1.10.255")
# Here's how todo routing if you need it - the below sets the default gateway
routes_eth0=(
       "default via 70.88.74.110"
)


Reply via email to