From owner-freebsd-net Tue Mar 9 9:56: 0 1999 Delivered-To: freebsd-net@freebsd.org Received: from exchange.worldmediaco.net (unknown [207.252.122.245]) by hub.freebsd.org (Postfix) with ESMTP id 8DA0314FEB for ; Tue, 9 Mar 1999 09:55:22 -0800 (PST) (envelope-from cwatson@worldmediaco.net) Received: from nt-trash (192.168.1.61 [192.168.1.61]) by exchange.worldmediaco.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id FWLS4TY7; Tue, 9 Mar 1999 11:54:12 -0600 Message-ID: <001901be6a56$3aa2c4b0$3d01a8c0@nt-trash.omaha.com> Reply-To: "Chris Watson" From: "Chris Watson" To: Subject: Route add question Date: Tue, 9 Mar 1999 11:56:54 -0600 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 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was trying to figure out today how to add a default route to an interface that is in a box with another interface that has a default route. I.e 3 nic cards in a box. xl0 fxp0 fxp1 If xl0 is ifconfig'd first then it gets the default route on bootup correct? What I was trying to do was assign the default route to fxp0 after bootup after xl0 was configured. I thought ifconfig xl0 delete might work. Then I could assign a the same default route to fxp0 that *was* assigned to xl0. But it kept useing xl0 as the interface. Is there a way to assign multiple default gateways on different interfaces on the same box? Like the above 2 interfaces each have their own default gateway? Just curious. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message