Giter Site home page Giter Site logo

Configuration imported through Network Manager GUI doesn't work with IPv6 DNS about pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs HOT 8 CLOSED

rajannpatel avatar rajannpatel commented on May 20, 2024
Configuration imported through Network Manager GUI doesn't work with IPv6 DNS

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

Comments (8)

Kwbmm avatar Kwbmm commented on May 20, 2024 1

This change solves this issues :)

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

rajannpatel avatar rajannpatel commented on May 20, 2024

Thank you for your in depth analysis around this, in addition to reporting the issue. I think it makes sense to incorporate the pitfalls and solutions officially into the guide, and reference this issue number to resolve it. Are you open to performing another Pull Request to include these relevant details? I may or may not do some minor editorial patch-up afterwards.

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

rajannpatel avatar rajannpatel commented on May 20, 2024

Optionally - we could do some OS detection in the script and default to writing IPv4 addresses for Arch Linux.

Lastly, what are your thoughts on opening an issue in tandem on the NM-Wireguard-Plugin project, as well?

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

rajannpatel avatar rajannpatel commented on May 20, 2024

What if we changed Line 34 of setup.sh to reflect the IPv4 address:

CLIENT_DNS_2="10.66.66.1"

Would the resulting .conf files import the IPv4 portion of the DNS without any issues?

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

Kwbmm avatar Kwbmm commented on May 20, 2024

Are you open to performing another Pull Request to include these relevant details?

Sure thing!

Optionally - we could do some OS detection in the script and default to writing IPv4 addresses for Arch Linux.

The issue is not related to Arch or any other distro. The issue is related to the stand-alone GUI that network manager uses to display its options. I haven't tried but I believe that desktop environments, like Gnome and KDE, are using their own GUI for network manager, so the problem is not there.

What if we changed Line 34 of setup.sh to reflect the IPv4 address:

CLIENT_DNS_2="10.66.66.1"

Would the resulting .conf files import the IPv4 portion of the DNS without any issues?

I don't think so. The current GUI plugin for wireguard in network manager does not support more than 1 DNS server.

Lastly, what are your thoughts on opening an issue in tandem on the NM-Wireguard-Plugin project, as well?

Can try, but I see that the owner of the repo is not replying to the issues anymore and not even merging PRs, so I'm not sure if that is going to do anything.

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

rajannpatel avatar rajannpatel commented on May 20, 2024

There is considerable interest in IPv6 and I'm averse to changing setup.sh to cater to edge cases where IPv6 doesn't work. It may be worth documenting the workarounds in CONNECTING-TO-WG-VPN.md

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

Kwbmm avatar Kwbmm commented on May 20, 2024

I agree.
I will attempt to make a PR in the coming days

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

rajannpatel avatar rajannpatel commented on May 20, 2024

commit 8958d3d may impact this issue. It alters the client configuration files by providing both an IPv4 and an IPv6 DNS endpoint:

The client configuration files have changed from:

DNS = fd42:42:42::1, fd42:42:42::1

to this:

DNS = 10.66.66.1, fd42:42:42::1

This change attempted to resolve Full Tunnel connectivity issues to Google owned domains for Windows Wireguard clients, when hosting the server on Google Compute Engine. Alas, it did not.

from pi-hole-on-google-compute-engine-free-tier-with-full-tunnel-and-split-tunnel-wireguard-vpn-configs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.