# Setup Environment

# Connect to VPN

  • Download VPN client (choose your environment below)
  • Contact with DevOps team to get the following credentials.
    • Install the VPN certificate - for Windows user
    • Or get the vpnconfig.ovpn for Windows, Linux, MacOS user

# VPN Setup instructions

Connect to VPN (see the instruction per OS)

# Windows

You can use open vpn in Windows. Download here: (opens new window) https://openvpn.net/community-downloads/

Then installed click Start > VPN Setting

# Linux

  • Open a new Terminal session. You can open a new session by pressing 'Ctrl + Alt + t' at the same time.
  • Enter the following command to install needed components:
    sudo apt-get install openvpn
    sudo apt-get -y install network-manager-openvpn
    sudo service network-manager restart
  • To connect using the GUI, go to system settings
  • Click + to add a new VPN connection.
  • Under Add VPN, pick Import from file….
  • Browse to the profile file and double-click or pick Open.

linux-open-vpn

  • Click Add on the Add VPN window.

# MacOS

  • Download and install an OpenVPN client, such as TunnelBlick (opens new window)
  • Double-click the vpnconfig.ovpn file to create the profile in Tunnelblick.
  • Click on the Tunnelblick icon in the system tray and pick connect.