Hi everyone,
Running on the 3006 firmware version, I have 3 guest networks that are isolated from everything. I'd like to have the main network (192.168.0.0/24 on br0) be able to reach one-way to those 3 guest subnets.
I currently achieve this with a firewall-start script that runs the following commands:
iptables -I FORWARD -i br0 -s 192.168.0.0/24 -d 192.168.1.0/24 -j ACCEPT
iptables -I FORWARD -i br0 -s 192.168.0.0/24 -d 192.168.2.0/24 -j ACCEPT
iptables -I FORWARD -i br0 -s 192.168.0.0/24 -d 192.168.3.0/24 -j ACCEPT
I was just wondering if there's any way to achieve the same thing through the GUI, any setting that would do that?
Thanks!
Running on the 3006 firmware version, I have 3 guest networks that are isolated from everything. I'd like to have the main network (192.168.0.0/24 on br0) be able to reach one-way to those 3 guest subnets.
I currently achieve this with a firewall-start script that runs the following commands:
iptables -I FORWARD -i br0 -s 192.168.0.0/24 -d 192.168.1.0/24 -j ACCEPT
iptables -I FORWARD -i br0 -s 192.168.0.0/24 -d 192.168.2.0/24 -j ACCEPT
iptables -I FORWARD -i br0 -s 192.168.0.0/24 -d 192.168.3.0/24 -j ACCEPT
I was just wondering if there's any way to achieve the same thing through the GUI, any setting that would do that?
Thanks!