How to Setup OpenVPN Server

How to Setup OpenVPN Server

Running an VPN server on your local area network will allow outside clients to connect to your server and access the network as if they were directly connected to it. This is a common setup for many companies, which let their employees connect to the local business network remotely, so that they have access to internal resources that are only available on the local network. Linux administrators and power users may also be interested in setting up an VPN server at home, since they can then use their laptop or other portable device to connect to their home network while on the go.

Read more

How to install Brave on Linux

How to install Brave on Linux

Brave is a free and open source web browser focused on providing a privacy-oriented setup by default. It is released under the Mozilla Public License Version 2.0, and it is based on chromium, which is also the open source foundation upon Google Chrome is built.  Brave comes with useful built-in features such an ad-blocker, a private search engine, an integrated VPN, and Tor support.

Read more

Starting OpenVPN Server on Ubuntu 20.04

Basic Ubuntu 20.04 OpenVPN Client/Server connection setup

Setting up a VPN is a great way for a server to share network resources with a client. Configuring one, however, can seem a little intimidating to some users. In this guide, we’ll show you how to setup a VPN using OpenVPN on Ubuntu 20.04 Focal Fossa, while managing to avoid advanced configuration and technical jargon along the way.

In this tutorial you will learn:

  • How to install OpenVPN
  • How to configure an OpenVPN Server
  • How to connect to a VPN server from client machine
  • How to verify a successful VPN connection

Read more

How to setup a OpenVPN server on Ubuntu 20.04

How to setup a OpenVPN server on Ubuntu 20.04

Ubuntu 20.04 Focal Fossa is the last long term support of one of the most used Linux distributions. In this tutorial we will see how to use this operating system to create an OpenVPN server and how to create an .ovpn file we will use to connect to it from our client machine.

In this tutorial you will learn:

  • How to generate a Certificate Authority
  • How to generate server andl client certificate and key
  • How to sign a certificate with the Certificate Authority
  • How to create Diffie-Hellman parameters
  • How to generate a tls-auth key
  • How to configure the OpenVPN server
  • How to generate an .ovpn file to connect to the VPN
How to setup a OpenVPN server on Ubuntu 20.04

How to setup a OpenVPN server on Ubuntu 20.04

Read more

Wireguard VPN on Ubuntu 20.04

How to create a VPN on Ubuntu 20.04 using Wireguard

Wireguard is a modern and very easy to setup VPN available on multiple operating system. The application is available in the Ubuntu 20.04 official repositories, so it is also very easy to install. Unlike other software like OpenVPN which is based on the use of ssl certificates, Wireguard is based on the use of key-pairs. In this tutorial we will see how to configure, in few easy steps, a VPN server and a client peer on the latest stable version of Ubuntu.

In this tutorial you will learn:

  • How to install Wireguard on Ubuntu 20.04 Focal Fossa
  • How to create public and private key pair
  • How to configure the server and a client peer
  • How to redirect all incoming traffic to the VPN
Wireguard VPN on Ubuntu 20.04

Wireguard VPN on Ubuntu 20.04

Read more