pppd
Establish Point-to-Point connection to another computer. It should not be invoked manually. More information: <https://ppp.samba.org/pppd.html>.
Install
- All systems
-
curl cmd.cat/pppd.sh
- Debian
-
apt-get install ppp
- Ubuntu
-
apt-get install ppp
- Alpine
-
apk add ppp
- Arch Linux
-
pacman -S ppp
- Kali Linux
-
apt-get install ppp
- CentOS
-
yum install ppp
- Fedora
-
dnf install ppp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ppp
- Raspbian
-
apt-get install ppp
- Dockerfile
- dockerfile.run/pppd
- Docker
-
docker run cmd.cat/pppd pppd
powered by Commando
Establish Point-to-Point connection to another computer. It should not be invoked manually. More information: <https://ppp.samba.org/pppd.html>.
-
Start the daemon:
pppd
© tl;dr; authors and contributors