How to connect to Vpn Server behind the Mikrotik ?

Hi

Since I’m using Mikrotik Router I can’t connect to VPN server,can be this problem because I’m behind the NAT or any filter for IPsec in Mikrotik ?

Thks

Thats right you are possibly behind the NAT, just disable NAT for the IPsec interfaces involved in, and the problem will be solved, or you can try in the NAT rule to deny NAT only for the destination peer, like for example:

ip firewall nat add chain=src-nat src-address=10.0.0.0/24 dst-address=!destination peer action=src-nat

Regards.

Faton