Block access web
-
I have the following situation:
I want to block/deny web access to certain pages to a certain group of computers. The problem of the blocking rule with web pages is not a problem, the problem is the selection of teams? We do not have static addressing established, but I can know the MAC addresses
What would be the best way to do this? -
@oscar-pulgarin if your on plus and you know the mac address of the devices you could prob filter with ethernet filtering
https://docs.netgate.com/pfsense/en/latest/firewall/ethernet-rules.html
More traditional way of accomplishing this would be put all the devices you want to filter on their own vlan, so then doesn't matter what IP they have - any device on this network is going to use the rules you set.
Or you could setup reservations for these mac addresses you know so they always get the same IP, and then create an alias with these IPs in that you apply your block rule too, etc.
-
@johnpoz The last one was the one I applied. Thank you