Difference between revisions of "Network address translation (NAT)"
Jump to navigation
Jump to search
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. | [[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 -L]]</code> | ||
− | |||
* <code>iptables -t nat -A [[POSTROUTING]] -o eth0 -j MASQUERADE</code> | * <code>iptables -t nat -A [[POSTROUTING]] -o eth0 -j MASQUERADE</code> | ||
− | |||
== Related terms == | == Related terms == | ||
* [[PAN-OS]] | * [[PAN-OS]] | ||
− | * localtunnel | + | * [[localtunnel]] |
* [[Proxy ARP]] | * [[Proxy ARP]] | ||
* [[NAT traversal]] | * [[NAT traversal]] | ||
Line 18: | Line 14: | ||
* {{iptables}} | * {{iptables}} | ||
* {{NAT}} | * {{NAT}} | ||
− | |||
[[Category:Networking]] | [[Category:Networking]] |
Revision as of 08:20, 13 December 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 -L
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
Related terms
See also
Advertising: