25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

Need help?

Our experts have had an average response time of 11.43 minutes in March 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

Iptables block ip range- How to do it easily?

by | Oct 22, 2019

Have you ever wondered how to use iptables to block IP range?

IP blocking is an improved security measure. We can use iptables to block a certain IP address or range of hostile IP addresses.

At Bobcares, we often receive requests to block IP addresses as part of Server Management Services.

Today let’s check how to easily block IP addresses using iptables.

 

Why block Iptables in range?

Sometimes, undesired connections occur to our server from an IP address or a range of IP addresses.

In such cases, we usually block those IP addresses to ensure better security. In Linux servers, we can use iptables for this purpose.

 

More about iptables

Iptables is a flexible firewall utility for Linux operating systems. This will allow or block certain connections to the server.

Generally, iptables use three chains: input, forward and output.

Input and output chains for controlling the behavior of incoming and outgoing connections respectively. Using the forward chain, we can control incoming connections that aren’t being delivered locally.

We then configure policies based on the behavior of these three chains.

With the default chain policies configured, we can start adding rules to iptables. This enables it to know what to do when it encounters a connection from a particular IP address.

So, there are three basic responses, Accept, Reject and Drop. Among these, we use the drop command to block the IP range.

 

How to block IP range using iptables?

 

So far we have discussed the IP blocking in iptables. Let’s now see how our Support Engineers block IP ranges in iptables.

Recently, one of our customers approached us to block a range of IP addresses with something like 2xx.3x.1xx.*, etc. He used the command,

iptables -A INPUT -s 2xx.3x.1xx.12x -j DROP

This command can block the specified IP address. But, it will not satisfy his requirement of blocking a range of IP addresses.

So, in order to block the given range of IP addresses, our Support Engineers used the following command.

iptables -A INPUT -s 2xx.3x.1xx.0/24 -j DROP

 

We also use the command  to block the range of IP addresses

iptables -A INPUT -m iprange --src-range 2xx.3x.1xx.0/24 -j DROP

 

To block a specific range of IP from 2xx.3x.1xx.125 to 2xx.3x.1xx.225. We use the command

iptables -A INPUT -m iprange --src-range 2xx.3x.1xx.125-2xx.3x.1xx.225 -j DROP

 

Similarly, to block 216.3x.*.* addresses:

iptables -A INPUT -s 216.3x.0.0/16 -j DROP

 

Also, to block 216.*.*.* addresses, we use the command,

iptables -A INPUT -s 216.0.0.0/8 -j DROP

 

[Need more help to block IP addresses using iptables?- We’ll help you.]

Conclusion

In short, we block a certain hostile IP address or range of IP addresses to improve security. In today’s article, we also discussed how our Support Engineers block a specified range of IP addresses for our customers.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Tags

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF