mirror of https://github.com/ntop/n2n.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.0 KiB
25 lines
1.0 KiB
Source: n2n
|
|
Section: net
|
|
Priority: extra
|
|
Maintainer: Luca Deri <deri@ntop.org>
|
|
Standards-Version: @N2N_VERSION_SHORT@
|
|
Build-Depends:
|
|
|
|
Package: n2n
|
|
Architecture: @EXTN@
|
|
Suggests: uml-utilities
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: n2n (<< 2.1.0-1)
|
|
Replaces: n2n (<< 2.1.0-1)
|
|
Description: a layer-two peer-to-peer virtual private network (VPN)
|
|
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.
|
|
.
|
|
Edge is the edge node daemon for n2n which creates a TAP interface to expose
|
|
the n2n virtual LAN.
|
|
|