I have an RT-AX-88U running the latest (3004.388.4) version of Merlin. Wan type is auto IP. I have a couple of guest networks set up already through the GUI.
I now have a relative that will be staying long term in a guest cabin and wish to provide him a wired VLAN on physical port 1 only (no wireless, no connection to other networks). He can set up his own wifi access point inside the cabin.
From this article, referenced in several threads here at snbforums, Port 1 is interface eth4 and basically the process is to drop eth4 from br0, create a new br1 then bind eth4 to br1. If I understand correctly.
So here's the issue: "brctl show" reveals that I already have a br1 and a br2 with a whole host of strangely numbered interfaces:
bridge name bridge id STP enabled interfaces
br0 8000.7c10c90538c8 yes eth1
eth2
eth3
eth4
eth5
eth6
eth6.0
eth7
eth7.0
wl0.3
br1 8000.7c10c90538c9 yes eth1.501
eth2.501
eth3.501
eth4.501
eth5.501
eth6.501
eth7.501
wl0.1
br2 8000.7c10c90538cd yes eth1.502
eth2.502
eth3.502
eth4.502
eth5.502
eth6.502
eth7.502
wl1.1
Are these additional interfaces related to the guest networks? Does the numbering somehow co-relate the physical port to the guest networks? Do I need to drop eth4.501 from br1 and eth4.502 from br2 to ensure isolation of physical port 1 from the rest of my network? I assume I can create a br3 for eth4. Do I need to also add eth4.501 and eth4.502 to br3, or can I leave them because they are related to the wifi guest networks?
As you can probably tell, I'm not very experienced with this level of configuration. Heck, I struggle to understand the GUI at times. So please speak slowly and use small words ;-)
I now have a relative that will be staying long term in a guest cabin and wish to provide him a wired VLAN on physical port 1 only (no wireless, no connection to other networks). He can set up his own wifi access point inside the cabin.
From this article, referenced in several threads here at snbforums, Port 1 is interface eth4 and basically the process is to drop eth4 from br0, create a new br1 then bind eth4 to br1. If I understand correctly.
So here's the issue: "brctl show" reveals that I already have a br1 and a br2 with a whole host of strangely numbered interfaces:
bridge name bridge id STP enabled interfaces
br0 8000.7c10c90538c8 yes eth1
eth2
eth3
eth4
eth5
eth6
eth6.0
eth7
eth7.0
wl0.3
br1 8000.7c10c90538c9 yes eth1.501
eth2.501
eth3.501
eth4.501
eth5.501
eth6.501
eth7.501
wl0.1
br2 8000.7c10c90538cd yes eth1.502
eth2.502
eth3.502
eth4.502
eth5.502
eth6.502
eth7.502
wl1.1
Are these additional interfaces related to the guest networks? Does the numbering somehow co-relate the physical port to the guest networks? Do I need to drop eth4.501 from br1 and eth4.502 from br2 to ensure isolation of physical port 1 from the rest of my network? I assume I can create a br3 for eth4. Do I need to also add eth4.501 and eth4.502 to br3, or can I leave them because they are related to the wifi guest networks?
As you can probably tell, I'm not very experienced with this level of configuration. Heck, I struggle to understand the GUI at times. So please speak slowly and use small words ;-)