Sometimes I need to configure the router and choose which devices can connect to my network (MAC address filtering). For example, limit connections to 3 specific machines. But for an advanced user, it is possible to get my MAC address and change it easily (e.g. On a Linux machine using a simple command line macchanger --mac xx:yy:zz:tt:aa:bb wlan0)
According to gowenfawr, if one of my 3 machines isn't connected, it's possible for an advanced user to reconnect in its place.
To get more security features, what is the right configuration of MAC address filtering: enabled or disabled?
Is that possible for an advanced user to reconnect in its place?It's possible for a user to connect without the first user ever leaving the network, as long as he's able to spoof the MAC of a device already allowed through the filter. Although depending on the router configuration, there may be some conflicts which would stop both the real device and the spoofed device from accessing the network correctly. – WorseDoughnut Apr 20 '16 at 13:36