diff options
author | rebortg <github@ghlr.de> | 2019-05-06 16:08:02 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-05-06 16:08:02 +0200 |
commit | 09aef44bbed1d754c0699324cfa39189be64e493 (patch) | |
tree | 506da4aebcfd23fc9697508ab0524844fd93da8d /docs/nat.rst | |
parent | f37f762ea31108f2864d54298bd67f7fa7f25aca (diff) | |
download | vyos-documentation-09aef44bbed1d754c0699324cfa39189be64e493.tar.gz vyos-documentation-09aef44bbed1d754c0699324cfa39189be64e493.zip |
fix NPTv6 headline hierarchy
Diffstat (limited to 'docs/nat.rst')
-rw-r--r-- | docs/nat.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/nat.rst b/docs/nat.rst index 6951a6b1..1a8fdba2 100644 --- a/docs/nat.rst +++ b/docs/nat.rst @@ -55,8 +55,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 @@ -182,8 +182,8 @@ Which would generate the following NAT destination configuration: } .. note:: 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. @@ -270,7 +270,7 @@ NPTv6 stands for Network Prefix Translation. It's a form of NAT for IPv6. It's described in RFC6296_. NPTv6 is supported in linux kernel since version 3.13. Usage ------ +***** NPTv6 is very useful for IPv6 multihoming. Let's assume the following network configuration: @@ -295,7 +295,7 @@ their address to the right subnet when going through your router. * eth2 addr : 2001:db8:e2::1/48 VyOS Support ------------- +************ NPTv6 support has been added in VyOS 1.2 (Crux) and is available through `nat nptv6` configuration nodes. |