From owner-freebsd-questions Fri Jun 16 21:37:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id D112C37B590 for ; Fri, 16 Jun 2000 21:37:50 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0406.cvx21-bradley.dialup.earthlink.net [209.179.193.151]) by kestrel.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id VAA23731; Fri, 16 Jun 2000 21:37:48 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id VAA00542; Fri, 16 Jun 2000 21:36:24 -0700 (PDT) Date: Fri, 16 Jun 2000 21:35:53 -0700 From: "Crist J. Clark" To: Trevor McMullin Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Routing Message-ID: <20000616213553.C310@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: <001001bfd80c$25c4e0d0$9a9557ce@trevor> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001001bfd80c$25c4e0d0$9a9557ce@trevor>; from hybrid@solarwinds.com on Fri, Jun 16, 2000 at 07:28:45PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 16, 2000 at 07:28:45PM -0800, Trevor McMullin wrote: > I am trying to root throught two networks to the internet any help any one > can give me will be greatly appreciated > > Network Structure: > > *** Windows98 Network (Peer to Peer) 9 Machines > IP 192.168.3.55 > SubNetmask 255.255.255.0 > > *** 10 BaseT Hub > > *** FreeBSD Machine with Two Net Cards > 1st --- IP 192.168.3.54 > NetMask 255.255.255.0 > 2nd -- IP 192.168.2.53 > NetMask 255.255.255.0 This machine should have, defaultrouter="192.168.2.64" ifconfig_if0="inet 192.168.3.54" ifconfig_if1="inet 192.168.2.53" And that would be about it. > > *** 10 BaseT Connection > > *** FreeBSD Machine with Two Net Cards > 1st ---IP 192.168.2.64 > NetMask 255.255.255.0 > 2nd --IP 192.168.1.48 > NetMask 255.255.255.0 This one, defaultrouter="192.168.1.85" static_routes="3" route_3="192.168.3.0/24 192.168.2.53" ifconfig_if0="inet 192.168.1.48" ifconfig_if1="inet 192.168.2.64" Just needs to be told where to route 192.168.3.0/24 traffic. > *** 10 BaseT Hub > > *** Windows Network With NT Server and 3Com ISDN Hub > NT Server IP 192.168.1.85 > NetMask 255.255.255.0 > ISDN Hub IP 192.168.1.1 > NetMask 255.255.255.0 > > *** Internet IP 206.87.149.17 No clue how to set up an NT box to do NAT, and it needs to route 192.168.2.0/23 to 192.168.1.48. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message