From 3d76d5c36bb8137c6f3e08c49f606369e8dfff1a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 4 Oct 2018 10:10:57 +0200 Subject: VPN: added missing code-block statement in L2TP/IPSec --- docs/ch09-vpn.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/ch09-vpn.rst b/docs/ch09-vpn.rst index d596db6e..484648d5 100644 --- a/docs/ch09-vpn.rst +++ b/docs/ch09-vpn.rst @@ -285,6 +285,8 @@ will need to add the appropriate source NAT rules to your configuration. To be able to resolve when connected to the VPN, the following DNS rules are needed as well. +.. code-block:: sh + set vpn l2tp remote-access dns-servers server-1 '8.8.8.8' set vpn l2tp remote-access dns-servers server-2 '8.8.4.4' -- cgit v1.2.3