1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/xl2tpd/xl2tpd-1.2.4
2024-07-22 01:58:46 -03:00
..
contrib Add gpl 2024-07-22 01:58:46 -03:00
debian Add gpl 2024-07-22 01:58:46 -03:00
doc Add gpl 2024-07-22 01:58:46 -03:00
examples Add gpl 2024-07-22 01:58:46 -03:00
linux/include/linux Add gpl 2024-07-22 01:58:46 -03:00
packaging Add gpl 2024-07-22 01:58:46 -03:00
scripts Add gpl 2024-07-22 01:58:46 -03:00
aaa.c Add gpl 2024-07-22 01:58:46 -03:00
aaa.h Add gpl 2024-07-22 01:58:46 -03:00
avp.c Add gpl 2024-07-22 01:58:46 -03:00
avp.h Add gpl 2024-07-22 01:58:46 -03:00
avpsend.c Add gpl 2024-07-22 01:58:46 -03:00
BUGS Add gpl 2024-07-22 01:58:46 -03:00
call.c Add gpl 2024-07-22 01:58:46 -03:00
call.h Add gpl 2024-07-22 01:58:46 -03:00
CHANGES Add gpl 2024-07-22 01:58:46 -03:00
common.h Add gpl 2024-07-22 01:58:46 -03:00
control.c Add gpl 2024-07-22 01:58:46 -03:00
control.h Add gpl 2024-07-22 01:58:46 -03:00
CREDITS Add gpl 2024-07-22 01:58:46 -03:00
file.c Add gpl 2024-07-22 01:58:46 -03:00
file.h Add gpl 2024-07-22 01:58:46 -03:00
ipsecmast.h Add gpl 2024-07-22 01:58:46 -03:00
l2tp.h Add gpl 2024-07-22 01:58:46 -03:00
LICENSE Add gpl 2024-07-22 01:58:46 -03:00
Makefile Add gpl 2024-07-22 01:58:46 -03:00
md5.c Add gpl 2024-07-22 01:58:46 -03:00
md5.h Add gpl 2024-07-22 01:58:46 -03:00
misc.c Add gpl 2024-07-22 01:58:46 -03:00
misc.h Add gpl 2024-07-22 01:58:46 -03:00
network.c Add gpl 2024-07-22 01:58:46 -03:00
osport.h Add gpl 2024-07-22 01:58:46 -03:00
pty.c Add gpl 2024-07-22 01:58:46 -03:00
README.xl2tpd Add gpl 2024-07-22 01:58:46 -03:00
scheduler.c Add gpl 2024-07-22 01:58:46 -03:00
scheduler.h Add gpl 2024-07-22 01:58:46 -03:00
tags Add gpl 2024-07-22 01:58:46 -03:00
TODO Add gpl 2024-07-22 01:58:46 -03:00
xl2tpd.c Add gpl 2024-07-22 01:58:46 -03:00

URL         : http://www.xelerance.com/software/xl2tpd/
Summary     : Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Description :
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@iglou.com>
It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.