Hello,
I have a problem with a VPN site to site :
access-list PROXY_ACL_VPN extended permit ip 10.0.0.0 255.255.255.0 192.168.0.0 255.255.0
My INSIDE network is 10.0.0.0/24
The remote site is 192.168.0.0/24
The problem is that I cannot route the remote site on my network since I already have 192.168.0.0 inside my network. Is there a way to NAT this 192.168.0.0/24 to some think like 172.16.0.0/24
nat (outside) 10 192.168.0.0 255.255.255.0 outside
global (inside) 10 172.16.0.0 255.255.255.0
Would that work ?
I hear that the new 8.4 code makes it much simpler.
Regards