What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

How to block IP Address Ranges?

Try this. You can put it in firewall-start script.
But for testing use putty or Xshell5
Code:
iptables -I FORWARD -s 173.194.55.0/24 -j REJECT
iptables -I FORWARD -s 206.111.0.0/16 -j REJECT
 
Don't block the CDN's - those are there to help out, not harm - check QoS settings, clear out DNS caches and browser cookies, and watch out for some of the public DNS (if set) - Google Public DNS and OpenDNS are CDN savvy, but some others are not - worse case, go back to the ISP DNS, also OpenVPN tunnels (and he.net ipv6 tunnels) can get into a bad spot sometimes...
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top