X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

Blocking an IP address FTP port with IPTables

Blocking an IP address FTP port with IPTables
HomepageKnowledge BaseGeneralBlocking an IP address FTP port wit...
Blocking an IP address FTP port with IPTables

We can use the following command to block only one IP address FTP port with IPTables.

#!/usr/bin/env bash

iptables -A INPUT -s 192.168.1.57 -p tcp --dport 21 -j DROP

You can click for our high performance virtual servers.

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(391 times viewed. / 1 people found helpful.)