Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2001 12:21:10 -0500 (EST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Eric Long <eric@metrotv.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: WAN routing question
Message-ID:  <20011203121913.Y49546-100000@shumai.marcuscom.com>
In-Reply-To: <B8310F2F.63B1%eric@metrotv.com>

next in thread | previous in thread | raw e-mail | index | archive | help



On Mon, 3 Dec 2001, Eric Long wrote:

> I have a WAN routing question.  First, the setup is the following:
>
> (using Savvis for internet access and the private link between our two
> offices located in different states)
>
>
> ---
>
>  192.168.1.0/24 LAN
>         |
> --------------------------------
> | 192.168.1.4    66.100.208.34 | FreeBSD 4.4-STABLE box in MN
> --------------------------------
>         |             |
>         |             `----- INTERNET
>         |
>         |
> ------------------
> | 192.168.1.1    | Savvis WAN Router in MN
> ------------------
>         |
>        WAN
>         |
> ------------------
> | 192.168.2.1    | Savvis WAN Router in CA
> ------------------
>         |
> ------------------
> | 192.168.2.4    | FreeBSD 4.4-STABLE box in CA
> ------------------
>         |
>  192.168.2.0/24 LAN
>
>
> ---
>
> I want to route internet traffic from the LAN in CA over the WAN link and
> through the Internet connection in MN.  How should routing be done so that
> internet-bound traffic from the LAN in CA gets routed to the MN office and
> out ot the Internet?
>
> I'm to the point where I can ping workstations in CA from MN and vice versa,
> but am unclear as to how the routing should be configured so that
> Internet-bound traffic from CA gets routed to MN's Internet connection.

Looks to me like you just want to create a static route for MN LAN in CA,
then put your default route in CA across the WAN link.  This looks to be a
fairly simple configuration.  If you wanted to spice it up, you could use
RIP, or some other routing protocol to propogate the LAN routes to both
locations.  You could even have RIP advertise the default route, but you
might like to make the default route static.

Joe

>
> -Eric
>


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?20011203121913.Y49546-100000>