|
Posted by: niteawul on 2010-03-10, 20:24:49
A router must edit packet headers in order to work in most home router setups. All home routers use a private IP address scheme, most use 192.168.x.x. These are not targets that are reachable from external networks, so the router strips off your IP address and puts it own in the packet header, then keeps a record of which requests were made so it can modify incoming packets to address them to the correct host. If you're interested more in how that works, look up network address translation (NAT). |