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 'fdba:e700:2572::/48'
config device
option name 'br-LAN'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
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.20'
option proto 'PPPoE'
option username 'xxxxxxx'
option password 'xxxxxxx'
option IPv6 'auto'
option mtu '1480'
config interface 'wan6'
option device 'wan.20'
option proto 'PPPoE'
option username 'xxxxxxx'
option password 'xxxxxxx'
option IPv6 'auto'
option mtu '1480'
config device
option type '8021q'
option ifname 'WAN'
option vid '20'
option name 'wan.20'
esta es la configuración que tengo en etc/config/network, sigo sin tener internet probando lo del video, si al ifname le pongo wan.20, no tengo internet, se enciende solo la luz de la izquierda del router. Saludos.