From owner-freebsd-net@FreeBSD.ORG Wed Feb 2 14:55:25 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDE816A4CE for ; Wed, 2 Feb 2005 14:55:25 +0000 (GMT) Received: from thor-new.fsklaw.com (adsl-64-174-116-34.dsl.lsan03.pacbell.net [64.174.116.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 787C043D2F for ; Wed, 2 Feb 2005 14:55:25 +0000 (GMT) (envelope-from tms3@fsklaw.com) Received: from lildude.fsklaw.net [192.168.62.67] by thor-new.fsklaw.com (ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.6.0)); Wed, 2 Feb 2005 06:56:32 -0800 Message-ID: <4200E9BD.1020008@fsklaw.com> Date: Wed, 02 Feb 2005 06:54:53 -0800 From: Tom Skeren User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Farrell References: <000801c508d4$aa7dd770$6501a8c0@neonduron> In-Reply-To: <000801c508d4$aa7dd770$6501a8c0@neonduron> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-ArGoMail-Authenticated: tms3 cc: freebsd-net@freebsd.org Subject: Re: multihome routing help X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 14:55:26 -0000 Tom Farrell wrote: >BSD 5.0 3 Nic cards. > >Card 1 connects to DSL network and assigned route able IP from the > ISP > >Card 2 connects to a private frame-relay network and is assigned > 192.168.66.2/22 directly connected interface is 192.168.66.1/22 > >Card 3 connects lan is assigned 192.168.67.0/24 > >I have enabled Nat & ipfw on card1 and clients on Lan can use the DSL connection perfectly. > >I can source traceroute the directly connected 192.168.66.1 sourcing 192.168.66.2 interface. I cannot source traceroute to 192.168.66.1 when sourcing from 192.168.67.1. > >Based on this it does not appear that forwarding is happening between the two networks, 192.168.66.0/24 & 192.168.67.0/24 ? Seems the only reason that the traffic is passing through is because of the Natd & ipfw divert statments... > > add a static route on the Nat machine. route add 192.168.66.0 192.168.66.1/24 >Can this be done with routing or do I have to use ipfw to forward between both networks? I would prefer just to run the nat & ipfw instance on the DSL interface and run pure routing between the lan interface & the interface which connects to the frame-relay network.. > >thnx in advance > > > >_______________________________________________ >freebsd-net@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-net >To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > > >