Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2002 12:05:31 -0700 (PDT)
From:      Kevin Stevens <Kevin_Stevens@pursued-with.net>
To:        Bill Drescher <bill@techservsys.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: help with subnetting
Message-ID:  <Pine.BSF.4.43.0209031201240.2810-100000@babelfish.pursued-with.net>
In-Reply-To: <3D744E6F.24712.35246BF@localhost>

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


On Tue, 3 Sep 2002, Bill Drescher wrote:

> I have two LANS at different locations.
> LAN A has IP numbers in the range of 192.168.10.1-20
> LAN B has IP numbers in the range of 192.168.10.99-120
> I want to connect them using a VPN, but that requires that they be on
> separate subnets.
>
> I figure I can use for LAN A:
> 192.168.10.0  netmask 255.255.255.192
> and for LAN B:
> 192.168.10.64 netmask 255.255.255.192
>
> BUT, being a neophyte at network topology, I would like someone who knows
> more than I to confirm or to show me the errors of my ways.  I don't want to
> put these into the routers (Netgear FVS 318) and lock myself out (again !)

That would be fine.  You might want to tie them to smaller subnets if it
would give you more flexibility in the future:


192.168.10.0 netmask 255.255.255.224 (/27) would give you .0-.31 and

192.168.10.96 netmask 255.255.255.24 would give you .96 - .127


KeS


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?Pine.BSF.4.43.0209031201240.2810-100000>