Hey guys, Sorry for my bad English, I am from Brazil.
I have a nanopi r5s running OpenWrt 23.05.2 r23630-842932a63d.
I have a problem with the PPPOE connection
After rebooting, the lan connection is lost, but everything is still ok on the router
My ISP does not use vlan,
I already tried checking the firewall, allowing everything, it didn't work
Blockquote root@FriendlyWrt:~# 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 'fd00:ab:cd::/48'
config device
option name 'eth0'
option macaddr '82:xx:c8:7e:e8:c7'
config interface 'wan'
option device 'eth0'
option proto 'pppoe'
option username 'cliente@cliente'
option password 'cliente'
option ipv6 '0'
config interface 'wan6'
option device 'eth0'
option proto 'dhcpv6'
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1'
list ports 'eth2'
config device
option name 'eth1'
option macaddr '82:xx:c8:7e:e8:c8'
config device
option name 'eth2'
option macaddr '82:xx:c8:7e:e8:c8'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'pppoe-wan'
option ipv6 '0'
Blockquote