Site icon TechNewsBoy.com

How to install the Nordlayer VPN client on Linux and connect it to a virtual network

How to install the Nordlayer VPN client on Linux and connect it to a virtual network

If you’re looking to employ a solid VPN service for remote workers, Nordlayer VPN is an outstanding option. Find out how to install and use the client on both Ubuntu Desktop and Fedora 36.

Image: NordLayer

Nordlayer VPN (formally called NordVPN Teams) is a VPN-based network security solution that can serve just about any sized business and allows admins to manage connections from a remote, web-based dashboard. But on the user side, Nordlayer is a VPN service with over 30+ global locations that offer strong AES-256 encryption, a kill switch, threat blocking, jailbroken/rooted device detection and auto-connect.

SEE: Mobile device security policy (TechRepublic Premium)

As a Nordlayer VPN admin, you can control the login method types, security configurations and more.

Understand, although the Nordlayer client application is free, the service is not. You can subscribe to different plans that start at $7/user/month and go up to $9/user/month. It also should be noted that Nordlayer VPN isn’t a tool for consumers. Instead, this VPN solution is all about business and making it far easier for companies to remotely manage staff members’ ability to employ VPNs for their networks. So, if you need to ensure your remote staff is working with a secure network at home (or just about anywhere), Nordlayer might be just the thing you need.

What I want to do here is walk you through the process of installing the Nordlayer VPN client on Linux. Although the application can be installed on nearly every platform (Linux, macOS, Windows, Android, and iOS), the steps for installing and using it on Linux aren’t nearly as simple as on the other platforms.

With that said, let’s install.

What you’ll need

The only things you’ll get the client installed are a running instance of Linux and a user with sudo privileges. I’ll demonstrate the installation on both Ubuntu Desktop 22.04 and Fedora 36.

How to install Nordlayer on Ubuntu Desktop

First, we’ll run the installation on Ubuntu Desktop. Log into your desktop, open your web browser to the Nordlayer download site and download the .deb file. Save that file to your ~/Downloads directory.

Next, open a terminal window and issue the command:

sudo dpkg -i ~/Downloads/nordlayer*.deb

The above command doesn’t actually install the Nordlayer client, but the repository housing the necessary packages. After the installation completes, update apt with:

sudo apt update

Finally, install Nordlayer with:

sudo apt install nordlayer -y

Once the installation completes, add your user to the nordlayer group with:

sudo usermod -aG nordlayer $USER

Make the system aware of the changes with:

newgrp nordlayer

How to install Nordlayer on Fedora 36

The installation on Fedora 36 is somewhat similar. Download the .rpm file from the Downloads page and save it to your ~/Downloads file. Open a terminal window and install the repository with:

sudo rpm -i ~/Downloads/nordlayer*.rpm

With that complete, install Nordlayer with:

sudo dnf install nordlayer -y

Add your user to the nordlayer group with:

sudo usermod -aG nordlayer $USER

Make the system aware of the changes with:

newgrp nordlayer

How to use Nordlayer

On Linux, everything is done via the command line. You can check the status of your Nordlayer connection with:

nordlayer status

That command should report back something like this:

Login: Not logged in
VPN: Not Connected
Current network: wired connection

When the admin setup Nordlayer for your company they will have created an organization. If you issue the command the following command, you will first be asked for the organizational name:

nordlayer login

Once you enter the organization name, you’ll be prompted to select which login method to use. The options will depend on what your administrator has allowed. Say, for instance, your admin has enabled email login. For that, you’d type the email associated with your Nordlayer account followed by the password associated with your email address.

SEE: 20 good habits network administrators need–and 10 habits to break (free PDF) (TechRepublic)

Upon successful authentication, your system will be connected but you then need to select a gateway to use. To list the available gateways, issue the command:

nordlayer gateways

Say, for example, you want to connect to the UK gateway. For that, you’d then issue the command:

nordlayer connect uk

At this point, you are now connected to the UK gateway of Nordlayer and all of your network data is encrypted.

When you want to disconnect from the gateway, issue the command:

nordlayer d

And that, my friends, is how you install and use the Nordlayer VPN client on Linux.

Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the latest tech advice for business pros from Jack Wallen.

For all the latest Technology News Click Here 

 For the latest news and updates, follow us on Google News

Read original article here

Denial of responsibility! TechNewsBoy.com is an automatic aggregator around the global media. All the content are available free on Internet. We have just arranged it in one platform for educational purpose only. In each content, the hyperlink to the primary source is specified. All trademarks belong to their rightful owners, all materials to their authors. If you are the owner of the content and do not want us to publish your materials on our website, please contact us by email – abuse@technewsboy.com. The content will be deleted within 24 hours.
Exit mobile version