gvpe 2.24-1 source package in Ubuntu

Changelog

gvpe (2.24-1) unstable; urgency=low

  * New upstream.
  * patches/fix_openssl_m4, fix_configure: Fixed to fail configure 
    (Closes: #621897, #622036)
  * info: Removed .
  * Standards-Version: 3.9.2
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  22 Jun 2011 09:35:49 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
takaki
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gvpe_2.24.orig.tar.gz 468.1 KiB 5e5e3cdd2578184498680633960a396995a26c8bad6e0f884ddd11618f8afceb
gvpe_2.24-1.debian.tar.gz 15.4 KiB 3b1666ba8fd117dc72fb8f6c471403f91db65890068c9bee778a101da5afc591
gvpe_2.24-1.dsc 1.6 KiB 3a1d8794b899767ce95bbe7a4ab2b0d5c69d13401fcb925196d9ed83120ffd66

Available diffs

View changes file

Binary packages built by this source

gvpe: 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.