How to Install gvpe in Ubuntu 18.04



Install gvpe by entering the following commands in the terminal:

sudo apt update
sudo apt install gvpe

Description:

creates a virtual ethernet between multiple endpoints

GVPE creates a virtual ethernet (broadcasts supported, any protocol that works with a normal ethernet should work with GVPE) by creating encrypted host-to-host tunnels between multiple endpoints. . Unlike other virtual private "network" solutions which merely create a single tunnel, GVPE creates a real network with multiple endpoints. . It is designed to be very simple and robust (cipher selection done at compiletime etc.), and easy to setup (only a single config file shared unmodified between all hosts). . VPN hosts can neither sniff nor fake packets, that is, you can use MAC-based filtering to ensure authenticity of packets even from member nodes. . GVPE can also be used to tunnel into some vpn network using a variety of protocols (raw IP, UDP, TCP, HTTPS-proxy-connect, ICMP and DNS). It is, however, primarily designed to sit on the gateway machines of company branches to connect them together.

Homepage: http://software.schmorp.de/pkg/gvpe.html

Version: 3.0-1ubuntu1

Section: universe/net