No. An interface must only appear in a single firewall zone.
Not a problem. Two ways this can be done:
Make a firewall zone for the guest network. Allow forwarding from guest > wan. The guest network will be able to reach the wan, but not the lan or the servers
Similar to above, but put the server network into the lan zone. By default, the lan zone has forward = accept, which will allow forwarding from lan > server networks (and also server > lan).
the wan network must never be in the lan firewall zone. It will not work properly, and worse it will open your router and network directly to the internet (i.e. bypassing the entire firewall).
I know what you mean. Above was just a bad example of what could be done via LuCI.
My firewall configuration is complex, and it is not very readable if you do not understand my network topology. I have ~15 departments, some of them need to access specific network resources (servers, CCTV, printers... etc) but the list overlaps. For example:
The Accounting department needs to access servers.
The Accounting department and Purchasing department need to access printers.
The Purchasing department and Human Resources department need to access CCTV system.
Each department is on their own subnet. I am wondering if I can put a network interface in multiple zones (svr_usr, prt_usr, cctv_users) -- it is the purpose of the question.
No. You cannot (even if is physically possible to do it via LuCI). Your firewall will not work properly or predictably if you attempt this.
Each network must be assigned to at most one firewall zone (typically it would be exaclty one, but you can actually leave a network unassociated with a firewall zone). You can allow or deny intra-zone forarding, allow zone > zone forwardings (or deny them by not explicitly allowing them), and/or you can make more granular rules at the network or host level by IP addresses/subnets.
I'm not sure that it would fully qualify as a bug, but it is certainly an inconsistency that could be addressed. It would require some additional parsing logic.
In the network interfaces section, you can only assign the network to a single firewall zone. However, in the firewall configuration, you can assign any network(s) to a given firewall zone, then edit another firewall zone and it will allow the selection of the same network(s) in this second zone. Logic would have to be built that would 'gray-out' the network(s) that are already associated with a firewall zone such that it cannot be added to a second zone.