Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2002 07:56:58 -0700
From:      "PetBuilder" <petbuilder@attbi.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Multiple network settings
Message-ID:  <001001c2407e$2d6bc650$0100a8c0@HOME>
References:  <003001c15f0a$39466170$77a44a42@home><20011027121055.B22280@dan.emsphone.com><003601c15f0b$e824f660$77a44a42@home><0110271112442F.96094@chip.wiegand.org> <1fwv1ffckv.v1f@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Everyone, I'm hoping someone can help me get this figured out.

I'm bringing in a second line to provide redundancy for my server and I need
to configure a second network card to accept a completely different set of
routing instructions

With our initial network card we have the following on the /etc/rc.conf
file:
defaultrouter="192.168.0.1"
ifconfig_de0="inet 192.168.0.10  netmask 255.255.255.0"

And our /etc/resolv.conf file is:
nameserver      127.0.0.1
nameserver      10.10.10.1
nameserver      10.10.10.2

We installed a second card and want to configure the following as a usable
route. We are hoping to be able to connect to this machine from 2 different
providers.
defaultrouter="192.168.1.1"
ifconfig rl0 inet 192.168.1.10 netmask 255.255.255.0
nameserver      10.10.11.1
nameserver      10.10.11.2

Can someone tell me if this is possible and if so, how it should be
configured?

Thank you in advance,

Craig Rose



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001001c2407e$2d6bc650$0100a8c0>