Originally posted by: n0cmonkey
Originally posted by: aidanjm
Originally posted by: Brazen
Depending on the router he has, it could also allow all MACs except those explicitly denied.
which probably wouldn't be the effect he desires
😉
can you explain some more? my understanding is that every network interface (Lan card, wireless access card, etc.) has it's own serial number called the MAC, is that correct?
Yes, all cards have a MAC address in hardware. If you
ipconfig /all or
ifconfig -a (depending on OS), it should be labeled as "hardware address" or something along those lines.
Parts of the MAC address identify the manufacturer. The MAC should be unique (should be, but they aren't always). It identifies your system at the hardware level. MAC filtering is supposed to let you deny access to anyone that does not have a particular MAC address.
In theory, it keeps everyone but you out. Unfortunately, MAC Addresses can be changed in software, so it isn't fool proof.