owensdj

Golden Member
Jul 14, 2000
1,711
6
81
I was wondering how NAT(Network Address Translation) works? If I had to guess I'd say NAT routers keep a lookup table with each entry containing the private IP address and MAC address of each machine on the private network. It uses this table to replace the Internet IP address of incoming TCP/IP packets with the appropriate private IP address.

Seems like it has to be more to NAT than this.