The Book

There is no cloud, it's just someone else's computer !!!

User Tools

Site Tools


networking:mikrotik:wireguard-_windows_client_to_mikrotik

Wireguard VPN - Windows client to Mikrotik

  • If your router is on dynamic public IP (ADSL…) you can substitute Endpoint IP in windows client with your routers Cloud DNS Name…
  • For AllowedIPs in your windows client you have to put all networks behind your router you would like to access through WG. You will automatically setup a “split tunnel”.
  • If you dont want “split tunnel” or you don't know all the subnets behind router, you can put 0.0.0.0/0 instead, and all your traffic will go through WG.

Don't forget to put a following rule in your firewall

ip firewall filter add chain=input dst-port=13231 protocol=udp action=accept comment="Allow WireGuard"

Wireguard client for windows works only for “administrators” but there is nice workaround…

networking/mikrotik/wireguard-_windows_client_to_mikrotik.txt · Last modified: 2022/11/26 09:11 by SysAdmin