< Home - < Back

n2n


Information about the package, n2n, which is shipped with common Linux distributions. The n2n package is designed for, A layer-two peer-to-peer virtual private network.


Package Name:

n2n

Summary:

A layer-two peer-to-peer virtual private network

Description:

n2n is a layer-two peer-to-peer virtual private network (VPN) which allows users to exploit features typical of P2P applications at network instead of application level. This means that users can gain native IP visibility (e.g. two PCs belonging to the same n2n network can ping each other) and be reachable with the same network IP address regardless of the network where they currently belong. In a nutshell, as OpenVPN moved SSL from application (e.g. used to implement the HTTPS protocol) to network protocol, n2n moves P2P from application to network level.

Architecture:

x86_64

Version:

2.1.0

Release:

1.el6

Size:

62 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for n2n


Control the n2n package with the following handy commands outlined below.


Command

Description of Command

yum install n2n

This command will install n2n on the server.

yum remove n2n

This command will un-install n2n on the server. When you run this command, you will be asked if you are sure that you want to remove n2n, so you have to manually confirm that you want to do this.

yum -y remove n2n

This command will un-install n2n on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove n2n when using the -y flag.

yum update n2n

This command will update n2n to the latest version. When you run this command, you will be asked if you are sure that you want to remove n2n, so you have to manually confirm that you want to do this.

yum -y update n2n

This command will update n2n to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove n2n when using the -y flag.

yum info n2n

This command will show you core information about the n2n package.

yum deplist n2n

This command will show you the dependencies for n2n. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update n2n

This command will check if there is an update waiting on n2n. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.