Dear users,
Unfortunetlly my LAN addressing is 191.1.1.0/24.
I want to establish IPSEC VPN tunnel and I want to overlap this network
191.1.1.0/24 to 10.115.238.0/24
Remote IP is 10.116.40/32
Now I have also some port forwardings:
ip nat inside source static tcp 191.1.1.100 20 62.233.x.x 20 route-map r1 extendable
ip nat inside source static tcp 191.1.1.100 21 62.233.x.x 21 route-map r1 extendable
ip nat inside source static tcp 191.1.1.100 3389 62.233.x.x 3389 route-map r1 extendable
route-map r1 permit 1
match ip address 120
access-list 120 permit ip 191.1.1.0 0.0.0.255 any
How can I enable overlapping and still have port forwarding?
Regards