Hi
I’d like on my Mikrotik setup a VPN so all my traffic is routed through the VPN to go on Internet ! Currently my Mikrotik is connected to Internet through a fiber connection and I have setup NAT in it with few NAT rules to alloww access at some services on my local network from outside.
According to Wiki, I have setup my VPN this way: (credentials hidden)
[admin@Routeur] > /interface pptp-client add name=pptp-gtguard user=xxxxx password=xxxxxxxxx connect-to=vpn-eu.xxxxxx.com disabled=no
[admin@Routeur] > /interface pptp-client print detail
Flags: X - disabled, R - running
0 R name="pptp-gtguard" max-mtu=1450 max-mru=1450 mrru=disabled connect-to=vpn-eu.xxxxxxx.com user="xxxx" password="xxxxx" profile=default-encryption keepalive-timeout=60 add-default-route=no dial-on-demand=no allow=pap,chap,mschap1,mschap2
[admin@Routeur] >
In VPN menu of my Mikrotik I can see link is successfully connected but traffic is not going through it. How can I setup it so that all traffic goes through the VPN ?
Thanks for help
Vincèn