Hey,
I have a Fritzbox 7362 SL and try to connect it to my dsl connection.
For my ISP I need to tag the PPPoE packets with VLAN 7. But no matter what I do it doesn't work.
Here is an screenshot from a sniff (no vlan):
This is my current config:
config 'interface' 'wan'
option 'proto' 'pppoe'
option 'ifname' 'eth0.7'
option 'username' 'xxxxxxx'
option 'password' 'xxxxxxx'
option 'timeout' '5'
option 'ipv6' '1'
option 'dns' '8.8.8.8'
And the error from the logs:
Thu Jun 17 00:53:40 2021 daemon.notice netifd: Interface 'wan' is now down
Thu Jun 17 00:53:40 2021 daemon.notice netifd: Interface 'wan' is disabled
Thu Jun 17 00:53:40 2021 daemon.notice netifd: Interface 'wan' is enabled
Thu Jun 17 00:53:40 2021 daemon.notice netifd: Interface 'wan' is setting up now
Thu Jun 17 00:53:40 2021 daemon.err insmod: module is already loaded - slhc
Thu Jun 17 00:53:40 2021 daemon.err insmod: module is already loaded - ppp_generic
Thu Jun 17 00:53:40 2021 daemon.err insmod: module is already loaded - pppox
Thu Jun 17 00:53:40 2021 daemon.err insmod: module is already loaded - pppoe
Thu Jun 17 00:53:40 2021 daemon.info pppd[10134]: Plugin rp-pppoe.so loaded.
Thu Jun 17 00:53:40 2021 daemon.info pppd[10134]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.7
Thu Jun 17 00:53:40 2021 daemon.notice pppd[10134]: pppd 2.4.7 started by root, uid 0
Thu Jun 17 00:53:55 2021 daemon.warn pppd[10134]: Timeout waiting for PADO packets
Thu Jun 17 00:53:55 2021 daemon.err pppd[10134]: Unable to complete PPPoE Discovery
Thu Jun 17 00:53:55 2021 daemon.info pppd[10134]: Exit.
I would be happy if someone could help me.
Tim