A nat example, Specifying a nat ip rule – Amer Networks E5Web GUI User Manual
Page 493

195.11.22.33:32789 => 195.55.66.77:80
3.
The recipient server then processes the packet and sends its response.
195.55.66.77:80 => 195.11.22.33:32789
4.
cOS Core receives the packet and compares it to its list of open connections. Once it finds
the connection in question, it restores the original address and forwards the packet.
195.55.66.77:80 => 192.168.1.5:1038
5.
The original sender now receives the response.
The sequence of these events is illustrated further in the diagram below.
Figure 7.2. A NAT Example
Example 7.1. Specifying a NAT IP Rule
The following will add a NAT rule that will perform address translation for all HTTP traffic
originating from the internal network lan as it flows out to the public Internet on the wan
interface. The IP address of the wan interface will be used as the NATing address for all
connections.
Command-Line Interface
Device:/> add IPRule Action=NAT
SourceInterface=lan
SourceNetwork=lan_net
DestinationInterface=wan
DestinationNetwork=all-nets
Service=http
NATAction=UseInterfaceAddress
Name=NAT_HTTP
Chapter 7: Address Translation
493