User Tools

Site Tools


man:vpn

Connection to our vpn

  1. This vpn is using our own server in Amsterdam. The provided configuration uses vpn only for blocked websites.
  2. Install Wireguard and check that it works:
    modinfo wireguard
  3. Generate your encryption keys:
    sudo mkdir -p /etc/wireguard/keys; wg genkey | sudo tee /etc/wireguard/keys/server.key | wg pubkey | sudo tee /etc/wireguard/keys/server.key.pub
  4. Send generated key appeared on screen to DA and ask him for configuration file, e.g. my_wg0.conf.
  5. Put configuration file to /etc/wireguard/
  6. To turn on vpn run:
    sudo wg-quick up my_wg0
  7. To turn of vpn run:
    sudo wg-quick down my_wg0
man/vpn.txt · Last modified: 2023/02/04 22:01 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki