MAC filtering for Network

1

I have TP link router and I want to block unwanted users on my network so I used MAC filtering but it has limitation that I can add only 64 users in it to allow on my network but I want to add more users. So How can I block or filter those users if MAC filtering is not an option for me. Is there any tool or some software available for this? Also how can I monitor network in effective manner?

Siddharth Mehta

Posted 2015-06-13T06:45:30.553

Reputation: 41

MAC filtering is totally useless, for security purposes. Listening in to your LAN before registering into it, and spoofing an allowed MAC is trivial. – MariusMatutiae – 2015-06-13T11:04:51.337

How to secure network then? If MAC filtering is not a good option. – Siddharth Mehta – 2015-06-13T11:11:44.847

Use WPA2 to secure a wireless network. It can be broken in about an hour and with about US $75 of S3 time. That is the best we currently have though as far as homeuser wireless security goes. – Hennes – 2015-06-13T11:47:07.673

To understand why MAC filtering does not work, see this post.

– Hennes – 2015-06-13T11:49:44.797

I want this for my office network. As many of them uses mobile device to access internet. So I want only specific user can access internet. – Siddharth Mehta – 2015-06-13T11:58:55.473

Answers

0

It'd be better to base security on Radius Server and 802.1X access authentication.

802.1X access authentication system is widely used in Ethernet environment as a solution to provide authentication access for clients. 802.1X access authentication is based on “port”,which means the access control and AAA authentications for clients is based on the “port” of NAS (Network Access Server).If the client connects to the port of NAS passes the authentication of Radius Server, then the client can get access to the resources belonging to the NAS, but not the other way around.

Example configuration

Nafscript

Posted 2015-06-13T06:45:30.553

Reputation: 192

Thank you Nafscript but what you have suggested will not work for me as 802.1X authentication is not available on my TP link router. I need something else. – Siddharth Mehta – 2015-06-13T09:20:45.753

@SiddharthMehta What's router model? – Nafscript – 2015-06-13T09:35:53.473

TP-Link TL-R470T+ – Siddharth Mehta – 2015-06-13T11:09:36.717

@SiddharthMehta It is available when Remote Authentication is selected. – Nafscript – 2015-06-13T11:55:33.630