Cisco Systems routing with multiple routers in one subnet

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
routing with multiple routers in one subnet Pascal 03-22-07
Posted by Pascal on March 22, 2007, 4:30 pm
Please log in for more thread options
Hello,

I have 2 subnets :
Main subnet : 10.0.0.0/24
Remote office subnet 10.0.1.0/24

There are 2 routers connected to the Main subnet :
- 1 that connects 10.0.0.0/24 to 10.0.1.0/24 with ip of 10.0.0.253
- 1 that connects 10.0.0.0/24 to the internet with ip of 10.0.0.254

If the default gateway on all machines in the Main subnet is 10.0.0.254
How can I route properly my traffic without having to create a
persistent route on all my machines in the 10.0.0.0/24 subnet for the
10.0.1.0/24 subnet ?

Thanks

Posted by ghett0 on March 22, 2007, 4:54 pm
Please log in for more thread options
Pascal wrote:
> Hello,
>
> I have 2 subnets :
> Main subnet : 10.0.0.0/24
> Remote office subnet 10.0.1.0/24
>
> There are 2 routers connected to the Main subnet :
> - 1 that connects 10.0.0.0/24 to 10.0.1.0/24 with ip of 10.0.0.253
> - 1 that connects 10.0.0.0/24 to the internet with ip of 10.0.0.254
>
> If the default gateway on all machines in the Main subnet is 10.0.0.254
> How can I route properly my traffic without having to create a
> persistent route on all my machines in the 10.0.0.0/24 subnet for the
> 10.0.1.0/24 subnet ?
>
> Thanks

It's a kludge, but point your workstations to the 10.0.0.254 address for
their default gateway. Ensure that this router knows how to get to
10.0.1.0/24 via 10.0.0.253. The router should issue ICMP redirects to
the clients when they try to send traffic to the 10.0.1.0/24 subnet.

You should consider creating a transit network. Create a third subnet
and place your Internet edge router in it.

Workstations 10.0.0.0/24 -> Main router -> Remote router (10.0.1.0/24)
                                |
                                | <- (Transit network)
                                | 10.x.x.x/30
                                 |
                         Internet edge

The Internet edge router needs two routes. First, it has a default route
to your ISP's next hop. Second, it has a route 10.0.0.0/8 pointing to
the transit address of the main router.

Posted by Pascal on March 22, 2007, 5:12 pm
Please log in for more thread options
Thanks ghett0 !

You are right it will be a mess. Unfortunately those people who are
setting up the Remote offices want me to set things up this way. I am
trying to find a way to prove them that there should be a better one.

Here's what they suggested me to do :
http://www.duchemin.org/visio.vsd



here's what I think you said I should do :
http://www.duchemin.org/visio2.vsd
Does this look right ?



Thanks again !




ghett0 wrote:
> Pascal wrote:
>> Hello,
>>
>> I have 2 subnets :
>> Main subnet : 10.0.0.0/24
>> Remote office subnet 10.0.1.0/24
>>
>> There are 2 routers connected to the Main subnet :
>> - 1 that connects 10.0.0.0/24 to 10.0.1.0/24 with ip of 10.0.0.253
>> - 1 that connects 10.0.0.0/24 to the internet with ip of 10.0.0.254
>>
>> If the default gateway on all machines in the Main subnet is 10.0.0.254
>> How can I route properly my traffic without having to create a
>> persistent route on all my machines in the 10.0.0.0/24 subnet for the
>> 10.0.1.0/24 subnet ?
>>
>> Thanks
>
> It's a kludge, but point your workstations to the 10.0.0.254 address
> for their default gateway. Ensure that this router knows how to get to
> 10.0.1.0/24 via 10.0.0.253. The router should issue ICMP redirects to
> the clients when they try to send traffic to the 10.0.1.0/24 subnet.
>
> You should consider creating a transit network. Create a third subnet
> and place your Internet edge router in it.
>
> Workstations 10.0.0.0/24 -> Main router -> Remote router (10.0.1.0/24)
> |
> | <- (Transit network)
> | 10.x.x.x/30
> |
> Internet edge
>
> The Internet edge router needs two routes. First, it has a default
> route to your ISP's next hop. Second, it has a route 10.0.0.0/8
> pointing to the transit address of the main router.

Posted by ghett0 on March 23, 2007, 9:50 am
Please log in for more thread options
Pascal wrote:
> Thanks ghett0 !
>
> You are right it will be a mess. Unfortunately those people who are
> setting up the Remote offices want me to set things up this way. I am
> trying to find a way to prove them that there should be a better one.
>
> Here's what they suggested me to do :
> http://www.duchemin.org/visio.vsd
>
>
>
> here's what I think you said I should do :
> http://www.duchemin.org/visio2.vsd
> Does this look right ?
>
>
>
> Thanks again !
>
>
>
>
> ghett0 wrote:
>> Pascal wrote:
>>> Hello,
>>>
>>> I have 2 subnets :
>>> Main subnet : 10.0.0.0/24
>>> Remote office subnet 10.0.1.0/24
>>>
>>> There are 2 routers connected to the Main subnet :
>>> - 1 that connects 10.0.0.0/24 to 10.0.1.0/24 with ip of 10.0.0.253
>>> - 1 that connects 10.0.0.0/24 to the internet with ip of 10.0.0.254
>>>
>>> If the default gateway on all machines in the Main subnet is 10.0.0.254
>>> How can I route properly my traffic without having to create a
>>> persistent route on all my machines in the 10.0.0.0/24 subnet for the
>>> 10.0.1.0/24 subnet ?
>>>
>>> Thanks
>>
>> It's a kludge, but point your workstations to the 10.0.0.254 address
>> for their default gateway. Ensure that this router knows how to get to
>> 10.0.1.0/24 via 10.0.0.253. The router should issue ICMP redirects to
>> the clients when they try to send traffic to the 10.0.1.0/24 subnet.
>>
>> You should consider creating a transit network. Create a third subnet
>> and place your Internet edge router in it.
>>
>> Workstations 10.0.0.0/24 -> Main router -> Remote router (10.0.1.0/24)
>> |
>> | <- (Transit network)
>> | 10.x.x.x/30
>> |
>> Internet edge
>>
>> The Internet edge router needs two routes. First, it has a default
>> route to your ISP's next hop. Second, it has a route 10.0.0.0/8
>> pointing to the transit address of the main router.
Hi Pascal,

Now that I see what you're trying to do, I'd suggest that you see if
your MPLS vendor will let you connect the local switch at your "Main"
location directly to the IAD. The IAD 2431 looks like it supports two
fast ethernet interfaces. You could drop your local "Main" workstations
into the IAD, and it would send traffic destined for the remote location
directly to the MPLS cloud. Otherwise, the IAD could send Internet-bound
traffic directly to the Fortigate. Check with your provider and see if
they'll work with you on this.

Another option would be to enable routing capability into your "Main"
switch. The idea here, again, is that you put your workstations into
their own subnet so that those end points don't have to have specific
routing information or rely in ICMP redirects. Enabling a routing
function on that switch could address this.

I guess it comes down to if your comfortable having the MPLS provider
treat your "Main" location as just another stub network. Also, how much
"control" do you want in terms of handing off traffic to the remote
sites and the Internet.

Just throwing ideas out there! :-)


Posted by Pascal on March 23, 2007, 10:57 am
Please log in for more thread options
ghett0,

Please see my replies below

ghett0 wrote:

Hi Pascal,
> Now that I see what you're trying to do, I'd suggest that you see if
> your MPLS vendor will let you connect the local switch at your "Main"
> location directly to the IAD. The IAD 2431 looks like it supports two
> fast ethernet interfaces. You could drop your local "Main"
> workstations into the IAD, and it would send traffic destined for the
> remote location directly to the MPLS cloud. Otherwise, the IAD could
> send Internet-bound traffic directly to the Fortigate. Check with your
> provider and see if they'll work with you on this.

Here's what I think you suggested :
http://www.duchemin.org/visio3.vsd

As you said, I am really not comfortable having the MPLS provider be in
front of my firewall and route my internet traffic, I would lose too
much control. And I'm worried that if I need something done someday they
will take forever to fix it.

>
> Another option would be to enable routing capability into your "Main"
> switch. The idea here, again, is that you put your workstations into
> their own subnet so that those end points don't have to have specific
> routing information or rely in ICMP redirects. Enabling a routing
> function on that switch could address this.
I kind of see the idea of that solution. The issue is that our switches
do not have routing capabilities. ( By the way is it what a Layer 3
switch is ? )

>
> I guess it comes down to if your comfortable having the MPLS provider
> treat your "Main" location as just another stub network. Also, how
> much "control" do you want in terms of handing off traffic to the
> remote sites and the Internet.
>
> Just throwing ideas out there! :-)
>
Thanks for all your advices.



Now, in order to keep reasonable control of my traffic, do you think
that http://www.duchemin.org/visio2.vsd is technically doable ?
The fortigate firewall is also a router. It has 3 interfaces :
- WAN1 connected to Iquest router ( xxx.xxx.xxx.129/27 );
- WAN2 connected to Nuvox router ( 10.0.3.0/30 ),
- LAN1 connected to Main office subnet ( 10.0.0.0/24 )

If I would just create routes on the fortigate to route traffic
from 10.0.0.0/24 to xxx.xxx.xxx.129/27 for internet access to WAN1
and
from 10.0.0.0/24 to 10.0.3.0/30 for 10.0.1.0/24 to WAN2



Is this a way to do it too ?


Thanks

Similar ThreadsPosted
routing with multiple routers in one subnet March 22, 2007, 4:30 pm
Load Balancing Multiple Cisco Routers with Multiple ADSL circuits May 1, 2007, 5:39 am
Mix hosts and routers on a subnet? March 29, 2006, 3:36 pm
Cisco 837 support multiple subnet ?? March 24, 2006, 12:16 am
IPSEC Multiple Modems on same Subnet January 28, 2007, 12:14 am
Multiple network/Multiple provider Routing May 23, 2007, 10:56 am
VPN Concentrator and multiple routers August 27, 2007, 9:31 am
connecting a device that supports IP address, but not subnet mask or gateway to a network with multiple vlans March 29, 2007, 3:16 pm
Pix VPN To Internal Subnet Routing November 28, 2006, 10:06 pm
PIX 520 - Routing external subnet? September 5, 2007, 5:31 pm
A question about Multiple Routers with a Single MLS Catalyst May 2, 2007, 6:24 am
Easily Logging / Reviewing input errors from multiple routers May 11, 2006, 9:51 am
Routing using w2k behind cisco routers, can this be done? October 6, 2005, 3:23 pm
What would you do? Multiple ISP routing. March 11, 2008, 2:18 pm
Routing behind the PIX to multiple destinations June 28, 2005, 11:21 am