Skip to content

VPN Server Access

Server is accessible with SSH key-pair. To access, run ssh root@v.interaction-design.org

Administration

Change password

We use single-user mode for our VPN.

In order to update the password, run the following command under the /root/scripts:

bash
sudo \
    VPN_IPSEC_PSK='__GENERATE_NEW_ONE__' \
    VPN_USER='idfteam' \
    VPN_PASSWORD='__GENERATE_NEW_ONE__' \
    sh vpnsetup.sh

NOTE: User should remain the same. Change the password and shared-key only.

Configuration

Installation

For updated instructions, check: https://github.com/hwdsl2/setup-ipsec-vpn#installation