Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2006 14:59:33 +1000
From:      Mikhail Goriachev <mikhailg@webanoide.org>
To:        Scott Sipe <cscotts@mindspring.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Network Design
Message-ID:  <447A7FB5.5010209@webanoide.org>
In-Reply-To: <8C402A85-9C04-4454-B846-7A5F0D47841C@mindspring.com>
References:  <8C402A85-9C04-4454-B846-7A5F0D47841C@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Scott Sipe wrote:
> 
> I'm helping a small business expand their networking.
> 
> right now they have one office location (with a freebsd firewall box,
> and a freebsd box running db, web, samba, etc).
> 
> Their main office location has:
> - 3 external static IPs on a DSL connection (all aliased on one nic)
> - an internal network of 10.0.0.0/255.0.0.0
> - a wireless network with IP range 192.168.1.0/255.255.255.0 (nat'ed and
> running off the firewall box)
> 
> They are adding a second warehouse location. It will also have one
> static IP address (running on dsl also). I'd like to get a IPsec
> connection going between the location so all warehouse traffic goes
> through the main branch. I've done this much before.
> 
> They also want to subdivide up the network at their main location so
> some terminals can be on gige and some are on 100. I believe I've read
> you shouldn't mix and match 100/1000?
> 
> I don't really have any experience with how subnetting and IP ranges
> should work for a configuration like this (local network, remote ipsec
> location, wireless network, etc).
> 
> Looking for any assistance (advice, links, anything!) on how to setup a
> sane and well designed network.


Hi,

You could have something like this:

10.0.0.0/255.255.0.0	# for your 100s
10.1.0.0/255.255.0.0	# for your 1000s
10.2.0.0/255.255.0.0	# for the second warehouse

Each network would be capable of handling 65,534 hosts.

Also, I don't see any problems regarding mix and match 100/1000. I'd
keep them together if they fall into same category/department
(workstations?).

Here, some links for you:

http://jodies.de/ipcalc
http://innovation.dc-uoit.ca/kyrytows/subnetting/subnetting.htm

Cheers,
Mikhail.


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: mikhailg@webanoide.org
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B



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