vcpe/l2tp/xl2tpd
zhanglianghy 764bd69a9f OCT:修改编译宏 2022-08-12 15:31:46 +08:00
..
contrib OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
debian OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
doc OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
examples OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
packaging OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
scripts OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
.gitignore OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
.travis.yml OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
BUGS OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
CHANGES OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
COMPATIBILITY_ISSUES OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
CONTRIBUTION.md OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
CREDITS OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
LICENSE OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
Makefile OCT:修改编译宏 2022-08-12 15:31:46 +08:00
Makefile.ver OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
README.md OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
TODO OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
aaa.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
aaa.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
avp.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
avp.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
avpsend.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
call.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
call.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
common.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
control.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
control.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
file.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
file.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
ipsecmast.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
l2tp.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
md5.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
md5.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
misc.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
misc.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
network.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
osport.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
pty.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
scheduler.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
scheduler.h OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
xl2tpd-control.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00
xl2tpd.c OCT:上传l2tp代码 2022-08-09 11:06:08 +08:00

README.md

xl2tpd

Build Status

xl2tpd is a FREE implementation of the Layer 2 Tunneling Protocol as defined by 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 is defined by RFC 3193. xl2tpd can be used in combination with IPsec implementations such as Openswan. Example configuration files for such a setup are included in the examples directory.

xl2tpd uses a pseudo-tty to communicate with pppd. It runs in userspace but supports kernel mode L2TP.

xl2tpd supports IPsec SA Reference tracking to enable overlapping internal 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 is based on the L2TP code base of Jeff McAdams jeffm@iglou.com. It was de-facto maintained by Jacco de Leeuw jacco2@dds.nl in 2002 and 2003.

NOTE: In Linux kernel 4.15+ there is a kernel bug with ancillary IP_PKTINFO. As such, for Linux kernel 4.15+ we recommend the community use xl2tpd 1.3.12+

Build and install

make
sudo make install

The xl2tpd.conf(5) man page has details on how to configure xl2tpd.

Mailing Lists

https://lists.openswan.org/cgi-bin/mailman/listinfo/xl2tpd is home of the mailing list.

Note: This is a closed list - you must be subscribed to be able to post mails.

Security Vulnerability

Security vulnerabilities can be e-mailed to: security@xelerance.com