I run WireGuard on my router to hit my LAN services (SAMBA, home assistant, etc) from afar.

But when I enable the VPN client on my router, I can no longer access LAN services over Wireshark. “Allow LAN access is set to ‘true’” on the UI (Merlin).

Has anyone else run into this? Any ideas?

  • non_burglar@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    20 hours ago

    You are asking the WG server to listen to incoming requests from outside your lan subnet, so it is ignoring VPN requests from that subnet.

    There are two solutions to this:

    1. Add routing to your wireguard server instance to allow the VPN intermediary subnet to accept connections from your lan subnet or
    2. Allow your wireguard client to split-tunnel, so it can reach subnets that aren’t reachable outside your WG tunnel.