Wireguard Allowed Address not working
Hi, I found a bug
I am configuring a Wireguard VPN tunle to the Wireguard VPn server - the tunnel is configured based on the configuration file for the WIndows client. This file works fine on Windows\MacoS\Android\Linux. The tunnel connects, but the Allowed IP option does not work on Tp-Link Router
This is my configuration file that works without any problems on every WIreguard VPN client
[Interface]
PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ListenPort = 51820
Address = 10.62.42.2/32
[Peer]
PublicKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
PresharedKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
AllowedIPs = 10.62.42.0/24, 192.168.41.11/32, ::/1, 8000::/1
Endpoint = X.X.X.X:41820
The Allowed IP option says that:
::/1, 8000::/1 Don't route your internet traffic through a VPN
10.62.42.0/24 Allow connection to the VPN server and any other host connected to that server via WireGuard
192.168.41.11/32 Allow connection to IP 192.168.41.11 which is hidden behind the WIreguard server and accessible via NAT
Tp-link configuration - should also include this option for multiple entries in the AllowedIP option.
Currently, nothing works except sending all traffic through VPN 0.0.0.0/00