LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pppoe

Manage PPP over Ethernet connections

TLDR

Start PPPoE connection
$ pppoe -I [eth0]
copy
Debug mode
$ pppoe -I [eth0] -D [/tmp/pppoe.log]
copy
Specify AC name
$ pppoe -I [eth0] -A [ac_name]
copy

SYNOPSIS

pppoe [options]

DESCRIPTION

pppoe is the user-space PPP over Ethernet client that establishes PPPoE sessions for DSL broadband connections. It handles the discovery and session phases of the PPPoE protocol, communicating with the ISP's access concentrator over a specified Ethernet interface.The tool is typically invoked indirectly through pppoe-connect or pppoe-start wrapper scripts rather than called directly. It works in conjunction with pppd which handles the PPP negotiation once the Ethernet session is established.

PARAMETERS

-I INTERFACE

Ethernet interface.
-D FILE
Debug log file.
-A NAME
Access concentrator name.
-S NAME
Service name.
-T SECONDS
Timeout.

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

Usually managed by pppoe-connect. Requires root.

HISTORY

pppoe implements PPP over Ethernet for DSL connections.

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