Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2000 21:35:53 -0700
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        Trevor McMullin <hybrid@solarwinds.com>
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: Routing
Message-ID:  <20000616213553.C310@dialin-client.earthlink.net>
In-Reply-To: <001001bfd80c$25c4e0d0$9a9557ce@trevor>; from hybrid@solarwinds.com on Fri, Jun 16, 2000 at 07:28:45PM -0800
References:  <001001bfd80c$25c4e0d0$9a9557ce@trevor>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000616213553.C310>