File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
docs/configuration/firewall Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Applying a Rule-Set to a Zone
139139
140140Once a rule-set has been defined, it can then be applied to the source and
141141destination zones. The configuration syntax is anchored on the destination
142- zone, with each of the source zone rulesets listed against the destination.
142+ zone, with each of the source zone rule-sets listed against the destination.
143143
144144.. cfgcmd :: set firewall zone <Destination Zone> from <Source Zone>
145145 firewall name <ipv4-rule-set-name>
@@ -154,6 +154,21 @@ It is recommended to create two rule-sets for each source-destination zone pair.
154154 set firewall zone DMZ from LAN firewall name LAN-DMZ-v4
155155 set firewall zone LAN from DMZ firewall name DMZ-LAN-v4
156156
157+ Applying a Default Rule-Set to a Zone
158+ =====================================
159+
160+ When a destination zone shares a common rule-set for multiple source zones or
161+ a complex set of default policies are required, an optional default rule-set
162+ can be applied. The default rule-set applies to all zones that do not have a
163+ rule-set configured as defined in
164+ :ref: `IPv4<configuration/firewall/zone:Applying a Rule-Set to a Zone> `
165+
166+ .. cfgcmd :: set firewall zone <Destination Zone> default-firewall name
167+ <ipv4-rule-set-name>
168+
169+ .. cfgcmd :: set firewall zone <Destination Zone> default-firewall ipv6-name
170+ <ipv6-rule-set-name>
171+
157172**************
158173Operation-mode
159174**************
You can’t perform that action at this time.
0 commit comments