Skip to content
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

ExpressVPN internet issues (resolv.conf) #1889

Closed
vguarnaccia opened this issue Apr 15, 2018 · 5 comments
Closed

ExpressVPN internet issues (resolv.conf) #1889

vguarnaccia opened this issue Apr 15, 2018 · 5 comments
Labels
networking Issues related to networking features (--net=, etc)

Comments

@vguarnaccia
Copy link

vguarnaccia commented Apr 15, 2018

Not sure if this is the best place to post this but I had an issue with the internet when using Firejail in conjunction with ExpressVPN.

After much troubling shooting, I realize it's because ExpressVPN symlinks /etc/resolv.conf -> /var/lib/expressvpn/resolv.conf. Ergo, I have to add whitelist /var/lib/expressvpn/resolv.conf to whitelist-var-common.local.

@vguarnaccia
Copy link
Author

In order to use the browser plugin, one should whitelist all of /var/lib/expressvpn/.

@SkewedZeppelin
Copy link
Collaborator

If at all possible I'd recommend you instead use the native/real clients directly instead of using a wrapper as provided. ie. use OpenVPN or the NetworkManager VPN modules instead of the VPN providers program.

@vguarnaccia
Copy link
Author

Do you think I should do so for security or performance reasons?

Thanks for replying.

@SkewedZeppelin
Copy link
Collaborator

Assuming for example that it is just an (potentially outdated) OpenVPN client + wrapper:

Security: Newer versions might have more bugfixes.
Performance: Newer versions might have more optimizations
Privacy: You don't necessarily know what else the client might be doing
Your distro's version might also have more aggressive compiler options set which can be more secure (-fstack -fpie -fpic) and/or more performant (-O3)
etc.

at the same time the wrapper might be making extra changes to ensure that it is correctly working (ie. no dns leaks)

you gain some you lose some 😀

@chiraag-nataraj
Copy link
Collaborator

@SkewedZeppelin Completely OT, but this is why I've set up a mini router which sets up my VPN and ensures there are no DNS leaks and stuff. That way, I just let my laptop connect as normal without VPN. As a side bonus, anything which connects to the hotspot goes through the VPN :D

@kmk3 kmk3 changed the title ExpressVPN issue ExpressVPN internet issues (resolv.conf) Sep 2, 2024
@kmk3 kmk3 added the networking Issues related to networking features (--net=, etc) label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
networking Issues related to networking features (--net=, etc)
Projects
None yet
Development

No branches or pull requests

4 participants