I tried debugging this issue for hours now but I’m out of ideas. I’m running WireGuard on my OPNsense firewall. It worked flawlessly for about a year but now I’ve gotten a really strange issue.

Here is the Client config: Client

As you can see, the Client got assigned the IP 10.10.10.11/32

I can ping this IP and the Client can access all Server in the network when connected with the VPN.

BUT when it connects to hosts in the LAN, it doesn’t use it’s assigned 10.10.10.11 IP but the public IP of the OPNsense firewall instead.

This also doesn’t happen every time, but most of the time. I assume that it’s perhaps a ARP issue, but I don’t know why the OPNsense firewall sends its public IP (WireGuard Endpoint IP) instead of the Clients assigned IP at all.

The IP the Client should use in the LAN (virtual VPN IP): virtual IP

The IP which the Client actually uses (Endpoint IP): Endpint IP

Every help would be greatly appreciated!