Difference between revisions of "Network address translation (NAT)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 12: | Line 12: | ||
* [[Proxy ARP]] | * [[Proxy ARP]] | ||
* [[NAT traversal]] | * [[NAT traversal]] | ||
+ | * [[AWS]]: <code>[[aws ec2 create-nat-gateway]]</code> | ||
== See also == | == See also == |
Revision as of 10:43, 5 August 2022
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 -A POSTROUTING -o eth0 -j MASQUERADE
Related terms
- PAN-OS
- localtunnel
- Proxy ARP
- NAT traversal
- AWS:
aws ec2 create-nat-gateway
See also
Advertising: