cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1344
Views
0
Helpful
3
Replies

Make a different subnet traverse routers?

dirkmelvin
Level 1
Level 1

Hello all,

I have a question about how to get a different subnet to cross routers.

Basically I have a device on the inside of the main router that uses 10.41.4.65 subnet 255.255.255.192. It is setup that only devices in its same subnet are allowed to talk to it. So on the PCs on the inside of the main router we simply gave them secondary IPs in the 10.41.4.64/26 subnet and put route statements on them to point to the 10.41.4.65 device for the network on the other side of it. No problem works like a champ.

The problem comes when we have 4 PCs at different locations (2 at one location 2 at another) that all have to come through there own routers that connect to the main router and need to have the same functionality as the PCs on the inside of the main router.

Clear as mud? Please any assistance is appreciated.

I am attaching a drawing of the current settings.

1 Accepted Solution

Accepted Solutions

Ryan Carretta
Cisco Employee
Cisco Employee

You need either:

1.) 802.1Q tunneling over a layer-2 cloud

2.) L2TPv3 over a layer-3 cloud

3.) MPLS VPN over a layer-3 cloud

Any of these will do the job for you. #1 is the least complex and probably the easiest to configure. Similarly, #3 is the most complex, and probably the hardest to configure, but is also the most capable.

View solution in original post

3 Replies 3

simontibbitts
Level 1
Level 1

Hello.

What about using static NAT on your main router?

This will translate your remote host source addresses to addresses in the 10.41.4.64/26 subnet, so by the time they packets get to the 'device' they will have a source address which appears to be in the same subnet. The route then just translates them back on the return path. The configuration would look something like this

interface FastEthernet0/0

description Network to 10.41.4.65

ip nat outside

!

interface FastEthernet0/1

description Network with remote hosts

ip nat inside

!

ip nat inside source static 10.x.x.x 10.41.4.80

ip nat inside source static 10.x.x.x 10.41.4.81

Where 10.x.x.x are the IPs of your remote hosts.

Simon

I tried this and it didn't work. I've done this with other installs, but they weren't quite like this one.

Still clueless about how to fix it, but we got a work around (netmotion).

Ryan Carretta
Cisco Employee
Cisco Employee

You need either:

1.) 802.1Q tunneling over a layer-2 cloud

2.) L2TPv3 over a layer-3 cloud

3.) MPLS VPN over a layer-3 cloud

Any of these will do the job for you. #1 is the least complex and probably the easiest to configure. Similarly, #3 is the most complex, and probably the hardest to configure, but is also the most capable.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card