From owner-freebsd-questions Sat Aug 10 7:57: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD03337B400 for ; Sat, 10 Aug 2002 07:57:04 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E02143E42 for ; Sat, 10 Aug 2002 07:57:01 -0700 (PDT) (envelope-from petbuilder@attbi.com) Received: from HOME ([24.130.121.172]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020810145701.WODP22139.rwcrmhc52.attbi.com@HOME> for ; Sat, 10 Aug 2002 14:57:01 +0000 Message-ID: <001001c2407e$2d6bc650$0100a8c0@HOME> From: "PetBuilder" To: References: <003001c15f0a$39466170$77a44a42@home><20011027121055.B22280@dan.emsphone.com><003601c15f0b$e824f660$77a44a42@home><0110271112442F.96094@chip.wiegand.org> <1fwv1ffckv.v1f@localhost.localdomain> Subject: Multiple network settings Date: Sat, 10 Aug 2002 07:56:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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