Hello. I want to restrict some IPs access to my network. The setup is this:
Internet -> FreeBSD server -> Internal network.
I want to restrict the access to the server from some IP's. What I tried:
It didn't work.
It didn't work... Anyone got any ideas?
Internet -> FreeBSD server -> Internal network.
I want to restrict the access to the server from some IP's. What I tried:
Code:
Block drop quick on $ext_if from <BlockedIPs> to any #I also tried to replace any with self. No luck
Code:
block drop in quick on $ext_if from <blockedIPs> to any
block drop out quick on $ext_if from any to <blockedIPs>