Hi there,
please help me with Firewall filtering in which i can bound a specific ip with specific mac only..
If anyone of them changes, the connection is rejected.
like i want to allow 192.168.4.39 with 00:1A:5D:60:71:93 MAC only, so if any other mac tries to use this ip OR the mac tries to use other ip..their connection is blocked…
You can specify the Source MAC address in a filter rule that will accept that IP and MAC combination and then another rule that will drop everything else. If you want that for each IP, that will be a lot of rules to make though.
What exactly is it you are trying to accomplish with that rule? With what you are asking, I believe you are just making more work for yourself. You are not really adding any security to anything and it really doesn’t give you any extra functionality that I can see.
OR … my requirement can be fulfilled by setting speeds limits on MAC address. What ever IP they use i dont ve any problem.
As my users start changing their IP addresses to get out of the limitations.
Secondly.. all the entries made in firewall should be allowed to use the service while all other unknown addresses are blocked.
if you use static ARP table (reply-only), then the only entries working will be static entries (plus DHCP addresses, if you check ‘Add ARP for Leases’ in DHCP Server)
so make your ARP entries static and then set ARP to ‘reply-only’ for your LAN interface