I’ve configured a IPSEC tunnel with a remote site. My site is using a CRS109-8G-1S-2HnD current version is 6.41.2 and the far site is using a Cisco ASA5520.
The farsite is requiring that we NAT our entire subnet to be compatible with their network. So I have an established IPSEC tunnel, and I’ve created some firewall rules to handle the netmap.
My network is 192.168.1.0/24
Farsite is 172.20.20.0/24
I’m netmapping my network to 10.250.250.0/24 thru the tunnel.
The IPSEC tunnel is working / established, but I’m not able to ping anything on farsite and they are not able to ping us / connect to server.
These are my current Firewall rules.
rule0 /ip firewall nat chain=dstnat dst-address=10.250.250.0/24 src-address=172.20.20.0/24 action=netmap to-addresses=192.168.1.0/24
rule1 /ip firewall nat chain=srcnat dst-address=172.20.200.0/24 src-address=192.168.1.0/24 action=netmap to-addresses=10.250.250.0/24
( rule3 /ip firewall nat chain=srcnat action=masquerade out-interface=ether1 )
I’m not seeing any traffic / bytes on the rule counters. Again can’t ping / connect to anything through the tunnel. Am I missing something? I’ve created a route to 172.20.20.0/24 gateway=ether1 distance=1.