-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot resolve any DNS queries #38
Comments
Tried with mullvad and their script comes with an update-resolv-conf. It appears these scripts are only tested with Debian / Fedora 28. I am using Fedora 29 and there appears to be serious issues with any DNS resolving. It might be useful to put in the docs that this only works with debian and fedora 28, so people do not waste time trying it on fedora 29+ |
Thanks for the report! I'll definitely look into this. BTW, the up/down script error probably shouldn't happen at all; |
@VPNReyMan I just did a ProxyVM install of the 1.4.1 branch with Fedora 30 using an Azire free account (using the Sweden server) ...and it works! The log says "Using DNS servers 91.231.153.2" and when I check dnat with 'iptables -L -v -t nat' that DNS address is in PR-QBS. Let me know if this is still a problem for you. (Also see my update of issue #39.) |
Problems with name resolution after script v1.4.2 is installed, on debian 10 minimal. without error, then rebooting, nothing happens. I again run the test command as above and it returns: In an attempt to remedy, I installed resolvconf in the template and tried again, with the same result. nslookup is not installed. Is it a requirement? I'm very hesistant to attempt modifying other variables or config files as it seems the problem is introduced with the qubes-vpn-support script. |
I tried qubes-tunnel with a different template and a different temp VM and in the end had the same result. OpenVPN connected when told to test it, but after setting qubes-tunnel-openvpn and running sudo /usr/lib/qubes/qtunnel-setup --config, then rebooting, name resolution no longer works. I also don't get any notifications whatsoever at any point during startup, but that doesn't seem like a root cause, but a problem to be solved later. |
I tested AzireVPN because they offer 3 days free when you signup (just enter in email). I setup qubes-vpn-tunnel in the template per the instructions. The VPN can connect, but it cannot resolve any DNS queries.
Due to an error the vpn config file had to be modified to comment out the following:
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
After this was done openvpn quit giving a fatal error and connected. However, despite connecting, there is no DNS. This can be tested by trying to ping google or curl google
Any suggestions on how to make this work?
The text was updated successfully, but these errors were encountered: