However, .... i tried to connect my Fritzbox (Fritz-6490 Cable - OS 07.10) to my Mikrotik Router via VPN (Site 2 Site) over Internet but failed now for several days. Now I tried the above script and have an establish connection but can't ping or get data from both sides.
What I'm doing wrong ? Do I need additional routes on both sides ? It looks a little bit like both side do not get an IP(?)
See below my latest config - is there something wrong in the IPSEC policy ?
Fritzbox = 192.168.1.1
Mikrotik = 192.168.88.1
Mikrotik over Internet IP = IPfROMmIKROTIK
Fritzbox over Internet IP = IPfROMfRITZBOX
/ip ipsec profile
set [ find default=yes ] dpd-interval=20s enc-algorithm=aes-256,3des
add dh-group=modp1024 enc-algorithm=aes-256 name=profile_TUNNEL
/ip ipsec peer
add address=IPfROMmIKROTIK exchange-mode=aggressive name=peer_TUNNEL profile=profile_TUNNEL
/ip ipsec proposal
add enc-algorithms=aes-256-cbc,aes-256-ctr,aes-256-gcm,3des name=proposal_TUNNEL pfs-group=modp1024
/ip ipsec identity
add notrack-chain=prerouting peer=peer_TUNNEL secret=MYPRIVATEPASSWORD
/ip ipsec policy
add dst-address=192.168.1.0/24 peer=peer_TUNNEL proposal=proposal_TUNNEL sa-dst-address=IPfROMfRITZBOX sa-src-address=0.0.0.0 src-address=192.168.88.0/24 tunnel=yes
Kind Regards,
Vossi