diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:26:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-28 21:26:14 +0100 |
commit | a71cdcec33caaeb9e9667d66e8248de1a47122a8 (patch) | |
tree | 337f7e40535f675f4319db39f3d3ca6ac31a8406 /docs/nat.rst | |
parent | c4eaab5a8a3785a84cdcb09ce56757344d1647d0 (diff) | |
download | vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.tar.gz vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.zip |
docs: remove all trailing whitespaces
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
Diffstat (limited to 'docs/nat.rst')
-rw-r--r-- | docs/nat.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/nat.rst b/docs/nat.rst index 6536fa53..4e21ad3a 100644 --- a/docs/nat.rst +++ b/docs/nat.rst @@ -55,7 +55,7 @@ reserving an average of 200-300 sessions per host system. Example: For an ~8,000 host network a source NAT pool of 32 IP addresses is recommended. -A pool of addresses can be defined by using a **-** in the +A pool of addresses can be defined by using a **-** in the `set nat source rule [n] translation address` statement. .. code-block:: console @@ -429,7 +429,7 @@ Additionally, we want to use VPNs only on our eth1 interface (the external inter IPSec VPN Tunnels ***************** -We'll use the IKE and ESP groups created above for this VPN. +We'll use the IKE and ESP groups created above for this VPN. Because we need access to 2 different subnets on the far side, we will need two different tunnels. If you changed the names of the ESP group and IKE group in the previous step, make sure you use the correct names here too. |