Can't connect PPPoE session: Send PPPOE Discovery V1T1 PADI session 0x0 length 12

hi, I have been trying for a while to get my OrangePi R1+ LTS to connect by PPPoE, but I just can't get it to connect. I read about create a VLAN (802.1q) device of the interface which will connect by PPPoE, but didn't fix the problem.

When i try to connect it just kept with the message "Send PPPOE Discovery V1T1 PADI session 0x0 length 12".

LOGREAD:

Mon Jul 24 22:21:40 2023 daemon.info pppd[5291]: Plugin pppoe.so loaded.
Mon Jul 24 22:21:40 2023 daemon.info pppd[5291]: PPPoE plugin from pppd 2.4.9
Mon Jul 24 22:21:40 2023 daemon.notice pppd[5291]: pppd 2.4.9 started by root, uid 0
Mon Jul 24 22:21:40 2023 daemon.debug pppd[5291]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Mon Jul 24 22:21:40 2023 daemon.debug pppd[5291]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Mon Jul 24 22:21:40 2023 daemon.debug pppd[5291]: [service-name] [host-uniq ab 14 00 00]
Mon Jul 24 22:21:45 2023 daemon.debug pppd[5291]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Mon Jul 24 22:21:45 2023 daemon.debug pppd[5291]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Mon Jul 24 22:21:45 2023 daemon.debug pppd[5291]: [service-name] [host-uniq ab 14 00 00]
Mon Jul 24 22:21:50 2023 daemon.debug pppd[5291]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Mon Jul 24 22:21:50 2023 daemon.debug pppd[5291]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Mon Jul 24 22:21:50 2023 daemon.debug pppd[5291]: [service-name] [host-uniq ab 14 00 00]
Mon Jul 24 22:21:55 2023 daemon.warn pppd[5291]: Timeout waiting for PADO packets
Mon Jul 24 22:21:55 2023 daemon.err pppd[5291]: Unable to complete PPPoE Discovery
Mon Jul 24 22:21:55 2023 daemon.info pppd[5291]: Exit.
Mon Jul 24 22:21:55 2023 daemon.notice netifd: Interface 'wan' is now down
Mon Jul 24 22:21:55 2023 kern.info kernel: [67801.931022] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
Mon Jul 24 22:21:55 2023 daemon.notice netifd: Interface 'wan6' is disabled
Mon Jul 24 22:21:55 2023 daemon.notice netifd: Interface 'wan' is disabled

root@OpenWrt:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether c0:74:2b:ff:ae:2f brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP qlen 1000
link/ether c0:74:2b:ff:ae:30 brd ff:ff:ff:ff:ff:ff
70: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether c0:74:2b:ff:ae:30 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.4/24 brd 192.168.1.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fd47:a21e:6e60::1/60 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::c274:2bff:feff:ae30/64 scope link
valid_lft forever preferred_lft forever
332: eth0.1@eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state LOWERLAYERDOWN qlen 1000
link/ether c0:74:2b:ff:ae:2f brd ff:ff:ff:ff:ff:ff

root@OpenWrt:~# uci export network
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 ula_prefix 'fd47:a21e:6e60::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'

config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.4'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'

config device
option name 'eth0'
option macaddr 'c0:74:2b:ff:ae:2f'

config interface 'wan'
option pppd_options 'debug'
option proto 'pppoe'
option username '225176458@tchile'
option password 'tchile'
option ipv6 'auto'
option device 'eth0.1'
option mtu '1492'

config interface 'wan6'
option device 'eth0.1'
option proto 'none'
option auto '0'

config device
option type '8021q'
option ifname 'eth0'
option vid '1'
option name 'eth0.1'

Same device with Debian image connects by PPPoE, but at 40/40Mbps, and I want to reach the contracted speed 900/600Mbps, because my actual router, a TP-Link C5 (1 core) only gets 220/380Mbps with Software Offloading.

Are you sure your ISP uses VLAN 1?
How is the configuration like, on the devices that can stablish a connection?

1 Like

Hello,
I tried with eth0.2, but same behavior. Eth0.2 is the one which works on my TPLink C5 witch OpenWRT.

Tue Jul 25 14:56:14 2023 daemon.info pppd[1812]: Plugin pppoe.so loaded.
Tue Jul 25 14:56:14 2023 daemon.info pppd[1812]: PPPoE plugin from pppd 2.4.9
Tue Jul 25 14:56:14 2023 daemon.notice pppd[1812]: pppd 2.4.9 started by root, uid 0
Tue Jul 25 14:56:14 2023 daemon.debug pppd[1812]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Jul 25 14:56:14 2023 daemon.debug pppd[1812]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Tue Jul 25 14:56:14 2023 daemon.debug pppd[1812]: [service-name] [host-uniq 14 07 00 00]
Tue Jul 25 14:56:19 2023 daemon.debug pppd[1812]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Jul 25 14:56:19 2023 daemon.debug pppd[1812]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Tue Jul 25 14:56:19 2023 daemon.debug pppd[1812]: [service-name] [host-uniq 14 07 00 00]

Hi

maybe this is a problem
without further details, my guess is:
eth0.2 is used in swconfig to separate WAN interface
so, you misunderstand .2
it is not VLAN, it is virtual WAN interface
please try with plain ETH0

option ipv6 'auto'
option device 'eth0.1'   <-- eth0
option mtu '1492'

config interface 'wan6'
option device 'eth0.1'  <-- eth0
option proto 'none'
option auto '0'

config device  <-- remove
option type '8021q'  <-- remove
option ifname 'eth0'  <-- remove
option vid '1'  <-- remove
option name 'eth0.1'  <-- remove

hi, I tried with the WAN device as eth0, but were same as using the VLAN at 1 or 2. I will remove the VLAN, so we can try something.

TP-Link Archer C5 (which works):

BusyBox v1.35.0 (2023-04-27 20:28:15 UTC) built-in shell (ash)


| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|
_____|| |
||||___||| |____|
|
| W I R E L E S S F R E E D O M

OpenWrt 22.03.5, r20134-5f15225c1e

root@OpenWrt:~# uci export network
package network

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

config globals 'globals'
option ula_prefix 'fd17:f37b:f48e::/48'

config interface 'lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'
option device 'br-lan'
option ipaddr '192.168.1.3'

config interface 'wan'
option device 'eth0.2'
option proto 'pppoe'
option username '225176458@tchile'
option password 'tchile'
option ipv6 'auto'

config interface 'wan6'
option auto '0'
option proto 'none'
option device 'eth0.2'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'

config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 3 4 5 0t'

config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 6t'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1.1'

OrangePi R1+ LTS(which doesn't work):

BusyBox v1.36.1 (2023-06-26 11:20:39 UTC) built-in shell (ash)


| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -| || | | || || |
|
_____|| |
||||___||| |____|
|
| W I R E L E S S F R E E D O M

OpenWrt 23.05.0-rc2, r23228-cd17d8df2a

root@OpenWrt:~# uci export network
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 ula_prefix 'fd47:a21e:6e60::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'

config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.4'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'

config device
option name 'eth0'
option macaddr 'c0:74:2b:ff:ae:2f'

config interface 'wan'
option pppd_options 'debug'
option proto 'pppoe'
option username '225176458@tchile'
option password 'tchile'
option ipv6 'auto'
option device 'eth0.2'
option mtu '1492'

config interface 'wan6'
option device 'eth0.1'
option proto 'none'
option auto '0'

config device
option type '8021q'
option ifname 'eth0'
option vid '1'
option name 'eth0.1'

config device
option type '8021q'
option ifname 'eth0'
option vid '2'
option name 'eth0.2'

Now, set up as eth0:

root@OpenWrt:~# uci export network
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 ula_prefix 'fd47:a21e:6e60::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'

config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.4'
option netmask '255.255.255.0'
option ip6assign '60'
list dns '8.8.8.8'

config device
option name 'eth0'
option macaddr 'c0:74:2b:ff:ae:2f'

config interface 'wan'
option pppd_options 'debug'
option proto 'pppoe'
option username '225176458@tchile'
option password 'tchile'
option ipv6 'auto'
option device 'eth0'
option mtu '1492'

config interface 'wan6'
option device 'eth0.1'
option proto 'none'
option auto '0'

Same behavior:

Tue Jul 25 22:24:14 2023 daemon.notice netifd: Interface 'wan' is enabled
Tue Jul 25 22:24:15 2023 daemon.warn odhcpd[947]: No default route present, overriding ra_lifetime!
Tue Jul 25 22:24:17 2023 daemon.notice netifd: Network device 'eth0' link is up
Tue Jul 25 22:24:17 2023 daemon.notice netifd: Interface 'wan' has link connectivity
Tue Jul 25 22:24:17 2023 daemon.notice netifd: Interface 'wan' is setting up now
Tue Jul 25 22:24:17 2023 kern.info kernel: [26912.407074] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Tue Jul 25 22:24:17 2023 kern.info kernel: [26912.407981] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Tue Jul 25 22:24:17 2023 daemon.info pppd[16943]: Plugin pppoe.so loaded.
Tue Jul 25 22:24:17 2023 daemon.info pppd[16943]: PPPoE plugin from pppd 2.4.9
Tue Jul 25 22:24:17 2023 daemon.notice pppd[16943]: pppd 2.4.9 started by root, uid 0
Tue Jul 25 22:24:17 2023 daemon.debug pppd[16943]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Jul 25 22:24:17 2023 daemon.debug pppd[16943]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Tue Jul 25 22:24:17 2023 daemon.debug pppd[16943]: [service-name] [host-uniq 2f 42 00 00]
Tue Jul 25 22:24:22 2023 daemon.debug pppd[16943]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Jul 25 22:24:22 2023 daemon.debug pppd[16943]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Tue Jul 25 22:24:22 2023 daemon.debug pppd[16943]: [service-name] [host-uniq 2f 42 00 00]
Tue Jul 25 22:24:27 2023 daemon.debug pppd[16943]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Tue Jul 25 22:24:27 2023 daemon.debug pppd[16943]: dst ff:ff:ff:ff:ff:ff src c0:74:2b:ff:ae:2f
Tue Jul 25 22:24:27 2023 daemon.debug pppd[16943]: [service-name] [host-uniq 2f 42 00 00]
Tue Jul 25 22:24:32 2023 daemon.warn pppd[16943]: Timeout waiting for PADO packets
Tue Jul 25 22:24:32 2023 daemon.err pppd[16943]: Unable to complete PPPoE Discovery
Tue Jul 25 22:24:32 2023 daemon.info pppd[16943]: Exit.
Tue Jul 25 22:24:32 2023 daemon.notice netifd: Interface 'wan' is now down
Tue Jul 25 22:24:32 2023 kern.info kernel: [26927.722336] rk_gmac-dwmac ff540000.ethernet eth0: Link is Down
Tue Jul 25 22:24:32 2023 daemon.notice netifd: Interface 'wan' is disabled

yes, i was right ... plain WAN interface

it should be plain eth0

looks correct

Anyway, it's not possible to reach a session of PPPoE, getting only PADI. Any idea how to continue digging on this?

Hi

as you see, there is no need to use VLANs, so maybe you make more mistakes when tried to configure your OWRT.

my suggestion is to reset OWRT to factory defaults
and without other tinkering, configure eth0/wan/pppoe

How do you know? The ISP might vety much expect the use of a specific VLAN by the enduser....

Hi

look at his config
working config from old OWRT on C5
please read whole tread

The actual config only have the user and password for PPPoE session, but anyway I get only PADI timeout... It's using eth0 as WAN, but same as eth0.2, only PADI timeout.

This phenotype really just means your pppoe client can not communicate with the server without detailed diagnostic value.
Could you post a link to your ISP's website, please, maybe it contains some pointers on configuration...

1 Like

Even when I can connect with the OrangePi using a Debian OS ?(but only gets 40Mbps)

The company is www.movistar.cl

Yes, even then... sure as @NPeca75 indicated my VLAN approach was wrong anything else from a disconnected ethernet cable to a VLAM mismatch (not your problem) will cause your problem, ypur router sends a request, and does not receice a response...
What the debian test shows is that your username and password seemscorrect and that the physical hardware seems okay.

1 Like

I want to add, my device, the OrangePi R1+ LTS, were included in official support by OpenWRT since 23.05.0-rc2 (release date 28-06-23)

It can be things like the logical interface names not matching the printing on the case, and this mapping of physical ports to logical interface names can easily differ between OpenWrt and Debian; I am mot saying this is your issue, just that things often are not straight forward....

this is when trying to connect:

/usr/sbin/pppd nodetach ipparam wan ifname pppoe-wan lcp-echo-interval 1 lcp-echo-failure 5 lcp-echo-adaptive +ipv6 set AUTOIPV6=1 nodefaultroute usepeerdns maxfail 1 user 225176458@tchile password ?????? ip-up-script /lib/netifd/ppp-up ipv6-up-script /lib/netifd/ppp6-up ip-down-script /lib/netifd/ppp-down ipv6-down-script /lib/netifd/ppp-down mtu 1492 mru 1492 plugin pppoe.so nic-eth0 debug

And i checked this, it never received a packet back

root@OpenWrt:~# cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 5290631 67681 0 0 0 0 0 0 5290631 67681 0 0 0 0 0 0
eth0: 0 0 0 0 0 0 0 0 15546250 159950 0 0 0 0 0 0
eth1: 168304102 1177069 0 0 0 0 0 0 13177146 86041 0 0 0 0 0 0
br-lan: 168302760 1177043 0 22773 0 0 0 468904 13177366 85388 0 0 0 0 0 0

This is a TCPDUMP which I get from my device:

root@OpenWrt:~# tcpdump -evni eth0
tcpdump: listening on eth0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
04:23:05.678942 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:05.738977 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:05.849203 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0xB7480000]
04:23:06.608888 c0:74:2b:ff:ae:2f > 33:33:ff:ff:ae:2f, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ffff:ae2f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::c274:2bff:feff:ae2f
unknown option (14), length 8 (1):
0x0000: f589 c6af a4ec
04:23:07.649105 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:07.678980 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:08.448903 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:08.609003 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:10.854609 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0xB7480000]
04:23:17.358949 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:17.519169 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x33490000]
04:23:17.558907 c0:74:2b:ff:ae:2f > 33:33:ff:ff:ae:2f, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ffff:ae2f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::c274:2bff:feff:ae2f
unknown option (14), length 8 (1):
0x0000: 05a4 5ad6 e127
04:23:18.128924 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:18.609150 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:18.639028 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:19.038892 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:19.118883 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:22.524743 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x33490000]
04:23:27.530316 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x33490000]
04:23:36.078927 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:36.098996 c0:74:2b:ff:ae:2f > 33:33:ff:ff:ae:2f, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ffff:ae2f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::c274:2bff:feff:ae2f
unknown option (14), length 8 (1):
0x0000: 6cde 7b8a d8d4
04:23:36.259229 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0xA8490000]
04:23:37.089012 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:37.169195 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:37.198894 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:37.508979 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:37.518838 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:41.264800 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0xA8490000]
04:23:46.270371 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0xA8490000]
04:23:54.799052 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:54.969186 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x1E4A0000]
04:23:55.488896 c0:74:2b:ff:ae:2f > 33:33:ff:ff:ae:2f, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ffff:ae2f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::c274:2bff:feff:ae2f
unknown option (14), length 8 (1):
0x0000: 2a1b 728e 3b17
04:23:55.648915 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:56.529124 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:56.558931 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:56.658906 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:23:57.098883 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:23:59.974660 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x1E4A0000]
04:24:04.980215 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x1E4A0000]
04:24:13.518933 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:13.588987 c0:74:2b:ff:ae:2f > 33:33:ff:ff:ae:2f, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ffff:ae2f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::c274:2bff:feff:ae2f
unknown option (14), length 8 (1):
0x0000: 85ff 19e5 59ef
04:24:13.739213 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x934A0000]
04:24:13.889013 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:14.609110 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:14.638940 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:24:14.938883 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:15.488896 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:24:18.744753 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x934A0000]
04:24:23.750324 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x934A0000]
04:24:32.318924 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:32.399039 c0:74:2b:ff:ae:2f > 33:33:ff:ff:ae:2f, ethertype IPv6 (0x86dd), length 86: (hlim 255, next-header ICMPv6 (58) payload length: 32) :: > ff02::1:ffff:ae2f: [icmp6 sum ok] ICMP6, neighbor solicitation, length 32, who has fe80::c274:2bff:feff:ae2f
unknown option (14), length 8 (1):
0x0000: 2168 ef76 45a1
04:24:32.489286 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x084B0000]
04:24:32.888999 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) :: > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_in, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:33.409112 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:33.439015 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:24:33.718915 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 150: (hlim 1, next-header Options (0) payload length: 96) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 4 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)] [gaddr ff02::1:ffff:ae2f to_ex, 0 source(s)] [gaddr ff05::2 to_ex, 0 source(s)] [gaddr ff02::2 to_ex, 0 source(s)]
04:24:33.828972 c0:74:2b:ff:ae:2f > 33:33:00:00:00:16, ethertype IPv6 (0x86dd), length 90: (hlim 1, next-header Options (0) payload length: 36) fe80::c274:2bff:feff:ae2f > ff02::16: HBH (rtalert: 0x0000) (padn) [icmp6 sum ok] ICMP6, multicast listener report v2, 1 group record(s) [gaddr ff02::1:ff00:0 to_ex, 0 source(s)]
04:24:37.494853 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x084B0000]
04:24:42.500341 c0:74:2b:ff:ae:2f > ff:ff:ff:ff:ff:ff, ethertype PPPoE D (0x8863), length 32: PPPoE PADI [Service-Name] [Host-Uniq 0x084B0000]

ifconfig eth0 hw ether and cloned the MAC address from the router who works.

root@OpenWrt:~# pppoe-discovery -I eth0.2
Access-Concentrator: NE40-BRAS
AC-Ethernet-Address: 44:a1:91:29:d4:fe

even that, the router who doesn't work, can't discover company concentrator.

root@OpenWrt:~# pppoe-discovery -I eth0
Timeout waiting for PADO packets

Your are not getting a single packet back, no wonder the pppoe negotiation fails...

1 Like