Arthur Pinheiro

Results 112 comments of Arthur Pinheiro

@jeffshee please, reinitialise your profile and choose `n` to `Decrease OpenVPN privileges`.

@jeffshee what's the output for `ifconfig tun0`?

@jeffshee what's your linux distro? I don't know if it can make any difference, but you can create a persistent tun device with `openvpn --mktun --dev tun0`.

@jeffshee ok, since it didn't work you can remove the created persistent tun device with `openvpn --rmtun --dev tun0`. Let's wait @mazen160 for further instructions.

> Weirdly enough, as of right now, connecting to the vpn works again without any further changes on my side. Maybe an issue with a server in a specific country?

@jacksaaa @rowbawts do you still have issues?

Please, post the output of `apt list resolvconf` and `cat /etc/resolv.conf`

There's a weird info in your logs: ``` resolvconf: Error: Command not recognized Usage: resolvconf (-d IFACE|-a IFACE|-u|--enable-updates|--disable-updates|--updates-are-enabled) ``` It sounds like a problem with DNS management. But I have...

I'm asking if you already tried to connect with a config file: `sudo openvpn `

Please, [download a config file](https://protonvpn.com/support/vpn-config-download/) and try ~`sudo openvpn config `~ EDIT: Sorry, the right command is `sudo openvpn ` You can find a guide in the Option B on...