BE3600 Wireguard Client ignores AllowedIPs
I am trying to configure a site-to-site wireguard VPN between two Archer BE3600 routers.
I have 192.168.0.0/24 and 192.168.1.0/24 LANs that I want to bridge. (I am additionally using 10.254.0.0/24 IPs for VPN addresses)
The router on 192.168.1.1 runs the VPN Server, and the router on 192.168.0.1 runs the VPN Client.
I can successfully connect to the VPN server from the client, but the client seems to be trying to route *all* traffic across the VPN link when I enable it, not just the networks I have specified in the AllowedIPs option for the WireGuard VPN client.
I specifically only have: 10.254.0.0/32, 192.168.0.0/24 set in the AllowedIPs configuration, but enabling the VPN Client for any devices on my local network causes them to lose Internet access. Connectivity across the VPN works as expected though.
I want to only route the AllowedIPs across the VPN link, not all traffic. Is there a configuration I am missing that will allow for that?
