Asus AX86U as main router (386.5_2)
Zen Wifi AC Mini CD6 x 3 as nodes - 3.0.0.4.386_46395-g1fd22d2 (stock firmware latest)
Ethernet backhaul with no intermediate switches.
Main Wifi network works fine both on router and nodes.
1st Guest wifi works fine on router and nodes when 'access intranet' enabled. However the nodes fail to give connectivity when 'access intranet' disabled (no IP address is issued via DHCP).
I have resolved this by adding eth0.502 to the bridge on one of the nodes (see below)
Is this a Merlin fault (i.e. the config for the nodes comes from my router?)
Or is this a Asus firmware fault?
Or is it an incompatibility between the two?
I note there are similar threads but with seemingly very different causes hence why I have started a new thread:
Thread 1 Thread 2
I have SSH'd into the node and here is some debug information:
Just looking at the 5gz guest network I figured that the BR2 bridge should be bridging ATH101 and eth0.502. I am not sure what ath0.502 and ath1.502 interfaces are (but I am very new to VLAN's)
So I added eth0.502 to by BR2 bridge....... and now my 5Ghz guest works in the nodes
Zen Wifi AC Mini CD6 x 3 as nodes - 3.0.0.4.386_46395-g1fd22d2 (stock firmware latest)
Ethernet backhaul with no intermediate switches.
Main Wifi network works fine both on router and nodes.
1st Guest wifi works fine on router and nodes when 'access intranet' enabled. However the nodes fail to give connectivity when 'access intranet' disabled (no IP address is issued via DHCP).
I have resolved this by adding eth0.502 to the bridge on one of the nodes (see below)
Is this a Merlin fault (i.e. the config for the nodes comes from my router?)
Or is this a Asus firmware fault?
Or is it an incompatibility between the two?
I note there are similar threads but with seemingly very different causes hence why I have started a new thread:
Thread 1 Thread 2
I have SSH'd into the node and here is some debug information:
Code:
john@ZenWiFi_CD6N-6F78:/tmp/etc/Wireless/conf# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.f02f74f16f78 no ath0
ath1
vlan1
br1 8000.f02f74f16f78 yes ath001
ath0.501
ath1.501
br2 8000.f02f74f16f78 yes ath101
ath0.502
ath1.502
Code:
john@ZenWiFi_CD6N-6F78:/tmp/etc/Wireless/conf# ip a
1: lo: <LOOPBACK,MULTICAST,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet 127.0.1.1/8 brd 127.255.255.255 scope host secondary lo:0
2: imq0: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
3: imq1: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
4: imq2: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
5: imq3: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
6: imq4: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
7: imq5: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
8: imq6: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
9: imq7: <NOARP> mtu 16000 qdisc noop state DOWN qlen 11000
link/void
10: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
11: miireg: <> mtu 0 qdisc noop state DOWN
link/generic
12: wifi0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 2699
link/ieee802.11 f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
13: wifi1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 2699
link/ieee802.11 f0:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
14: ath0: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br0 state UNKNOWN
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
15: ath1: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br0 state UNKNOWN
link/ether f0:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
16: ath001: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br1 state UNKNOWN
link/ether f6:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
17: ath101: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br2 state UNKNOWN
link/ether f6:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
18: sta0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state DORMANT
link/ether fa:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
19: sta1: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state DORMANT
link/ether fa:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
20: vlan1@eth0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue master br0 state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
21: vlan4@eth0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
22: br0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.94/24 brd 192.168.1.255 scope global br0
23: eth0.501@eth0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
24: ath0.501@ath0: <BROADCAST,MULTICAST,ALLMULTI,PROMISC,UP,LOWER_UP> mtu 1500 qdisc noqueue master br1 state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
25: ath1.501@ath1: <BROADCAST,MULTICAST,ALLMULTI,PROMISC,UP,LOWER_UP> mtu 1500 qdisc noqueue master br1 state UP
link/ether f0:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
26: sta0.501@sta0: <NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP,DORMANT> mtu 1500 qdisc noqueue state DORMANT
link/ether fa:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
27: sta1.501@sta1: <NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP,DORMANT> mtu 1500 qdisc noqueue state DORMANT
link/ether fa:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
28: br1: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
29: eth0.502@eth0: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
30: ath0.502@ath0: <BROADCAST,MULTICAST,ALLMULTI,PROMISC,UP,LOWER_UP> mtu 1500 qdisc noqueue master br2 state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
31: ath1.502@ath1: <BROADCAST,MULTICAST,ALLMULTI,PROMISC,UP,LOWER_UP> mtu 1500 qdisc noqueue master br2 state UP
link/ether f0:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
32: sta0.502@sta0: <NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP,DORMANT> mtu 1500 qdisc noqueue state DORMANT
link/ether fa:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
33: sta1.502@sta1: <NO-CARRIER,BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP,DORMANT> mtu 1500 qdisc noqueue state DORMANT
link/ether fa:2f:74:f1:6f:7a brd ff:ff:ff:ff:ff:ff
34: br2: <BROADCAST,MULTICAST,ALLMULTI,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether f0:2f:74:f1:6f:78 brd ff:ff:ff:ff:ff:ff
Just looking at the 5gz guest network I figured that the BR2 bridge should be bridging ATH101 and eth0.502. I am not sure what ath0.502 and ath1.502 interfaces are (but I am very new to VLAN's)
So I added eth0.502 to by BR2 bridge....... and now my 5Ghz guest works in the nodes
Code:
brctl addif br2 eth0.502
Code:
john@ZenWiFi_CD6N-6F78:/tmp/etc/Wireless/conf# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.f02f74f16f78 no ath0
ath1
vlan1
br1 8000.f02f74f16f78 yes ath001
ath0.501
ath1.501
br2 8000.f02f74f16f78 yes ath101
ath0.502
ath1.502
eth0.502