Eu fiz uma conexão DSL seguindo o link .
Mas quando eu o conecto com uma conexão DSL listada, ele mostra Ethernet desconectada, sem conexão PPP0 disponível no resultado ifconfig.
A execução de sudo gedit /etc/network/interfaces
mostra estes conteúdos:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto dsl-provider
iface dsl-provider inet ppp
pre-up /bin/ip link set enp7s0 up # line maintained by pppoeconf
provider dsl-provider
auto enp7s0
iface enp7s0 inet manual
A saída de dpkg -s pppoeconf
mostra:
Package: pppoeconf
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 132
Maintainer: Ubuntu Developers <[email protected]>
Architecture: all
Version: 1.21ubuntu1
Depends: whiptail-provider | whiptail, ppp (>= 2.4.2+20040428-2) | pppoe (>= 3.0), ppp (>= 2.4.1.uus2-4), gettext-base (>= 0.13), sed (>= 3.95), ifupdown (>= 0.7.44~), iproute2
Recommends: locales
Suggests: xdialog
Description: configures PPPoE/ADSL connections
User-friendly tool for initial configuration of a DSL (PPPoE) connection.
Original-Maintainer: Gregory Colpart <[email protected]>