-
I am trying to run the client on a ubuntu headless server. I have installed the dependencies and trying to run Logs from pia-client
Is there anything obvious I am doing wrong? Do I even need to run I know I can always switch to using the wireguard/openvpn scripts but I wanted to manage killswitch using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the problem. It was an issue with my setup. I was running it in a proxmox LXC. And since it was unprivileged, it couldn't create the tun interface. Worked out when I manually created and mounted it. |
Beta Was this translation helpful? Give feedback.
Found the problem. It was an issue with my setup. I was running it in a proxmox LXC. And since it was unprivileged, it couldn't create the tun interface. Worked out when I manually created and mounted it.