Assuming you just want to access one of remote computers, you may configure peer to peer connection using route command. This link may help,
Solution for peer to peer VPN using the same IPYou may setup a different IP range or subnet for peer to peer VPN. For example, in your case, you can use IP 172.16.5.1 for the VPN host and 172.16.5.2 for ...
http://www.chicagotech.net/casestudy/peervpn1.htm
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"Andrew Hayes" <(E-Mail Removed)> wrote in message news:0855F8B5-4FEC-4DB9-8DD5-(E-Mail Removed)...
I have 2 LAN's in different geographical locations with separate subnets (A -
192.168.0.0/24 and B - 192.168.1.0/24) that are connected via IP/VPN routers.
Default gateway for Subnet A is 192.168.0.200 (Router A), and default gateway
for Subnet B is 192.168.1.200 (Router B).
That all works well and good. I can communicate between the subnets for all
the connected machines.
For testing and pre-deployment reasons I need to create a new 192.168.1.x
subnet at the same location as Subnet A. The boxes hanging off this new
Subnet C only need to see one of the DC's in A, which is easy enough to do by
giving the 2nd NIC of DC A a 192.168.1.x address and connecting it to Subnet
C.
However, from DC A, if I ping 192.168.1.170 it should go through the default
gateway (Router A), but pinging 192.168.1.20 should go through the 2nd NIC.
How do I do this using persistant routes?