diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-11-01 11:09:42 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-11-01 11:09:42 -0300 |
commit | ece28ce8097f4835ff2e6fb55bc6ca13f0d1ffc0 (patch) | |
tree | dc5e53ba0e0481239b55f1f4a4073f2d647824d1 /docs/configuration/firewall/zone.rst | |
parent | 7625a30f2b9a73d0747ef7f146cc4f36b50c7c52 (diff) | |
download | vyos-documentation-ece28ce8097f4835ff2e6fb55bc6ca13f0d1ffc0.tar.gz vyos-documentation-ece28ce8097f4835ff2e6fb55bc6ca13f0d1ffc0.zip |
Update nat and firewall docs. Re-add zone and update several things.
Diffstat (limited to 'docs/configuration/firewall/zone.rst')
-rw-r--r-- | docs/configuration/firewall/zone.rst | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/docs/configuration/firewall/zone.rst b/docs/configuration/firewall/zone.rst index 38869c32..0ae9ceef 100644 --- a/docs/configuration/firewall/zone.rst +++ b/docs/configuration/firewall/zone.rst @@ -1,25 +1,22 @@ -:lastproofread: 2022-09-14 +:lastproofread: 2023-11-01 .. _firewall-zone: -################################ -Zone Based Firewall (Deprecated) -################################ +################### +Zone Based Firewall +################### .. note:: Starting from VyOS 1.4-rolling-202308040557, a new firewall - structure can be found on all vyos instalations, and zone based firewall is - no longer supported. Documentation for most of the new firewall CLI can be + structure can be found on all vyos instalations. Zone based firewall was + removed in that version, but re introduced in VyOS 1.4 and 1.5. All + versions built after 2023-10-22 has this feature. + Documentation for most of the new firewall CLI can be found in the `firewall <https://docs.vyos.io/en/latest/configuration/firewall/general.html>`_ chapter. The legacy firewall is still available for versions before - 1.4-rolling-202308040557 and can be found in the :ref:`firewall-legacy` - chapter. The examples in this section use the legacy firewall configuration - commands, since this feature has been removed in earlier releases. - -.. note:: For latest releases, refer the `firewall (interface-groups) - <https://docs.vyos.io/en/latest/configuration/firewall/general.html#interface-groups>`_ - main page to configure zone based rules. New syntax was introduced here - :vytask:`T5160` + 1.4-rolling-202308040557 and can be found in the + :doc:`legacy firewall configuration </configuration/firewall/general-legacy>` + chapter. In zone-based policy, interfaces are assigned to zones, and inspection policy is applied to traffic moving between the zones and acted on according to |