Difference between revisions of "Network address translation (NAT)"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[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. | |
+ | * <code>[[iptables -t nat -L]]</code> | ||
+ | * <code>iptables -t nat -A [[POSTROUTING]] -o eth0 -j MASQUERADE</code> | ||
+ | == Related terms == | ||
+ | * [[PAN-OS]] | ||
+ | * [[localtunnel]] | ||
+ | * [[Proxy ARP]] | ||
+ | * [[NAT traversal]] | ||
+ | * [[AWS]]: <code>[[aws ec2 create-nat-gateway]]</code> | ||
+ | * [[NATS]] | ||
== See also == | == See also == | ||
* [[wikipedia:Hairpinning]] | * [[wikipedia:Hairpinning]] | ||
− | * [[ | + | * {{iptables}} |
+ | * {{NAT}} | ||
+ | |||
+ | [[Category:Networking]] |
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: