- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-18-2011 05:10 AM
Hi!
I have another problem - this time with overlapping networks. Here is a picture:
I'm the administrator of PA1. How can user from PC1 connect with PC2 ? I tried with destination and source nat on PA1 but i had to add routing to the destination translated address on PA1 ? How can I do that without adding this routing ? Is it possible ?
Regards
P.
11-21-2011 02:04 AM
Can I add the same route (192.168.0.0/24) to the two differnet locations ?
11-22-2011 02:29 AM
you could try setting up host routes on the routers, or use source/destination nat on the PAN
eg.
routes on PAN:
192.168.0.1/32(pc1) next hop 10.0.0.1(rtr)
192.168.0.15/32(pc2) next hop 10.0.1.1(r1)
if you set the similar host routes on your routers, you won't need nat.
on rtr
192.168.0.15/32(pc2) next hop 10.0.0.2(pan)
on r1
192.168.0.1/32(pc1) next hop 10.0.1.2(pan)
If this is not possible you can set up nat like:
source 192.168.0.1(pc1) destination 10.0.0.2 sourcenat 10.0.1.2 destinationnat 192.168.0.15(pc2)
source 192.168.0.15(pc2) destination 10.0.1.2 sourcenat 10.0.0.2 destinationnat 192.168.0.1(pc1)
regards
Tom
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!