From 676003ffbdf1f26b667f2ab9490a2390076191e3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 3 Oct 2018 09:35:52 +0200 Subject: NAT: use code-block formatting rather then bold for 'set nat foo' --- docs/ch08-nat.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ch08-nat.rst b/docs/ch08-nat.rst index 4c7110a0..0266137b 100644 --- a/docs/ch08-nat.rst +++ b/docs/ch08-nat.rst @@ -50,8 +50,8 @@ 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 **set nat source -rule [n] translation address** statement. +A pool of addresses can be defined by using a **-** in the `set nat source +rule [n] translation address` statement. .. code-block:: sh @@ -176,8 +176,8 @@ Which would generate the following NAT destination configuration: } Note that if forwarding traffic to a different port than it is arriving on, -you may also configure the translation port using **set nat destination rule -[n] translation port**. +you may also configure the translation port using `set nat destination rule +[n] translation port`. This establishes our Port Forward rule, but if we created a firewall policy it will likely block the traffic. -- cgit v1.2.3