An implementation of the Layer 2 Tunneling Protocol as defined by RFC 2661 https://github.com/xelerance/xl2tpd
Go to file
2025-01-23 22:37:16 +01:00
options.l2tpd package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00
README.md package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00
xl2tpd.conf.client-example package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00
xl2tpd.conf.server-example package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00
xl2tpd.service package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00
xl2tpd.spec package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00
xl2tpd.tmpfiles package created using the webbuild interface [release 1.3.18-1mamba;Thu Jan 23 2025] 2025-01-23 22:37:16 +01:00

xl2tpd

xl2tpd is an 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.