diff options
author | Robert Göhler <github@ghlr.de> | 2019-12-10 15:14:51 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2019-12-10 15:14:51 +0100 |
commit | f077d2e98fda579661f08c4dee916a30f7c9a925 (patch) | |
tree | d8666745dd21aaa1538c010d350f845fe5df7c87 /docs/nat.rst | |
parent | 4b6495b1e43f8866b012250dfd489d7b5369e8eb (diff) | |
download | vyos-documentation-f077d2e98fda579661f08c4dee916a30f7c9a925.tar.gz vyos-documentation-f077d2e98fda579661f08c4dee916a30f7c9a925.zip |
NAT: correct redirect link
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 a8475978..714697d3 100644 --- a/docs/nat.rst +++ b/docs/nat.rst @@ -152,7 +152,7 @@ To setup a destination NAT rule we need to gather: In our example, we will be forwarding web server traffic to an internal web server on 192.168.0.100. HTTP traffic makes use of the TCP protocol on port 80. -For other common port numbers, see: http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers +For other common port numbers, see: https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers Our configuration commands would be: @@ -469,4 +469,4 @@ Start by checking for IPSec SAs (Security Associations) with: That looks good - we defined 2 tunnels and they're both up and running. -.. _ULAs: http://en.wikipedia.org/wiki/Unique_local_address +.. _ULAs: https://en.wikipedia.org/wiki/Unique_local_address |