Skip to content

Commit

Permalink
Update firewall.rst (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotosso authored and gsanchietti committed Apr 28, 2017
1 parent 26a6348 commit b7d63d7
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions administrator-manual/en/firewall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,20 @@ Some possible values:
* ``!10.2.10.4``: enable port forward for all IPs except 10.2.10.4
* ``192.168.1.0/24!192.168.1.3,192.168.1.9``: enable port forward for 192.168.1.0/24 network, except for hosts 192.168.1.3 and 192.168.1.9

NAT 1:1
=======
sNAT 1:1
========

One-to-one NAT is a way to make systems behind a firewall and configured with private IP addresses appear to have public IP addresses.

If you have a bunch of public IP addresses and if you want to associate one of these to a specific network host, :index:`NAT 1:1` is the way.

This feature only applies to traffic from the network specific host to internet.

It doesn't affect in any way the traffic from internet toward the Alias IP, if you need to route some specific traffic to the internal host use the port forward as usual.

If you need to route all traffic to the internal host (not recommended!) use a port forward with protocol TCP & UDP and source port 1:65535.


Example
-------

Expand Down

0 comments on commit b7d63d7

Please sign in to comment.