X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

HomepageKnowledge BaseGeneralHow to block requests to FTP Port 2...

How to block requests to FTP Port 21 with IPTables

You can use the following command to block requests to FTP 21 Port via IPTables.

#!/usr/bin/env bash

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

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?
(95 times viewed. / 0 people found helpful.)