pppoe-setup

Interactively configure PPPoE connection

TLDR

Configure PPPoE connection
$ pppoe-setup
Run interactive setup
$ pppoe-setup

SYNOPSIS

pppoe-setup [options]

DESCRIPTION

pppoe-setup is an interactive script that guides the user through configuring a PPPoE DSL broadband connection. It prompts for the network interface, ISP username and password, DNS settings, and firewall options.The configuration is saved to /etc/ppp/pppoe.conf and related files, which are then used by pppoe-connect and pppoe-start to establish the connection. Run this once during initial DSL setup or when changing ISP settings.

PARAMETERS

Interactive configuration tool.

INSTALL

sudo apt install pppoe
sudo dnf install rp-pppoe
sudo pacman -S rp-pppoe
sudo apk add rp-pppoe
sudo zypper install rp-pppoe
nix profile install nixpkgs#rp-pppoe

CAVEATS

Interactive only. Creates /etc/ppp/pppoe.conf.

HISTORY

pppoe-setup provides interactive PPPoE configuration for DSL connections.

SEE ALSO

pppoe(8), pppoe-connect(8), pppoeconf(8)