Quantcast
Channel: Active questions tagged openvpn - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 823

Connecting to PIA VPN using OpenVPN on Raspberry Pi 4 (Raspbian)

$
0
0

I used these directions to setup Private Internet Access (PIA) VPN for my Raspberry Pi 4.I'm running Raspbian, and using the Pi as a mini desktop computer attached to my TV. And I'd like to have a VPN connection to avoid sharing my IP. Unfortunately, my IPv6 is still being broadcast. So I used these instructions to disable IPv6.

Unfortunately, when running sudo openvpn ca_vancouver.ovpn, I still get the following error:

Tue Jun  1 07:49:22 2021 WARNING: file 'auth.txt' is group or others accessibleTue Jun  1 07:49:22 2021 OpenVPN 2.4.7 arm-unknown-linux-gnueabihf [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 20 2019Tue Jun  1 07:49:22 2021 library versions: OpenSSL 1.1.1d  10 Sep 2019, LZO 2.10Tue Jun  1 07:49:22 2021 TCP/UDP: Preserving recently used remote address: [AF_INET]208.78.42.222:1198Tue Jun  1 07:49:22 2021 UDP link local: (not bound)Tue Jun  1 07:49:22 2021 UDP link remote: [AF_INET]208.78.42.222:1198Tue Jun  1 07:49:22 2021 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent thisTue Jun  1 07:49:22 2021 [vancouver412] Peer Connection Initiated with [AF_INET]208.78.42.222:1198Tue Jun  1 07:49:23 2021 OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 optionsTue Jun  1 07:49:23 2021 OpenVPN ROUTE: failed to parse/resolve route for host/network: 2000::/3Tue Jun  1 07:49:23 2021 TUN/TAP device tun0 openedTue Jun  1 07:49:23 2021 /sbin/ip link set dev tun0 up mtu 1500Tue Jun  1 07:49:23 2021 /sbin/ip addr add dev tun0 10.32.112.52/24 broadcast 10.32.112.255Tue Jun  1 07:49:23 2021 WARNING: OpenVPN was configured to add an IPv6 route over tun0. However, no IPv6 has been configured for this interface, therefore the route installation may fail or may not work as expected.Tue Jun  1 07:49:23 2021 Initialization Sequence Completed

More so, when trying to browse to any website in Chromium, I get the following error (in this case I'm trying www.privateinternetaccess.com):

This site cant be reached www.privateinternetaccess.com. Server IP address could not be found.Error: DNS_PROBE_FINISHED_BAD_CONFIG

Any advise or support available to help resolve this problem while blocking my IPv6?


Viewing all articles
Browse latest Browse all 823

Trending Articles