0

Current network setting page:

VPN not set up, Network Proxy off

I use pppoe connection and have recently switched to Ubuntu, I am having a hard time setting up the pppoe connection. Isn't there suppose to be a Wired + on the top right?

Wireless works perfectly.

    $ sudo lshw -c network 

  *-network                 
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0.1
       bus info: pci@0000:02:00.1
       logical name: enp2s0f1
       version: 12
       serial: 80:ee:73:dd:70:49
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8411-2_0.0.1 07/08/13 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:16 ioport:e000(size=256) memory:df114000-df114fff memory:df110000-df113fff
  *-network
       description: Wireless interface
       product: Wireless 3165
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 81
       serial: 0c:54:15:5d:c6:77
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-33-generic firmware=29.1044073957.0 ip=192.168.0.105 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:130 memory:df000000-df001fff

$ dkms status
rtlwifi-new, 0.6, 4.15.0-33-generic, x86_64: installed
Zanna
  • 72,312

1 Answers1

0

Looks like you have to install the pppoe package first, then you need to run some commands via CLI to make it work.

Basically, you have to create a new entry on NetworkManager with the nmcli utility.

See the answer to this question for the procedure (it's for 17.04 but should work on 18.04 too).

Zanna
  • 72,312