ARP
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by DavidYoung (talk) to last revision by 200.38.30.168) |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
ARP (Address Resolution Protocol) is used on a [[LAN]] to map [[IP]] addresses to physical [[MAC]] addresses. | ARP (Address Resolution Protocol) is used on a [[LAN]] to map [[IP]] addresses to physical [[MAC]] addresses. | ||
+ | |||
+ | Technically, this is not specific to FreeBSD, but if you're using your FreeBSD box as a gateway, this is something that you'll need know (also how to clear the ARP cache on your switch, if you're on a switched network). | ||
+ | |||
+ | [[Category: FreeBSD Terminology]] |
Latest revision as of 16:30, 25 August 2012
ARP (Address Resolution Protocol) is used on a LAN to map IP addresses to physical MAC addresses.
Technically, this is not specific to FreeBSD, but if you're using your FreeBSD box as a gateway, this is something that you'll need know (also how to clear the ARP cache on your switch, if you're on a switched network).