Giter VIP home page Giter VIP logo

Comments (5)

corrad1nho avatar corrad1nho commented on May 31, 2024 1

Disabling IPv6 will disable the IPv6 stack systemwide, so your System won't be able to handle IPv6 Connections at all. The firewall will block outgoing and incoming IPv6 and IPv4 packets that are not going through the OpenVPN/WireGuard tunnel. The latter option is preferred if you want to avoid IPv6 leaks.

from qomui.

corrad1nho avatar corrad1nho commented on May 31, 2024

Can you check if "/sbin/route" is available on your system? My notebook is running Antergos/KDE as well and double hop with Mullvad works fine there. Furthermore, Mullvad has changed its config recently. Reading your log, this doesn't seem to be an issue in your case, but I'd recommend to update to v0.8.0 anyway.

from qomui.

concepthf avatar concepthf commented on May 31, 2024

I should've clarified. I was using Mullvad as first hop and AirVPN server as connecting server. It took me hours to figure out it was AirVPN's IPv6 timing out when I chose to connect with ipv6 in the Provider Tab. If I connected with IPv4, IPv6 would leak. Weird thing is I can connect to AirVPN's IPv6 on their Eddie client perfectly fine and it was assigned. So, I disabled IPv6 on your app but that triggered Mullvad to run into an error because it was trying to assign an IPv6 address. Then I found that I had to disable IPv6 on Mullvad configs using this..

I have disabled IPv6, either systemwide or on the Tun/TAP interface, and OpenVPN exits out with a fatal error.

Edit the OpenVPN configuration and do the following changes

Replace proto udp with proto udp4 and proto tcp with proto tcp4
Add pull-filter ignore "route-ipv6"
Add pull-filter ignore "ifconfig-ipv6"

Be sure to check that there are no IPv6 leaks if you have IPv6 enabled on other interfaces on that system."

At the end, I was able to connect perfectly.

from qomui.

corrad1nho avatar corrad1nho commented on May 31, 2024

Yes, this is indeed an issue. That's why I don't recommend disabling ipv6. To prevent leaks, you should activate the firewall instead. Furthermore, you can't create a double-hop with AirVPN if you choose an ipv6 entry ip. The routing only works with ipv4.

from qomui.

concepthf avatar concepthf commented on May 31, 2024

What is the difference between Blocking IPv6 and activating firewall?

from qomui.

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.