M HYPE SPLASH
// general

How to block an IP address from sending or receiving traffic?

By Sarah Scott

We have a machine that we are trying to limit bandwidth to, using pfSense. This is because the machine is using 80% of our link:

enter image description here

Another brute-force method of limiting bandwidth to an IP address is simply to block it. So we updated a rule to indicate that it should be a Block rule:

enter image description here

We also created another rule, randomly picking other options to try to block 10.0.0.78 from talking to the Internet:

enter image description here

Yet there it is, still consuming the majority of the bandwidth:

enter image description here

And when you log into the machine, uTorrent is still merrily downloading data.

How do you block a computer, by IP address, in pfSense?

1

2 Answers

I'm sure you've probably resolved this by now, but your screenshots show the rule being created for the WAN interface. You want to block on the LAN interface.

1

I have found that you have to kill the active states for that IP address as well before the block will take effect.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy