LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pppoe-setup

Interactively configure PPPoE connection

TLDR

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

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
copy
sudo dnf install rp-pppoe
copy
sudo pacman -S rp-pppoe
copy
sudo apk add rp-pppoe
copy
sudo zypper install rp-pppoe
copy
nix profile install nixpkgs#rp-pppoe
copy

CAVEATS

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

HISTORY

pppoe-setup provides interactive PPPoE configuration for DSL connections.

SEE ALSO

Copied to clipboard
Kai