Penguin
Blame: NetworkAddressTranslation
EditPageHistoryDiffInfoLikePages
Annotated edit history of NetworkAddressTranslation version 3, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 The various arts of rewriting TCP/IP address headers for various reasons. Some things you can to do with [NAT]:
2 * Transparently redirect certain protocols/ports to different machines than they were originally addressed, for example when creating a TransparentProxy
2 PerryLorier 3 * Map multiple IP's onto a single IP (for when you have a segment of internal machines using RFC:1918 addresses and you want to map them onto one realworld IP address)
1 PerryLorier 4 * Map arbitary IP's onto other arbitary IP's.
3 JohnMcPherson 5
6 For example, some external [ADSL] modems are really routers - you plug them into your network switch and it does address translation between IP addresses on your local network and the single IP address assigned to your account by your [ISP].