From b5ce5a2eba7f6857edf46e0401a5cd4981cc8a89 Mon Sep 17 00:00:00 2001 From: Nephiaust <29741794+Nephiaust@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:27:53 +0930 Subject: Fixed bad formatting for code-blocks Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com> --- docs/configuration/interfaces/openvpn.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index 2160e781..70161e1e 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -148,6 +148,7 @@ Local Configuration: set interfaces openvpn vtun1 tls certificate 'openvpn-local' # The self-signed certificate set interfaces openvpn vtun1 tls peer-fingerprint # The output of 'run show pki certificate fingerprint sha256 on the remote rout + Remote Configuration: .. code-block:: none @@ -163,6 +164,7 @@ Remote Configuration: set interfaces openvpn vtun1 tls certificate 'openvpn-remote' # The self-signed certificate set interfaces openvpn vtun1 tls peer-fingerprint # The output of 'run show pki certificate fingerprint sha256 on the local router + Pre-shared keys --------------- @@ -200,6 +202,7 @@ Then you need to install the key on the remote router: Then you need to set the key in your OpenVPN interface settings: .. code-block:: none + set interfaces openvpn vtun1 shared-secret-key s2s Firewall Exceptions -- cgit v1.2.3 From d9a978cf58012c93232bec6fb665130722ace86e Mon Sep 17 00:00:00 2001 From: Nephiaust <29741794+Nephiaust@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:28:53 +0930 Subject: Change ref firewall for int groups to be unique Signed-off-by: Nephiaust <29741794+Nephiaust@users.noreply.github.com> --- docs/configuration/firewall/zone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/configuration') diff --git a/docs/configuration/firewall/zone.rst b/docs/configuration/firewall/zone.rst index 70ad7b65..a2069e0d 100644 --- a/docs/configuration/firewall/zone.rst +++ b/docs/configuration/firewall/zone.rst @@ -16,7 +16,7 @@ Zone Based Firewall 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 +.. note:: For latest releases, refer the `firewall (interface-groups) `_ main page to configure zone based rules. New syntax was introduced here :vytask:`T5160` -- cgit v1.2.3