- Modificato
Buonasera a tutti, stavo provando ad installare Openwrt su un Fritzbox 4040, l'installazione è riuscita ma se provo a configurare l'interfaccia wan con vlan 835 e pppoe con il mio numero come username e "timadsl" come password non riesce a negoziare.
Dal log questi sono gli errori:
Tue Aug 31 22:56:36 2021 daemon.warn pppd[1750]: Timeout waiting for PADO packets
Tue Aug 31 22:56:36 2021 daemon.err pppd[1750]: Unable to complete PPPoE Discovery
Tue Aug 31 22:56:36 2021 daemon.info pppd[1750]: Exit.
Tue Aug 31 22:56:36 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 22:56:37 2021 kern.info kernel: [ 42.181595] ess_edma c080000.edma eth1: Link is Down
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' is disabled
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' is enabled
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 22:56:37 2021 daemon.notice netifd: VLAN 'eth1.835' link is down
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' has link connectivity loss
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Network device 'eth1' link is down
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' is now down
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' is disabled
Tue Aug 31 22:56:37 2021 daemon.notice netifd: Interface 'wan' is enabled
Tue Aug 31 22:56:40 2021 kern.info kernel: [ 45.771970] ess_edma c080000.edma eth1: Link is Up - 1Gbps/Full - flow control off
Tue Aug 31 22:56:40 2021 kern.info kernel: [ 45.772701] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Tue Aug 31 22:56:40 2021 daemon.notice netifd: Network device 'eth1' link is up
Tue Aug 31 22:56:40 2021 kern.info kernel: [ 45.786906] IPv6: ADDRCONF(NETDEV_CHANGE): eth1.835: link becomes ready
Tue Aug 31 22:56:40 2021 daemon.notice netifd: VLAN 'eth1.835' link is up
Tue Aug 31 22:56:40 2021 daemon.notice netifd: Interface 'wan' has link connectivity
Tue Aug 31 22:56:40 2021 daemon.notice netifd: Interface 'wan' is setting up now
Tue Aug 31 22:56:40 2021 daemon.err insmod: module is already loaded - slhc
Tue Aug 31 22:56:40 2021 daemon.err insmod: module is already loaded - ppp_generic
Tue Aug 31 22:56:40 2021 daemon.err insmod: module is already loaded - pppox
Tue Aug 31 22:56:40 2021 daemon.err insmod: module is already loaded - pppoe
Tue Aug 31 22:56:40 2021 daemon.info pppd[1978]: Plugin rp-pppoe.so loaded.
Tue Aug 31 22:56:40 2021 daemon.info pppd[1978]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.8
Tue Aug 31 22:56:40 2021 daemon.notice pppd[1978]: pppd 2.4.8 started by root, uid 0
Tue Aug 31 22:56:40 2021 daemon.err pppd[1978]: Interface eth1.835 has MTU of 1400 -- should be at least 1500.
Tue Aug 31 22:56:40 2021 daemon.err pppd[1978]: This may cause serious connection problems.
Tue Aug 31 22:56:42 2021 daemon.warn dnsmasq[1783]: failed to create listening socket for fe80::2e3a:fdff:fe25:db71%eth1: Address in use
Tue Aug 31 22:56:47 2021 daemon.err uhttpd[1129]: luci: accepted login on / for root from 192.168.1.217
Tue Aug 31 22:56:55 2021 daemon.warn pppd[1978]: Timeout waiting for PADO packets
Tue Aug 31 22:56:55 2021 daemon.err pppd[1978]: Unable to complete PPPoE Discovery
Tue Aug 31 22:56:55 2021 daemon.info pppd[1978]: Exit.
Sembrerebbe un timeout del PPPoE, giusto? Qualcuno ha già configurato tim sulla Openwrt e sa come risolvere?