Skip to main content

configure network namespace wireguard for pia

Project description

With this program you can create a pia vpn configuration in a namespace so that the program in the namespace only has a internet connection by the vpn.

using info out scripts and the cert found in pia-foss manual connection https://github.com/pia-foss/manual-connections.git

Usage

First create a file with the pia credentials (todo password from script)

For example file: /root/.pia.conf (yaml):

---
login:
  user: <username>
  password: <pia password>

Find a vpn server using get_regio.sh script in https://github.com/pia-foss/manual-connections.git Todo implement this get_regio.sh script in python.

fhs-pia-wireguard-netns wiin <pia-vpn-server-name> <pia-vpn-server-ip> <namespace-name>

example

fhs-pia-wireguard-netns wiin frankfurt405 212.102.57.8 vpnns

Installation

I would suggest installing this in a seperate venv

python -m venv pia-venv
source pia-venv/bin/activate

# first install fhs-wireguard-namespace as a dependancy
git clone https://github.com/foxhunt72/fhs-wireguard-namespace.git
cd fhs-wireguard-namespace
pip install .
cd ..

git clone https://github.com/foxhunt72/fhs-pia-wireguard-netns.git
cd fhs-pia-wireguard-netns
pip install .

Requirements

Todo

  • flake8

  • pytest

  • coverage

  • more docs

  • port forwaring, pia script

  • get_regio, pia script

Compatibility

Linux only

Licence

MIT License

Changelog

  • 0.1.0 initial version

  • 0.1.1 fix pyyaml dependancy

  • 0.1.2 data not included in installed package (cacert missing)

  • 0.1.3 cacert still missing, fixed with a packagedata command in setup.py

Authors

fhs-pia-wireguard-netns was written by Richard de Vos.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fhs-pia-wireguard-netns-0.1.3.tar.gz (10.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page