i have an r7800 (ipq806x) 22.03.5 with this network config:
HOME
config interface 'loopback'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
option device 'lo'
#GLOBALS
config globals 'globals'
option ula_prefix 'REDACTED'
option packet_steering '1'
#LAN
config device
option name 'br-lan'
option type 'bridge'
list ports 'eth1.9'
config interface 'lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
option device 'br-lan'
#WAN
config device
option name 'eth0'
option macaddr 'REDACTED' --> CLONED ISP MAC
config device
option name 'eth0.7'
option type '8021q'
option ifname 'eth0'
option vid '7'
option macaddr 'REDACTED' --> CLONED ISP MAC
config interface 'wan'
option proto 'dhcp'
option peerdns '0'
list dns '127.0.0.1'
option device 'eth0.7'
option metric '10'
option vendorid 'REDACTED' --> CLONED ISP VENDORID
# option hostname '*'
config interface 'wan6'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
list dns '0::1'
option device '@wan'
option metric '10'
#SWITCH-VLANS
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option vid '1'
config switch_vlan
option device 'switch0'
option vlan '7'
option vid '7'
option ports '0t 5t'
config switch_vlan
option device 'switch0'
option vlan '9'
option vid '9'
option ports '6t 4t 3 2 1'
connected to a tplink td-w8970 (lantiq xrx200) 22.03.5 in bridge mode with this network config:
#HOME
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
#GLOBALS
config globals 'globals'
option ula_prefix 'REDACTED'
option packet_steering '1'
#DSL
config dsl 'dsl'
option annex 'b'
option tone 'bv'
option xfer_mode 'ptm'
option line_mode 'vdsl'
option ds_snr_offset '-5'
config device
option name 'dsl0'
option macaddr 'REDACTED' --> ORIGINAL DEVICE MAC
#LAN-LAN
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
config bridge-vlan
option device 'br-lan'
option vlan '9'
list ports 'lan1:t'
list ports 'lan2'
config interface 'lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.1.254'
option device 'br-lan.9'
#WAN-MODEM --> ISP REQUIRE VLAN 100
config device
option name 'dsl0.100'
option type '8021q'
option ifname 'dsl0'
option vid '100'
option macaddr 'REDACTED' --> ORIGINAL DEVICE MAC
config device
option type 'bridge'
list ports 'lan3'
option name 'br-modem'
config bridge-vlan
option device 'br-modem'
option vlan '7'
list ports 'lan3:t'
list ports 'dsl0.100'
config interface 'modem'
option proto 'none'
option device 'br-modem.7'
all is working great, rock solid no problems.. r7800 gets ipv4 connectivity via dhcp and ipv6 6rd from provider. now i got my hands on an avm fb 7530 (ipq40xx) installed 23.05.0 with this network config:
#HOME
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
#GLOBALS
config globals 'globals'
option ula_prefix 'REDACTED'
option packet_steering '1'
#DSL
config dsl 'dsl'
option annex 'b'
option tone 'bv'
option ds_snr_offset '-5'
option xfer_mode 'ptm'
option line_mode 'vdsl'
config device
option name 'dsl0'
option macaddr 'REDACTED' --> ORIGINAL DEVICE MAC
#LAN-LAN
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan2'
list ports 'lan4'
config bridge-vlan
option device 'br-lan'
option vlan '9'
list ports 'lan2:u'
list ports 'lan4:t'
config interface 'lan'
option proto 'static'
option ipaddr '192.168.1.254'
option netmask '255.255.255.0'
option ip6assign '60'
option device 'br-lan.9'
#WAN-MODEM --> ISP REQUIRE VLAN 100
config device
option name 'dsl0.100'
option type '8021q'
option ifname 'dsl0'
option vid '100'
option macaddr 'REDACTED' --> ORIGINAL DEVICE MAC
config device
option type 'bridge'
list ports 'lan1'
option name 'br-modem'
config bridge-vlan
option device 'br-modem'
option vlan '7'
list ports 'lan1:t'
list ports 'dsl0.100'
config interface 'modem'
option proto 'none'
option device 'br-modem.7'
and r7800 can't get connectivity from the 7530 bridge.. network config is basically the same of 8970 and i really can't understand why?? i did a few factory reset just in case a re-flash checking all sha256sum, checked cables connections, no firewall involved. i'm lost.. any thoughts/ideas?
many thanks!