10-18-2001 07:37 AM - edited 03-01-2019 06:56 PM
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?
10-18-2001 09:04 AM
Don't think thats going to work. What sercuirty issue are you trying to resolve by doing this?
10-18-2001 10:03 AM
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.
10-26-2001 01:46 AM
We use a radio link, using ISO layer 2. Acts like a bridge.
10-18-2001 10:21 AM
What routing protocol(s) are you running?
10-26-2001 08:22 AM
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
10-26-2001 12:35 PM
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
!
10-26-2001 02:55 PM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide