[Arch Linux] PIA Privacy - VPN Kill Switch may stop working if iproute2
was updated
#60
Hi-Phile
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Very interesting. This looks like a bug in the Arch update process. The rt_tables file should always exist iirc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,this is now fixed on prod - go https://www.privateinternetaccess.com/download/linux-vpn to download! :) LMK how you get on and then we can close this off |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this is still a problem? I see these:
In the installation output of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, I encountered a problem where there was no Internet connectivity, although the application tray showed a connection to PIA and everything seemed fine until attempting to use Internet connectivity.
I found out this problem soon after an update on my Arch Linux system, but it was not immediately apparent until I tested by toggling off (unchecking) the PIA VPN Kill Switch under the
Settings -> Privacy
. But even after the VPN Kill Switch was turned off, and Internet connectivity was restored, and the PIA application showed a valid connection to the various VPN Servers, but I felt this wasn't right and I confirmed this to be the case by going tohttps://whatismyipaddress.com
and actually saw that my public IP address was being used and not the PIA server assigned address as shown in the Application tray.I was able to correct this issue by removing PIA and then re-installing it, that's where it was apparent and the main reason why VPN Kill Switch was no longer working.
Then seeing this message, I knew that the install script was trying to verify 4 entries in the
rt_tables
file that it could not find. I listed the files under/etc/iproute2
and found anrt_tables.pacsave
so I checked the contents:I corrected the problem by:
sudo mv /etc/iproute2/rt_tables.pacsave /etc/iproute2/rt_tables
I then discovered that during a recent Arch update that
iproute2
was recently updated and why the rt_tables was renamed:Beta Was this translation helpful? Give feedback.
All reactions