[ Team LiB ] |
Recipe 3.5 Logging Client MAC AddressesProblemYou want to record the MAC (hardware) address of clients that access your server. SolutionThis cannot be logged reliably in most network situations and not by Apache at all. DiscussionThe MAC address is not meaningful except on local area networks (LANs) and is not available in wide-area network transactions. When a network packet goes through a router, such as when leaving a LAN, the router will typically rewrite the MAC address field with the router's hardware address. See Also
|
[ Team LiB ] |