xl2tpd
layer 2 tunneling protocol implementation
Install
- All systems
-
curl cmd.cat/xl2tpd.sh
- Debian
-
apt-get install xl2tpd
- Ubuntu
-
apt-get install xl2tpd
- Alpine
-
apk add xl2tpd
- Arch Linux
-
pacman -S xl2tpd
- Kali Linux
-
apt-get install xl2tpd
- Fedora
-
dnf install xl2tpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xl2tpd
- Raspbian
-
apt-get install xl2tpd
- Dockerfile
- dockerfile.run/xl2tpd
- Docker
-
docker run cmd.cat/xl2tpd xl2tpd
powered by Commando
xl2tpd
layer 2 tunneling protocol implementation
xl2tpd is an open source implementation of the L2TP tunneling protocol (RFC2661). xl2tpd is forked from l2tpd and is maintained by Xelerance Corporation. The main purpose of this protocol is to tunnel PPP frames through IP networks. It implements both LAC and LNS role in the L2TP networking architecture.