Difference between revisions of "Network address translation (NAT)"

From wikieduonline
Jump to navigation Jump to search
 
(5 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.
 
[[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 ==
== See also ==
 
 
* [[PAN-OS]]
 
* [[PAN-OS]]
* localtunnel
+
* [[localtunnel]]
 
* [[Proxy ARP]]
 
* [[Proxy ARP]]
 +
* [[NAT traversal]]
 +
* [[AWS]]: <code>[[aws ec2 create-nat-gateway]]</code>
 +
* [[NATS]]
  
 
== See also ==
 
== See also ==
 
* [[wikipedia:Hairpinning]]
 
* [[wikipedia:Hairpinning]]
 +
* {{iptables}}
 
* {{NAT}}
 
* {{NAT}}
* {{iptables}}
 
 
  
 
[[Category:Networking]]
 
[[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.

Related terms[edit]

See also[edit]

Advertising: