User Tools

Site Tools


vpn

This is an old revision of the document!


Connecting to the FSOC VPN network

Security is priority

After you received the zip file containing several .ovpn files, you should unpack it to a directory that only you have access to and not upload them anywhere. They contain the connection parameters required to gain access to the management network as well and thus need to be protected from outsiders. Treat it like a password.

Installing and using OpenVPN

Download the OpenVPN configuration files.

Linux

Install OpenVPN using your package manager. sudo apt install openvpn for ubuntu.

Connect via the quick settings

  1. Go to the network settings menu and clicking the + button.
  2. Select import from file.
  3. Choose the .ovpn file from the .zip from the download link above.
  4. Make sure you add your FSOC username and password to the configuration.
  5. Connect via the quick settings drop down in the info bar.

Connecting via the commandline

  1. sudo apt install openvpn-systemd-resolved.
  2. Uncomment the lines from –begin to –end system-resolved in the .ovpn file inside the .zip you downloaded from above.
  3. Connect via openvpn /path/to/configuration.ovpn

You can also watch this video for a visual tutorial.

MacOS

Install Tunnelblick, an open-source OpenVPN client software.

  1. To use the .ovpn files provided in the .zip, click the new Tunnelblick icon at the info bar in the top right corner and select VPN details.
  2. Drag the .ovpn into the window, it should set them up for you.
  3. Put your user credentials into the VPN connection editor.
  4. Connect by clicking the tray icon.

You can also watch this video for a visual guide using the proprietary Viscosity OpenVPN client.

Windows

  • Install the OpenVPN Community release.
  • Start the OpenVPN GUI with Administrator permissions (start menu → right click on OpenVPN → run as administrator).
  • Right click the tray icon and select import file.
  • Choose the .ovpn file from the .zip from the download link above.
  • Right click the tray icon again and select Connect.

You can also watch this video for a visual tutorial.

vpn.1738932570.txt.gz · Last modified: 2025/02/07 12:49 by lkohlmeyer