Connecting to VPN (Linux)

Tags vpn linux

Getting the VPN client

Deb-based distributions (Ubuntu, Debian, etc.)

To download and install the .deb-based client, enter the commands:

wget
https://vpn.mtu.edu/public/share/BigIP_Edge_Clients/linux_f5cli.7245.x86_64.deb
sudo apt-get update -y sudo apt install ./linux_f5cli.7245.x86_64.deb

RPM-based distributions (RedHat, CentOS, Fedora, etc.)

To download and install the .rpm-based client, enter the commands:

wget
https://vpn.mtu.edu/public/share/BigIP_Edge_Clients/linux_f5cli.7245.x86_64.rpm
sudo dnf localinstall ./linux_f5cli.7245.x86_64.rpm

ARM distributions (Ubuntu, Debian, ARCH, etc.)

To download and install the .deb-based client, enter the commands:

wget
https://vpn.mtu.edu/public/share/BigIP_Edge_Clients/linux_f5cli.7245.armhf.deb 
sudo apt-get update -y sudo apt install ./linux_f5cli.7245.armhf.deb

Additional way to get the VPN

Go to https://vpn.mtu.edu and login with your MTU account name and password. Select the version you wish to download.

Using the VPN client

Note: The VPN client does not automatically disconnect upon logging out. If more than one person uses your machine, it is highly recommended that you disconnect when you are done using the VPN. Others who log in after you will be able to use your VPN connection if you fail to disconnect from the VPN.

Starting Connection

Enter the command:

f5fpc --start --host https://vpn.mtu.edu --user <MTU_SSO>

Checking VPN status

Enter the command: f5fpc --info

Disconnecting

Enter the command: f5fpc --stop

Troubleshooting and common considerations

VPN stands for Virtual Private Network, allowing you to create a secure connection to another network over the Internet. MTU requires the BigIP VPN Client from F5. When attempting to print on an off-campus network, the BigIP VPN is required to start a print job. With all things Linux, the client is dependent on what OS you are currently running.

DNS Conflicts

While connected to the VPN, your routes and DNS configurations have been adjusted by the VPN.

If you experience DNS issues after connecting to the VPN then you may be experiencing a conflict. This is likely related to how the VPN makes those adjustments on your local device. To resolve this, ensure all connections are closed, change your DNS configuration to any DNS server that is not 1.1.1.1 and attempt to reconnect.

File Interactions

A number of files may be interacted with when the VPN client begins its initialization process. This list is subject to change by the upstream provider:

  • /etc/nsswitch.conf
  • /etc/host.conf
  • /etc/resolve.conf
  • /etc/hosts
  • /tmp/f5Standalone.lock
  • $HOME/.F5Networks/f5networks.conf
  • $HOME/.F5Networks/standalone.log

Details

Article ID: 51485
Created
Wed 4/4/18 9:26 AM
Modified
Wed 4/17/24 12:59 PM

Related Articles (4)

This article explains how to connect to your Multidrive from a computer running Linux.
Instructions for connecting to M: multidrive on a fully managed Linux machine (command line)
Instructions for installing and running the VPN client on a Windows computer
Using X Forwarding to run graphical programs on a remote Linux machine through an SSH connection.