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

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * wikipedia:Hairpinning")
 
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
[[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.

Related terms[edit]

See also[edit]

Advertising: