Wifi Bridge + VPN

Yo,

I have a HAP AC2 that I use as a client bridge, connected via WI-FI to a Huawei 4g router. I configured the bridge with Quick Set and it’s working fine.

I now would like to add a VPN connection to any devices connected to the LAN ports. With my VPN provider I have the option of IKEV2 or WIreguard. IPSEC isn’t available.

Also, if possible I would only like to route traffic between the website servustv.com via the VPN. All other traffic would be connected as normal with no VPN.

I would be really grateful if anyone could give me advice, or point me to a tutorial.

Many thanks.

Please can anyone help me configure wireguard as a vpn client?

I can’t find where to put the following information from my VPN provider:

Address = 100.115.50.36/32
DNS = 10.255.255.2

Address goes on WG interface:

/ip address
add interface=<WG interface> address=100.115.50.36/32

DNS may not be required, unless your ISP does some DNS-based filtering. In that case it would go in system DNS settings, but it can be problematic, because RouterOS has only one common DNS configuration for everything.

As for tutorial, you can get some inspiration from: https://forum.mikrotik.com/viewtopic.php?t=182340

If that’s not enough, ask further questions here.