diff options
author | rebortg <github@ghlr.de> | 2021-06-29 11:45:33 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-06-29 11:46:01 +0200 |
commit | 1565a63bbca37c4b9cdf1e653dc33977f3b12bf4 (patch) | |
tree | 03244a4030ff5f4fedb9533b7135661467147d27 /docs/configexamples | |
parent | 383ae98f1b44ceb334a911e551a58592b16f6b05 (diff) | |
download | vyos-documentation-1565a63bbca37c4b9cdf1e653dc33977f3b12bf4.tar.gz vyos-documentation-1565a63bbca37c4b9cdf1e653dc33977f3b12bf4.zip |
zone-policy: correct spelling and grammar
(cherry picked from commit 3730a3d4101e7b3667697825e349946a9d319e78)
Diffstat (limited to 'docs/configexamples')
-rw-r--r-- | docs/configexamples/zone-policy.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configexamples/zone-policy.rst b/docs/configexamples/zone-policy.rst index bfe77c2e..cf11a01e 100644 --- a/docs/configexamples/zone-policy.rst +++ b/docs/configexamples/zone-policy.rst @@ -1,3 +1,5 @@ +:lastproofread: 2021-06-29 + .. _examples-zone-policy: Zone-Policy example @@ -132,7 +134,7 @@ To add logging to the default rule, do: set firewall name <ruleSet> enable-default-log -By default, iptables does not allow traffic for established session to +By default, iptables does not allow traffic for established sessions to return, so you must explicitly allow this. I do this by adding two rules to every ruleset. 1 allows established and related state packets through and rule 2 drops and logs invalid state packets. We place the @@ -367,7 +369,7 @@ IPv6 Tunnel ^^^^^^^^^^^ If you are using a IPv6 tunnel from HE.net or someone else, the basis is -the same except you have two WAN interface. One for v4 and one for v6. +the same except you have two WAN interfaces. One for v4 and one for v6. You would have 5 zones instead of just 4 and you would configure your v6 ruleset between your tunnel interface and your LAN/DMZ zones instead of |