pon
Initiate PPP dial-up connections
TLDR
Start PPP connection
$ pon
Start specific provider$ pon [provider]
Start with debugging$ pon [provider] debug
SYNOPSIS
pon [provider] [options]
DESCRIPTION
pon initiates a PPP (Point-to-Point Protocol) connection using a named provider configuration. Provider configurations are stored in /etc/ppp/peers/ and define the connection parameters including phone number, authentication, and modem settings.Without a provider argument, it uses the default provider. The debug option enables verbose logging to syslog. Use poff to terminate the connection.
PARAMETERS
PROVIDER
PPP provider name.debug
Enable debug output.
INSTALL
sudo apt install ppp
sudo dnf install ppp
sudo pacman -S ppp
sudo apk add ppp-daemon
sudo zypper install ppp
nix profile install nixpkgs#ppp
CAVEATS
PPP-specific. Paired with poff command. Legacy dial-up.
HISTORY
pon was created for PPP connection initiation on Linux systems.
