From owner-freebsd-net Mon Mar 8 23:51:32 1999 Delivered-To: freebsd-net@freebsd.org Received: from gateway.newtoy.com (snowfox.pr.mcs.net [205.164.44.72]) by hub.freebsd.org (Postfix) with ESMTP id 6941714D7F for ; Mon, 8 Mar 1999 23:51:20 -0800 (PST) (envelope-from snowfox@snowfox.net) Received: from milk ([192.168.2.1]) by gateway.newtoy.com (8.8.8/8.8.8) with SMTP id BAA00319 for ; Tue, 9 Mar 1999 01:53:49 -0600 (CST) (envelope-from snowfox@snowfox.net) Message-ID: <000c01be6a01$f9b73e80$0102a8c0@milk.newtoy.com> From: "SnowFox" To: Subject: Source-based routing - ? Date: Tue, 9 Mar 1999 01:53:48 -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.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Given two gateways, each on a different interface: Is it possible to choose a gateway & interface based on the source IP? ie - tun0 = PPP/ISDN - ip 1.1.1.1 xl0 = cablemodem - ip 2.2.2.2 Somebody pings 1.1.1.1 and it comes through tun0 - I want to respond via tun0 Somebody pings 2.2.2.2 and it comes through xl0 - I want to respond via xl0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message