User Tools

Site Tools


res:vpn

Our VPN server in Amsterdam

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. Insert your private key from /etc/wireguard/keys/server.key into my_wg0.conf (on second line)
  6. Put configuration file to /etc/wireguard/
  7. To turn on vpn run:
    sudo wg-quick up my_wg0
  8. To turn of vpn run:
    sudo wg-quick down my_wg0
res/vpn.txt · Last modified: 2023/09/20 17:41 by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki