Re: Subnetting, private networks & default routes
- From: Barry Margolin <barmar@xxxxxxxxxxxx>
- Date: Sun, 23 Apr 2006 19:47:22 -0400
In article <1145771488.306405.59950@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
chriswaltham@xxxxxxxxx wrote:
Barry Margolin wrote:
There are 3 or 4 172.16.x networks that are all connected to the sameWell, that's just bad design. You need to configure the address ranges
switch (e.g. 172.16.1, 172
.16.10, 172.16.11) but there's also a handful of 172.16.x networks that
are in remote locations and thus connected by routers. Which is why I
get confused..! :-\
to match the network topology. Different subnets should be connected by
routers, same subnets should be connected by switches.
That's where I get confused though, I'm not real sure of the best
practise in this case. Seeing as I just inherited it and all...
I would be happy with 172.16 being location A, and 172.17 being
location B; but unfortunately (at the moment) .16 is a mix of several
locations. I don't see what's so bad, though, if 172.16.1 and 172.16.2
are in different locations?
If the subnet mask is 255.255.0.0, then they will not send to a router
to communicate with each other, because they think they're on the same
subnet.
You also need to rearrange the addressing. The remote networks
shouldn't be 172.16.x.
Okay
However, you can probably get what you have to work by configuring
proxy-arp on all the routers.
I'll need to look this up. :) I know what ARP is, but haven't
considered it to solving this set of problems.
Proxy-arp means that the router will respond to ARP requests for any
remote subnets. So if a machine on the LAN has its subnet mask too
large, and thinks that remote subnets are local, the router will make up
for the mistake.
java321 wrote:
You should be able to route traffic between subnets with different mask. For
example172.16.x.x/16 in the core and 172.30.x.x/24 in DMZ or remote
locations.
But if I want the two nets to communicate, shouldn't the two masks be
the same? In a perfect world, anyway.
Different networks can certainly have different subnet masks.
172.16.x.x/16 means that all 172.16.*.* addresses are on the local
subnet, so 172.30.x.* are remote. 172.30.x.y/24 means all 172.30.x.*
addresses are on the local subnet, so 172.16.*.* are remote.
--
Barry Margolin, barmar@xxxxxxxxxxxx
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
.
- Follow-Ups:
- References:
- Subnetting, private networks & default routes
- From: chriswaltham
- Re: Subnetting, private networks & default routes
- From: Barry Margolin
- Re: Subnetting, private networks & default routes
- From: chriswaltham
- Re: Subnetting, private networks & default routes
- From: Barry Margolin
- Re: Subnetting, private networks & default routes
- From: chriswaltham
- Subnetting, private networks & default routes
- Prev by Date: Re: Subnetting, private networks & default routes
- Next by Date: Re: Subnetting, private networks & default routes
- Previous by thread: Re: Subnetting, private networks & default routes
- Next by thread: Re: Subnetting, private networks & default routes
- Index(es):
Relevant Pages
|
Loading