Difference between revisions of "Network address translation (NAT)"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* [[NAT traversal]] | * [[NAT traversal]] | ||
* [[AWS]]: <code>[[aws ec2 create-nat-gateway]]</code> | * [[AWS]]: <code>[[aws ec2 create-nat-gateway]]</code> | ||
+ | * [[NATS]] | ||
== See also == | == See also == |
Latest revision as of 12:53, 15 August 2023
wikipedia:Network address translation is a method of mapping an IP address space into another by modifying network address information in the IP header of packets while they are in transit across a traffic routing device.
iptables -t nat -L
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Related terms[edit]
See also[edit]
Advertising: