Clients connected to OMV 6 Wireguard plugin can access LAN but internet traffic isn't being passed through

  • I am running OMV 6 on a Raspberry Pi 4B with the Wireguard plugin. I used the default settings, which the documentation indicates should do IP forwarding. When I connect my phone to the tunnel using the official Wireguard app I can successfully access pages being served on my home LAN. However, if I go to https://www.whatismyip.com/ while connected to the tunnel I get the IP address of the phone's 4G connection, not the IP address of my home network.


    My tunnel config is as shown:


    And my client config is:

    Code
    [Interface]
    Address = 10.192.1.1/24
    PrivateKey = [redacted]
    DNS = 192.168.1.1
    
    [Peer]
    PublicKey = [redacted]
    PresharedKey = [redacted]
    Endpoint = [redacted]:51820
    AllowedIPs = 0.0.0.0/0


    I have verified that systemctl net.ipv4.ip_forward returns "1". I installed PiVPN on the same device at port 51821 and using the same app on my phone to connect to the non-OMV Wireguard server on that port does successfully give my the IP of my home network.

  • macom

    Hat das Thema freigeschaltet.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!