Virtual Private Network (VPN)

Map Of Internet 1973

About

A virtual private network is a network that is not physical but logical.

Two networks are connected securely via a tunnel and they create the same subnet.

The local traffic is routed through the vpn server.

List

  • OpenVPN

Wireguard

WireGuard 1) is a VPN protocol / application.

  • It is as easy to set up a WireGuard connection as it is an SSH account.
  • It’s based on Trevor Perrin’s Noise protocol framework 2),
  • It does no negotiation;
  • there are no cryptographic parameters to select.
  • Its reference implementation 3) is just 5000 lines of kernel code; you can read it in an hour or so.
  • It’s extremely fast.





Discover More
Map Of Internet 1973
IP Forwarding

ip forwarding is a feature used mostly in a VPN configuration where a server forwards an incoming network traffic to the external world. On Linux, you need to set the kernel parameter net.ipv4.ip_forward...
Map Of Internet 1973
Network - Tunnel

Tunnel joins two network with an SSL layer. tunnel allows you to easily share a application service on your local development machine without messing with DNS and firewall settings. Great for working...



Share this page:
Follow us:
Task Runner