Hi there,
I have successfully setup an ipsec tunnel over the Internet, and the PH2 State is established, but no traffic is flowing over the tunnel.
If I ping one of the IPs that should be reachable over the tunnel I get a timeout.
myIP = my Internet IP.
theirIP = their Internet IP.
myLocalNet = my LAN network
myTargetNet = the network I gain access to over the tunnel
/ip ipsec peer
add address=theirIP enc-algorithm=aes-256 exchange-mode=aggressive \
generate-policy=port-override local-address=myIP my-id=\
address:myIP secret=redacted
/ip ipsec policy
add dst-address=myTargetNet proposal=isp sa-dst-address=\
theirIP sa-src-address=myIP src-address=myLocalNet tunnel=\
yes
/ip ipsec proposal
add enc-algorithms=aes-256-cbc,aes-256-ctr lifetime=1h name=isp \
pfs-group=none
Under installed SAs the current bytes remain at 0.
I’ve tried adding a route to myTargetNet using the gateway theirIP but it immediately says unreachable.
Any help would be appreciated!