Hello,
I've a problem setting working VPN client on Mikrotik router. I've followed guide for L2TP/IPSec setup of TorGuard VPN service.
After setting proposal and creating L2TP interface I can see that router is connected to TorGuard server ("R" status of interface).
Next, I've created NAT, type "srcnat", out interface "TorGuard" (my new L2TP inteface), action "masquerade".
Then I've setup mangle, chain "prerouting", src address "192.168.0.5" (my testing internal IP), action "mark routing", new routing mark "VPN", passthrough enabled.
Final step was routing setup. My new route is, dst address "0.0.0.0/0", gateway "TorGuard", type "unicast", distance "1", routing mark "VPN".
After this setup I've changed my IP to 192.168.0.5, gateway 192.168.0.1 (router) and DNS 192.168.0.1. I'm able to access router and also ping both sides of VPN tunel. But can't access web. Ping to 8.8.8.8 (Google DNS) or 208.67.222.222 (OpenDNS) fails. Ping directly from Mikrotik fails with error "Can't create socket".
Do you have some idea where could be problem? I tried to completly open firewall (input, output, forward) but no success. Fasttrack firewall rules are disabled.
Thanks