From edcd9098c5ae0d052a86a693939e5fc8fc1441f9 Mon Sep 17 00:00:00 2001 From: Nephiaust Date: Sun, 10 May 2020 19:17:29 +0930 Subject: Fix of sample firewall rules for ESP Removed unneeded option "set firewall name OUTSIDE-LOCAL rule 40 destination port '50'" as committing with this rule will throw error + ESP doesnt have a direct destination port number --- docs/vpn/l2tp.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/vpn/l2tp.rst b/docs/vpn/l2tp.rst index a91399e2..64223475 100644 --- a/docs/vpn/l2tp.rst +++ b/docs/vpn/l2tp.rst @@ -39,7 +39,6 @@ Example: .. code-block:: none set firewall name OUTSIDE-LOCAL rule 40 action 'accept' - set firewall name OUTSIDE-LOCAL rule 40 destination port '50' set firewall name OUTSIDE-LOCAL rule 40 protocol 'esp' set firewall name OUTSIDE-LOCAL rule 41 action 'accept' set firewall name OUTSIDE-LOCAL rule 41 destination port '500' -- cgit v1.2.3