I have a GT-AX6000 with Merlin firmware (3004.388.7) and have installed the script primarily because i want to set up a separate vlan which I can access from my main (v)lan. In my scenario, both Guest Network1 2.4Ghz and 5Ghz are enabled with intranet access disabled. Running "bctl show" in terminal has the following results, which indicates that the br1 and br2 bridge are created. All good so far
I have set up a separate managed switch and configured two ports for vlan 501, which is associated with br1. My config file for br1 section in sbnMerlin is
I have connected two ethernet wired devices to the correct ports and they show up in the client list
The FujitsuLife device can access the other ethernet devices on the same vlan (192.168.101.238). I have not checked whether it is vice versa, but assume so.
However I cannot seem to be able to access 192.168.101.238 device from my main lan (vlan1), even though I have set br1_allow_onewayaccess=1. I have read the whole thread and this should be possible even with the router created br1. Is there something I am doing wrong?
I am testing access by trying to ping the vlan 501 devices via command prompt
admin@GT-AX6000-BF08:/tmp/home/root# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.58112251bf08 no eth1
eth2
eth3
eth4
eth5
eth6
eth7
br1 8000.58112251bf09 yes eth1.501
eth2.501
eth3.501
eth4.501
eth5.501
eth6.501
eth7.501
wl0.1
br2 8000.58112251bf0d yes eth1.502
eth2.502
eth3.502
eth4.502
eth5.502
eth6.502
eth7.502
wl1.1
I have set up a separate managed switch and configured two ports for vlan 501, which is associated with br1. My config file for br1 section in sbnMerlin is
br1_enabled=1 # Write your own settings for Bridge 1
br1_ifnames=""
br1_dns1_x=""
br1_dns2_x=""
br1_staticlist=""
br1_ap_isolate=1
br1_allow_internet=1
br1_allow_onewayaccess=1
br1_allow_routeraccess=0
I have connected two ethernet wired devices to the correct ports and they show up in the client list
bridge name interfaces client IP address client MAC address client name
br1 ethernet 192.168.101.238 00:1E:06:30:D1:83 192.168.101.238
br1 ethernet 192.168.101.99 8C:73:6E:FF:B9:6C FujitsuLife
The FujitsuLife device can access the other ethernet devices on the same vlan (192.168.101.238). I have not checked whether it is vice versa, but assume so.
However I cannot seem to be able to access 192.168.101.238 device from my main lan (vlan1), even though I have set br1_allow_onewayaccess=1. I have read the whole thread and this should be possible even with the router created br1. Is there something I am doing wrong?
I am testing access by trying to ping the vlan 501 devices via command prompt