[Lunar-commits] <moonbase> xl2tpd: Adding to moonbase. It will be an optional_depends for the next
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jan 10 15:47:38 CET 2012
commit 7a2b02c3e61352f67ef65af34a601e90e1f4cd6b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jan 10 09:47:38 2012 -0500
xl2tpd: Adding to moonbase. It will be an optional_depends for the next
version bump of connman (to 0.78).
---
net/xl2tpd/BUILD | 7 +++++++
net/xl2tpd/DETAILS | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/net/xl2tpd/BUILD b/net/xl2tpd/BUILD
new file mode 100644
index 0000000..1b8ba99
--- /dev/null
+++ b/net/xl2tpd/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:/usr/local:/usr:g" Makefile &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/net/xl2tpd/DETAILS b/net/xl2tpd/DETAILS
new file mode 100644
index 0000000..57d8316
--- /dev/null
+++ b/net/xl2tpd/DETAILS
@@ -0,0 +1,36 @@
+ MODULE=xl2tpd
+ VERSION=1.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.xelerance.com/wp-content/uploads/software/xl2tpd/
+ SOURCE_VFY=sha1:e0382fdce023f577f8914a6f98f1fbff74a54490
+ WEB_SITE=http://www.xelerance.com/services/software/xl2tpd/
+ ENTERED=20120110
+ UPDATED=20120110
+ SHORT="implementation of the Layer 2 Tunnelling Protocol"
+
+cat << EOF
+xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661).
+L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
+sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
+servers. Another important application is Virtual Private Networks where
+the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
+RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and
+Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec
+implementations such as Openswan.
+Example configuration files for such a setup are included in this RPM.
+
+xl2tpd works by opening a pseudo-tty for communicating with pppd.
+It runs completely in userspace but supports kernel mode L2TP.
+
+xl2tpd supports IPsec SA Reference tracking to enable overlapping internak
+NAT'ed IP's by different clients (eg all clients connecting from their
+linksys internal IP 192.168.1.101) as well as multiple clients behind
+the same NAT router.
+
+xl2tpd supports the pppol2tp kernel mode operations on 2.6.23 or higher,
+or via a patch in contrib for 2.4.x kernels. Note that kernel mode and
+IPsec SA Reference tracking do not yet work together.
+
+Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm at iglou.com>
+It was de-facto maintained by Jacco de Leeuw <jacco2 at dds.nl> in 2002 and 2003.
+EOF
More information about the Lunar-commits
mailing list