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

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(15 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>
  
[[wikipedia:Network address translation]]
+
== Related terms ==
 
 
 
 
[[iptables]] -t [[nat]] -L
 
Chain PREROUTING (policy ACCEPT)
 
target    prot opt source              destination
 
 
Chain INPUT (policy ACCEPT)
 
target    prot opt source              destination
 
 
Chain OUTPUT (policy ACCEPT)
 
target    prot opt source              destination
 
 
Chain POSTROUTING (policy ACCEPT)
 
target    prot opt source              destination
 
 
 
 
 
 
 
== See also ==
 
 
* [[PAN-OS]]
 
* [[PAN-OS]]
* localtunnel
+
* [[localtunnel]]
 +
* [[Proxy ARP]]
 +
* [[NAT traversal]]
 +
* [[AWS]]: <code>[[aws ec2 create-nat-gateway]]</code>
 +
* [[NATS]]
  
 
== See also ==
 
== See also ==
 
* [[wikipedia:Hairpinning]]
 
* [[wikipedia:Hairpinning]]
* [[wikipedia:NAT traversal]]
+
* {{iptables}}
 
+
* {{NAT}}
  
 
[[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: