poff
Point-to-Point Protocol (PPP) - daemon
Install
- All systems
-
curl cmd.cat/poff.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/poff
- Docker
-
docker run cmd.cat/poff poff
powered by Commando
ppp
Point-to-Point Protocol (PPP) - daemon
The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections.