Example of a static source translation NAT rule
This example shows a static address translation that translates the addresses in one network to IP addresses in another network.
In this example, the NAT is done to access a particular server on the Internet.
Source | Destination | Service |
---|---|---|
192.168.18.0/24 | 203.0.113.140 | HTTP |
In static address translation using whole networks, each original source IP address has a static translated pair. For example here, the host 192.168.1.6 is always translated to
198.51.100.6 and host 192.168.1.11 is always translated to 198.51.100.11.