Network address translation

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:11, 9 August 2021 (edit)
Tmittelstaedt (Talk | contribs)

← Previous diff
Current revision (05:11, 9 August 2021) (edit) (undo)
Tmittelstaedt (Talk | contribs)

 
Line 7: Line 7:
Note: [[Private_ip_address|Private IP addresses]] must be (source) translated ([[wikipedia:Network_address_translation|NAT]]ed, tcp, udp: [[wikipedia:Port_address_translation|PAT]]) to a public (non-private) IP address (tcp: [[wikipedia:Internet_socket|socket]]) before its payload can be sent into the (public) internet. Note: [[Private_ip_address|Private IP addresses]] must be (source) translated ([[wikipedia:Network_address_translation|NAT]]ed, tcp, udp: [[wikipedia:Port_address_translation|PAT]]) to a public (non-private) IP address (tcp: [[wikipedia:Internet_socket|socket]]) before its payload can be sent into the (public) internet.
-An in-depth article on Linux NAT in router firmware is [[ here https://www.slashroot.in/linux-nat-network-address-translation-router-explained]]+An in-depth article on Linux NAT in router firmware is here: [[https://www.slashroot.in/linux-nat-network-address-translation-router-explained]]
[[Category:NAT]] [[Category:NAT]]
[[Category:Documentation]] [[Category:Documentation]]

Current revision

NAPT (network address and port translation) is necessary due to limited public internet addresses (IPv4), to apply firewall (iptables) rules, and for other reasons.

NAPT is commonly referred to as NAT (Network address translation).

The NAPT is normally done by a router or firewall with NAPT functionalty - e.g. DD-WRT software!

Note: Private IP addresses must be (source) translated (NATed, tcp, udp: PAT) to a public (non-private) IP address (tcp: socket) before its payload can be sent into the (public) internet.

An in-depth article on Linux NAT in router firmware is here: [[1]]