LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pppoe-connect

Manage a PPPoE DSL connection

TLDR

Start PPPoE connection with default config
$ sudo pppoe-connect
copy
Connect with a specific config file
$ sudo pppoe-connect [/etc/ppp/pppoe.conf]
copy

SYNOPSIS

pppoe-connect [configfile_]

DESCRIPTION

pppoe-connect is a shell script that manages a PPPoE (PPP over Ethernet) connection using the Roaring Penguin user-space PPPoE client. It reads a configuration file, brings up the connection, and automatically re-establishes it if it drops, logging reconnection events to syslog.Each time the connection drops, pppoe-connect executes /etc/ppp/pppoe-lost if it exists. Normally you should use pppoe-start instead of invoking pppoe-connect directly.

PARAMETERS

CONFIGFILE_

Configuration file path. Defaults to /etc/ppp/pppoe.conf.

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

Requires configured pppoe.conf and pppd. Normally invoked via pppoe-start rather than directly. Multiple connections supported with different config files using different PIDFILE settings.

HISTORY

pppoe-connect is part of the Roaring Penguin PPPoE client package.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid