PPPoE configuration issues for Totolink X5000R

Hi,

I'm unable to configure PPPoE on my Totolink X5000R. There are no issues while using original software.
I've tried 21.02.0, 21.02.1 and latest snapshot with the same result.

Related logread:

Tue Aug 31 22:32:07 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 22:32:07 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 22:32:07 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 22:32:07 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 22:32:07 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 22:32:07 2021 daemon.info pppd[9185]: Plugin rp-pppoe.so loaded.
Tue Aug 31 22:32:07 2021 daemon.info pppd[9185]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 22:32:07 2021 daemon.notice pppd[9185]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 22:32:07 2021 daemon.debug pppd[9185]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 22:32:07 2021 daemon.debug pppd[9185]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 22:32:07 2021 daemon.debug pppd[9185]:  [service-name] [host-uniq  e1 23 00 00]
Tue Aug 31 22:32:12 2021 daemon.debug pppd[9185]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 22:32:12 2021 daemon.debug pppd[9185]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 22:32:12 2021 daemon.debug pppd[9185]:  [service-name] [host-uniq  e1 23 00 00]
Tue Aug 31 22:32:17 2021 daemon.debug pppd[9185]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 22:32:17 2021 daemon.debug pppd[9185]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 22:32:17 2021 daemon.debug pppd[9185]:  [service-name] [host-uniq  e1 23 00 00]
Tue Aug 31 22:32:22 2021 daemon.warn pppd[9185]: Timeout waiting for PADO packets
Tue Aug 31 22:32:22 2021 daemon.err pppd[9185]: Unable to complete PPPoE Discovery
Tue Aug 31 22:32:22 2021 daemon.info pppd[9185]: Exit.
Tue Aug 31 22:32:22 2021 daemon.notice netifd: Interface 'wan' is now down

uci show network

network.loopback=interface
network.loopback.device='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.packet_steering='1'
network.globals.ula_prefix='fd02:487b:1633::/48'
network.@device[0]=device
network.@device[0].name='br-lan'
network.@device[0].type='bridge'
network.@device[0].ports='lan1' 'lan2' 'lan3' 'lan4'
network.lan=interface
network.lan.device='br-lan'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.wan=interface
network.wan.device='wan'
network.wan.proto='pppoe'
network.wan.username='some-correct-user' 
network.wan.password='some-correct-pass'
network.wan.ipv6='auto'
network.wan6=interface
network.wan6.device='wan'
network.wan6.proto='dhcpv6'

uci show firewall

firewall.@defaults[0]=defaults
firewall.@defaults[0].syn_flood='1'
firewall.@defaults[0].input='ACCEPT'
firewall.@defaults[0].output='ACCEPT'
firewall.@defaults[0].forward='REJECT'
firewall.@zone[0]=zone
firewall.@zone[0].name='lan'
firewall.@zone[0].network='lan'
firewall.@zone[0].input='ACCEPT'
firewall.@zone[0].output='ACCEPT'
firewall.@zone[0].forward='ACCEPT'
firewall.@zone[1]=zone
firewall.@zone[1].name='wan'
firewall.@zone[1].network='wan' 'wan6'
firewall.@zone[1].input='REJECT'
firewall.@zone[1].output='ACCEPT'
firewall.@zone[1].forward='REJECT'
firewall.@zone[1].masq='1'
firewall.@zone[1].mtu_fix='1'
firewall.@forwarding[0]=forwarding
firewall.@forwarding[0].src='lan'
firewall.@forwarding[0].dest='wan'
firewall.@rule[0]=rule
firewall.@rule[0].name='Allow-DHCP-Renew'
firewall.@rule[0].src='wan'
firewall.@rule[0].proto='udp'
firewall.@rule[0].dest_port='68'
firewall.@rule[0].target='ACCEPT'
firewall.@rule[0].family='ipv4'
firewall.@rule[1]=rule
firewall.@rule[1].name='Allow-Ping'
firewall.@rule[1].src='wan'
firewall.@rule[1].proto='icmp'
firewall.@rule[1].icmp_type='echo-request'
firewall.@rule[1].family='ipv4'
firewall.@rule[1].target='ACCEPT'
firewall.@rule[2]=rule
firewall.@rule[2].name='Allow-IGMP'
firewall.@rule[2].src='wan'
firewall.@rule[2].proto='igmp'
firewall.@rule[2].family='ipv4'
firewall.@rule[2].target='ACCEPT'
firewall.@rule[3]=rule
firewall.@rule[3].name='Allow-DHCPv6'
firewall.@rule[3].src='wan'
firewall.@rule[3].proto='udp'
firewall.@rule[3].src_ip='fc00::/6'
firewall.@rule[3].dest_ip='fc00::/6'
firewall.@rule[3].dest_port='546'
firewall.@rule[3].family='ipv6'
firewall.@rule[3].target='ACCEPT'
firewall.@rule[4]=rule
firewall.@rule[4].name='Allow-MLD'
firewall.@rule[4].src='wan'
firewall.@rule[4].proto='icmp'
firewall.@rule[4].src_ip='fe80::/10'
firewall.@rule[4].icmp_type='130/0' '131/0' '132/0' '143/0'
firewall.@rule[4].family='ipv6'
firewall.@rule[4].target='ACCEPT'
firewall.@rule[5]=rule
firewall.@rule[5].name='Allow-ICMPv6-Input'
firewall.@rule[5].src='wan'
firewall.@rule[5].proto='icmp'
firewall.@rule[5].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type' 'router-solicitation' 'neighbour-solicitation' 'router-advertisement' 'neighbour-advertisement'
firewall.@rule[5].limit='1000/sec'
firewall.@rule[5].family='ipv6'
firewall.@rule[5].target='ACCEPT'
firewall.@rule[6]=rule
firewall.@rule[6].name='Allow-ICMPv6-Forward'
firewall.@rule[6].src='wan'
firewall.@rule[6].dest='*'
firewall.@rule[6].proto='icmp'
firewall.@rule[6].icmp_type='echo-request' 'echo-reply' 'destination-unreachable' 'packet-too-big' 'time-exceeded' 'bad-header' 'unknown-header-type'
firewall.@rule[6].limit='1000/sec'
firewall.@rule[6].family='ipv6'
firewall.@rule[6].target='ACCEPT'
firewall.@rule[7]=rule
firewall.@rule[7].name='Allow-IPSec-ESP'
firewall.@rule[7].src='wan'
firewall.@rule[7].dest='lan'
firewall.@rule[7].proto='esp'
firewall.@rule[7].target='ACCEPT'
firewall.@rule[8]=rule
firewall.@rule[8].name='Allow-ISAKMP'
firewall.@rule[8].src='wan'
firewall.@rule[8].dest='lan'
firewall.@rule[8].dest_port='500'
firewall.@rule[8].proto='udp'
firewall.@rule[8].target='ACCEPT'
firewall.@rule[9]=rule
firewall.@rule[9].name='Support-UDP-Traceroute'
firewall.@rule[9].src='wan'
firewall.@rule[9].dest_port='33434:33689'
firewall.@rule[9].proto='udp'
firewall.@rule[9].family='ipv4'
firewall.@rule[9].target='REJECT'
firewall.@rule[9].enabled='false'
firewall.@include[0]=include
firewall.@include[0].path='/etc/firewall.user'

uci show dhcp

dhcp.@dnsmasq[0]=dnsmasq
dhcp.@dnsmasq[0].domainneeded='1'
dhcp.@dnsmasq[0].boguspriv='1'
dhcp.@dnsmasq[0].filterwin2k='0'
dhcp.@dnsmasq[0].localise_queries='1'
dhcp.@dnsmasq[0].rebind_protection='1'
dhcp.@dnsmasq[0].rebind_localhost='1'
dhcp.@dnsmasq[0].local='/lan/'
dhcp.@dnsmasq[0].domain='lan'
dhcp.@dnsmasq[0].expandhosts='1'
dhcp.@dnsmasq[0].nonegcache='0'
dhcp.@dnsmasq[0].authoritative='1'
dhcp.@dnsmasq[0].readethers='1'
dhcp.@dnsmasq[0].leasefile='/tmp/dhcp.leases'
dhcp.@dnsmasq[0].resolvfile='/tmp/resolv.conf.d/resolv.conf.auto'
dhcp.@dnsmasq[0].nonwildcard='1'
dhcp.@dnsmasq[0].localservice='1'
dhcp.@dnsmasq[0].ednspacket_max='1232'
dhcp.lan=dhcp
dhcp.lan.interface='lan'
dhcp.lan.start='100'
dhcp.lan.limit='150'
dhcp.lan.leasetime='12h'
dhcp.lan.dhcpv4='server'
dhcp.lan.dhcpv6='server'
dhcp.lan.ra='server'
dhcp.lan.ra_slaac='1'
dhcp.lan.ra_flags='managed-config' 'other-config'
dhcp.wan=dhcp
dhcp.wan.interface='wan'
dhcp.wan.ignore='1'
dhcp.wan.ra_flags='none'
dhcp.odhcpd=odhcpd
dhcp.odhcpd.maindhcp='0'
dhcp.odhcpd.leasefile='/tmp/hosts/odhcpd'
dhcp.odhcpd.leasetrigger='/usr/sbin/odhcpd-update'
dhcp.odhcpd.loglevel='4'

Do you have any suggestions what to do next?

Thanks,
Mariusz

Is the Totolink the only device connected to the ISP network, or is there an ISP device in front of it?

It's the only device connecting directly to ISP

Do you still have access to the ISP device you replaced with the Totolink?

Yes. It also works if I revert to original Totolink software.

Try cloning the MAC address of the ISP device (should be on the outside label) to the WAN interface of the Totolink.

In LuCI...

Network > Interfaces > Devices

Select Configure for the WAN device, and in the General device options tab, enter the MAC address.

1 Like

.... and if there's no ISP device, check if the WAN MAC address in openwrt matches the label,
or what's shown in the original firmware.

Result is the same. I believe MAC address is not an issue here as I was also able to plugin my laptop and configure PPPoE there.

then try cloning the laptops MAC to the WAN port, as OldNavyGuy described.

Done, no change

Tue Aug 31 22:58:15 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 22:58:15 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 22:58:15 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 22:58:15 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 22:58:15 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 22:58:15 2021 daemon.info pppd[19875]: Plugin rp-pppoe.so loaded.
Tue Aug 31 22:58:15 2021 daemon.info pppd[19875]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 22:58:15 2021 daemon.notice pppd[19875]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 22:58:15 2021 daemon.debug pppd[19875]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 22:58:15 2021 daemon.debug pppd[19875]:  dst ff:ff:ff:ff:ff:ff  src f4:8e:38:fa:24:23
Tue Aug 31 22:58:15 2021 daemon.debug pppd[19875]:  [service-name] [host-uniq  a3 4d 00 00]
Tue Aug 31 22:58:20 2021 daemon.debug pppd[19875]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 22:58:20 2021 daemon.debug pppd[19875]:  dst ff:ff:ff:ff:ff:ff  src f4:8e:38:fa:24:23
Tue Aug 31 22:58:20 2021 daemon.debug pppd[19875]:  [service-name] [host-uniq  a3 4d 00 00]
Tue Aug 31 22:58:25 2021 daemon.debug pppd[19875]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 22:58:25 2021 daemon.debug pppd[19875]:  dst ff:ff:ff:ff:ff:ff  src f4:8e:38:fa:24:23
Tue Aug 31 22:58:25 2021 daemon.debug pppd[19875]:  [service-name] [host-uniq  a3 4d 00 00]
Tue Aug 31 22:58:30 2021 daemon.warn pppd[19875]: Timeout waiting for PADO packets
Tue Aug 31 22:58:30 2021 daemon.err pppd[19875]: Unable to complete PPPoE Discovery
Tue Aug 31 22:58:30 2021 daemon.info pppd[19875]: Exit.
Tue Aug 31 22:58:30 2021 daemon.notice netifd: Interface 'wan' is now down

in that case, remove the cloned MAC.
Which ISP is it?

It's local provider in Poland called ISTS.

unfortunately, there's only this - PPPoE not detecing line

post your config, as requested, in the 1st reply in the old thread.

uci export network; ifstatus wan; logread 
package network

config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option packet_steering '1'
	option ula_prefix 'fd02:487b:1633::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'
	list ports 'lan4'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

config interface 'wan'
	option device 'wan'
	option proto 'pppoe'
	option username '.............'
	option password '...............'
	option ipv6 'auto'

config interface 'wan6'
	option device 'wan'
	option proto 'dhcpv6'

config device
	option name 'wan'
	option ipv6 '0'

{
	"up": false,
	"pending": true,
	"available": true,
	"autostart": true,
	"dynamic": false,
	"proto": "pppoe",
	"device": "wan",
	"data": {
		
	},
	"errors": [
		{
			"subsystem": "pppoe",
			"code": "CONNECT_FAILED"
		}
	]
}
Tue Aug 31 23:10:16 2021 daemon.info pppd[25360]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:10:16 2021 daemon.notice pppd[25360]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:10:16 2021 daemon.debug pppd[25360]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:16 2021 daemon.debug pppd[25360]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:16 2021 daemon.debug pppd[25360]:  [service-name] [host-uniq  10 63 00 00]
Tue Aug 31 23:10:21 2021 daemon.debug pppd[25360]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:21 2021 daemon.debug pppd[25360]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:21 2021 daemon.debug pppd[25360]:  [service-name] [host-uniq  10 63 00 00]
Tue Aug 31 23:10:26 2021 daemon.debug pppd[25360]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:26 2021 daemon.debug pppd[25360]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:26 2021 daemon.debug pppd[25360]:  [service-name] [host-uniq  10 63 00 00]
Tue Aug 31 23:10:31 2021 daemon.warn pppd[25360]: Timeout waiting for PADO packets
Tue Aug 31 23:10:31 2021 daemon.err pppd[25360]: Unable to complete PPPoE Discovery
Tue Aug 31 23:10:31 2021 daemon.info pppd[25360]: Exit.
Tue Aug 31 23:10:31 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 23:10:31 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 23:10:31 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 23:10:31 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 23:10:31 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 23:10:31 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 23:10:31 2021 daemon.info pppd[25451]: Plugin rp-pppoe.so loaded.
Tue Aug 31 23:10:31 2021 daemon.info pppd[25451]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:10:31 2021 daemon.notice pppd[25451]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:10:31 2021 daemon.debug pppd[25451]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:31 2021 daemon.debug pppd[25451]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:31 2021 daemon.debug pppd[25451]:  [service-name] [host-uniq  6b 63 00 00]
Tue Aug 31 23:10:36 2021 daemon.debug pppd[25451]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:36 2021 daemon.debug pppd[25451]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:36 2021 daemon.debug pppd[25451]:  [service-name] [host-uniq  6b 63 00 00]
Tue Aug 31 23:10:41 2021 daemon.debug pppd[25451]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:41 2021 daemon.debug pppd[25451]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:41 2021 daemon.debug pppd[25451]:  [service-name] [host-uniq  6b 63 00 00]
Tue Aug 31 23:10:46 2021 daemon.warn pppd[25451]: Timeout waiting for PADO packets
Tue Aug 31 23:10:46 2021 daemon.err pppd[25451]: Unable to complete PPPoE Discovery
Tue Aug 31 23:10:46 2021 daemon.info pppd[25451]: Exit.
Tue Aug 31 23:10:46 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 23:10:46 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 23:10:46 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 23:10:46 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 23:10:46 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 23:10:46 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 23:10:46 2021 daemon.info pppd[25537]: Plugin rp-pppoe.so loaded.
Tue Aug 31 23:10:46 2021 daemon.info pppd[25537]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:10:46 2021 daemon.notice pppd[25537]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:10:46 2021 daemon.debug pppd[25537]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:46 2021 daemon.debug pppd[25537]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:46 2021 daemon.debug pppd[25537]:  [service-name] [host-uniq  c1 63 00 00]
Tue Aug 31 23:10:49 2021 daemon.err odhcp6c[23229]: Failed to send SOLICIT message to ff02::1:2 (Permission denied)
Tue Aug 31 23:10:51 2021 daemon.debug pppd[25537]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:51 2021 daemon.debug pppd[25537]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:51 2021 daemon.debug pppd[25537]:  [service-name] [host-uniq  c1 63 00 00]
Tue Aug 31 23:10:56 2021 daemon.debug pppd[25537]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:10:56 2021 daemon.debug pppd[25537]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:10:56 2021 daemon.debug pppd[25537]:  [service-name] [host-uniq  c1 63 00 00]
Tue Aug 31 23:11:01 2021 daemon.warn pppd[25537]: Timeout waiting for PADO packets
Tue Aug 31 23:11:01 2021 daemon.err pppd[25537]: Unable to complete PPPoE Discovery
Tue Aug 31 23:11:01 2021 daemon.info pppd[25537]: Exit.
Tue Aug 31 23:11:02 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 23:11:02 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 23:11:02 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 23:11:02 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 23:11:02 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 23:11:02 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 23:11:02 2021 daemon.info pppd[25618]: Plugin rp-pppoe.so loaded.
Tue Aug 31 23:11:02 2021 daemon.info pppd[25618]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:11:02 2021 daemon.notice pppd[25618]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:11:02 2021 daemon.debug pppd[25618]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:02 2021 daemon.debug pppd[25618]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:02 2021 daemon.debug pppd[25618]:  [service-name] [host-uniq  12 64 00 00]
Tue Aug 31 23:11:07 2021 daemon.debug pppd[25618]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:07 2021 daemon.debug pppd[25618]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:07 2021 daemon.debug pppd[25618]:  [service-name] [host-uniq  12 64 00 00]
Tue Aug 31 23:11:12 2021 daemon.debug pppd[25618]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:12 2021 daemon.debug pppd[25618]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:12 2021 daemon.debug pppd[25618]:  [service-name] [host-uniq  12 64 00 00]
Tue Aug 31 23:11:17 2021 daemon.warn pppd[25618]: Timeout waiting for PADO packets
Tue Aug 31 23:11:17 2021 daemon.err pppd[25618]: Unable to complete PPPoE Discovery
Tue Aug 31 23:11:17 2021 daemon.info pppd[25618]: Exit.
Tue Aug 31 23:11:17 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 23:11:17 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 23:11:17 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 23:11:17 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 23:11:17 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 23:11:17 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 23:11:17 2021 daemon.info pppd[25699]: Plugin rp-pppoe.so loaded.
Tue Aug 31 23:11:17 2021 daemon.info pppd[25699]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:11:17 2021 daemon.notice pppd[25699]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:11:17 2021 daemon.debug pppd[25699]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:17 2021 daemon.debug pppd[25699]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:17 2021 daemon.debug pppd[25699]:  [service-name] [host-uniq  63 64 00 00]
Tue Aug 31 23:11:22 2021 daemon.debug pppd[25699]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:22 2021 daemon.debug pppd[25699]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:22 2021 daemon.debug pppd[25699]:  [service-name] [host-uniq  63 64 00 00]
Tue Aug 31 23:11:27 2021 daemon.debug pppd[25699]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:27 2021 daemon.debug pppd[25699]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:27 2021 daemon.debug pppd[25699]:  [service-name] [host-uniq  63 64 00 00]
Tue Aug 31 23:11:32 2021 daemon.warn pppd[25699]: Timeout waiting for PADO packets
Tue Aug 31 23:11:32 2021 daemon.err pppd[25699]: Unable to complete PPPoE Discovery
Tue Aug 31 23:11:32 2021 daemon.info pppd[25699]: Exit.
Tue Aug 31 23:11:32 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 23:11:32 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 23:11:32 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 23:11:32 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 23:11:32 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 23:11:32 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 23:11:32 2021 daemon.info pppd[25780]: Plugin rp-pppoe.so loaded.
Tue Aug 31 23:11:32 2021 daemon.info pppd[25780]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:11:32 2021 daemon.notice pppd[25780]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:11:32 2021 daemon.debug pppd[25780]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:32 2021 daemon.debug pppd[25780]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:32 2021 daemon.debug pppd[25780]:  [service-name] [host-uniq  b4 64 00 00]
Tue Aug 31 23:11:37 2021 daemon.debug pppd[25780]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:37 2021 daemon.debug pppd[25780]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:37 2021 daemon.debug pppd[25780]:  [service-name] [host-uniq  b4 64 00 00]
Tue Aug 31 23:11:42 2021 daemon.debug pppd[25780]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:42 2021 daemon.debug pppd[25780]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:42 2021 daemon.debug pppd[25780]:  [service-name] [host-uniq  b4 64 00 00]
Tue Aug 31 23:11:47 2021 daemon.warn pppd[25780]: Timeout waiting for PADO packets
Tue Aug 31 23:11:47 2021 daemon.err pppd[25780]: Unable to complete PPPoE Discovery
Tue Aug 31 23:11:47 2021 daemon.info pppd[25780]: Exit.
Tue Aug 31 23:11:47 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 23:11:47 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 23:11:48 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 23:11:48 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 23:11:48 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 23:11:48 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 23:11:48 2021 daemon.info pppd[25861]: Plugin rp-pppoe.so loaded.
Tue Aug 31 23:11:48 2021 daemon.info pppd[25861]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 23:11:48 2021 daemon.notice pppd[25861]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 23:11:48 2021 daemon.debug pppd[25861]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Aug 31 23:11:48 2021 daemon.debug pppd[25861]:  dst ff:ff:ff:ff:ff:ff  src 5c:92:5e:a3:00:89
Tue Aug 31 23:11:48 2021 daemon.debug pppd[25861]:  [service-name] [host-uniq  05 65 00 00]