|
ARP is only used on a local Ethernet network.
The moment you go through a router or equivalent then things are done another way.
If you are behind a NAT router, for example, your 'default gateway' will be that router. Your box uses ARP to get the MAC address for the router and the packets are sent there. The router then inspects the IP layer (layer 2 is removed) and decides that the packet is to go to the Internet. It then sends it down the interface for the Internet (in a home situation this will be the default route for the router). In most ADSL home router setups this will be a point-to-point link, so ARP wouldn't be used.
Harry.
|