destination NAT
tags: learning networking
content
- for incoming traffic, when a ip packet reaches the gateway / firewall of a network, the packet’s destination ip address is usually the gateway’s public IP
- the gateway then needs to change the ip packet’s destination ip to intended server (one that’s in the gateway’s NAT mapping, or based on some DNAT rules), so that the packet could be routed properly in the private network.