Hi guys,
I'm trying to setup an IPSEC tunnel between a Mikrotik and an ISP controlled IPSEC tunnel.
They've provided me with the public peer IP, IKE1 details, IPsec transform set, IPsec profile etc. And using this I've been able to get it to the point where the tunnel is established.
我的问题:
1)如何将子网路由添加到我的肾阳ting table? If I just add a route using their public peer IP as the gateway, the Mikrotik reports that the gateway is unreachable even though it can be pinged.
2) Do I have to create a VPN over and behave so that I have an interface which I can use in the routing table? They haven't provided me with any details for such a VPN.
/ip ipsec policy> print
Flags: T - template, X - disabled, D - dynamic, I - invalid, A - active, * - default
0 T * group=default src-address=::/0 dst-address=::/0 protocol=all proposal=default template=yes
1 A src-address=192.168.0.0/24 src-port=any dst-address=152.204.136.32/27 dst-port=any protocol=all action=encrypt level=require ipsec-protocols=esp tu
sa-dst-address=123.123.123.123 proposal=ISPproposal ph2-count=1
/ip ipsec peer> print
Flags: X - disabled, D - dynamic, R - responder
2 address=123.123.123.123/32 local-address=192.168.0.1 auth-method=pre-shared-key secret="mykey" generate-policy=port-strict policy-template
send-initial-contact=yes nat-traversal=no proposal-check=exact hash-algorithm=sha1 enc-algorithm=aes-256 dh-group=modp1024 lifetime=1d dpd-inte