cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1244
Views
0
Helpful
7
Replies

Establishing a subnet across a Wan Link

channes
Level 1
Level 1

We have two unix boxes on a subnet that is needed

for a critical application. The software has these addresses hard coded into it. We currently have a unique subnet on either side of all our wan links and are running Cisco 7206 and 7507 products. We want to have one unix box in each site across the wan link with the same ip subnet for security reasons. Is there someone who has done this or some document out there that can explain how to do this?

7 Replies 7

millerv
Level 1
Level 1

Don't think thats going to work. What sercuirty issue are you trying to resolve by doing this?

In the event of a disaster where we lose the building these units are housed in. We want to put one of the units at a different site without re-writing the application.

We use a radio link, using ISO layer 2. Acts like a bridge.

svermill
Level 4
Level 4

What routing protocol(s) are you running?

evanyou
Level 1
Level 1

How far apart the IP addresses of the Unix boxes on the subnet? You can try using using Variable Subnet Masks (VLSM).

IOS Version 12.2.2T can use 31BIT VLSM. This gives you two hosts and only takes up two IP adresses per network.

You can use one for the Unix box and one for the IP address of the Ethernet port on the router.

UNIX SERVER1 Ethernet Port 10.1.1.1/24

Router Ethernet Port 10.1.1.2/31

UNIX SERVER2 Ethernet Port 10.1.1.3/24

Router Ethernet Port 10.1.1.4/31

-Evan

yunfeng.fan
Level 1
Level 1

You can configure bridging between the two site,just like bridging NetBEUI across WAN link.

!

bridge irb

!

interface FastEthernet0/0/0

bridge-group 1

!

interface Serial1/1/0

bridge-group 1

!

bridge 1 protocol ieee

!

doug.lockwood
Level 1
Level 1

If you are running a routing protocol that supports VLSM, you should be able to create a host route

to access both boxes. The longest match rule should route the packets to the correct box.

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: