What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Allowing main network to access guest networks

purpleman

Occasional Visitor
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!
 
@purpleman, the Guest Network Pro feature of the 3006 firmware has its issues and limitations as many have discovered and discussed in other threads. There does not currently appear to be a way to implement YazFi's One Way to Guest (or Two Way to Guest) through the GUI. Instead it's an all or nothing affair by either enabling or disabling the Guest Network Pro option Use same subnet as main LAN. With that option enabled the GNP clients should have full access to the main LAN and main LAN clients should be able to access GNP clients. Disabled and the GNP clients/main LAN clients are isolated from each other. That GNP option may or may not be available depending on which of the Guest Network Pro presets one selects.

Scripting the IPTables is currently apparently the only way to emulate some of the features the YazFi addon brought to the non 3006 firmware's guest wifi.

There is a similar running discussion taking place near the end of the following thread:
And a few posts discussing related things in this thread:
 
Last edited:

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top