Categories
Most Recently Added Topics
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
Thank you for your feedback.
Sorry about that :( We'll work to make it better.
You voted before.
(95 times viewed. / 0 people found helpful.)