We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2017-06-20 13:34:40 +0200 |
Hi,
I'm trying to configure ProtonVPN on my Sailfish OS phone but I'm having a little issue here. When I load the OVPN file in Settings and try to connect I get: "Problem with connection"
So I tried it from the command line: "openvpn ch-01.protonvpn.com.udp1194.ovpn" which gave me the following error:
Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory
How to use ProtonVPN on Sailfish OS
Original question: Hi,
I'm trying to configure ProtonVPN on my Sailfish OS phone but I'm having a little issue here. When I load the OVPN file in Settings and try to connect I get: "Problem with connection"
So I tried it from the command line: "openvpn ch-01.protonvpn.com.udp1194.ovpn" which gave me the following error:
Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory
How to use ProtonVPN on Sailfish OS
EDIT: Added info on how to avoid IPv6 and DNS leaks
devel-su sysctl -w net.ipv6.conf.default.disable_ipv6=1
and devel-su sysctl -w net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
to the IPv6 settings file: devel-su vim /etc/sysctl.d/ipv6-settings.conf
Original question: Hi,
I'm trying to configure ProtonVPN on my Sailfish OS phone but I'm having a little issue here. When I load the OVPN file in Settings and try to connect I get: "Problem with connection"
So I tried it from the command line: "openvpn ch-01.protonvpn.com.udp1194.ovpn" which gave me the following error:
Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory
How to use ProtonVPN on Sailfish OS
EDIT: Added info on how to avoid IPv6 and DNS leaksleaks since VPN is now out of beta since 2.2.0 and stable enough for daily use
devel-su sysctl -w net.ipv6.conf.default.disable_ipv6=1
and devel-su sysctl -w net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
to the IPv6 settings file: devel-su vim /etc/sysctl.d/ipv6-settings.conf
Original question: Hi,
I'm trying to configure ProtonVPN on my Sailfish OS phone but I'm having a little issue here. When I load the OVPN file in Settings and try to connect I get: "Problem with connection"
So I tried it from the command line: "openvpn ch-01.protonvpn.com.udp1194.ovpn" which gave me the following error:
Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory
5 | No.5 Revision |
How to use ProtonVPN on Sailfish OS
EDIT: Added info on how to avoid IPv6 and DNS leaks since VPN is now out of beta since 2.2.0 and stable enough for daily use
devel-su sysctl -w net.ipv6.conf.default.disable_ipv6=1net.ipv6.conf.all.disable_ipv6=1
and devel-su sysctl -w net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
to the IPv6 settings file: devel-su vim /etc/sysctl.d/ipv6-settings.conf
Original question: Hi,
I'm trying to configure ProtonVPN on my Sailfish OS phone but I'm having a little issue here. When I load the OVPN file in Settings and try to connect I get: "Problem with connection"
So I tried it from the command line: "openvpn ch-01.protonvpn.com.udp1194.ovpn" which gave me the following error:
Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory