For SSH
iptables -A INPUT -s -p tcp --dport <22> -j
REJECT/DROP/DENY
For Telnet
iptables -A INPUT -s -p tcp --dport <23> -j
REJECT/DROP/DENY
For FTP
iptables -A INPUT -s -p tcp --dport <21> -j
REJECT/DROP/DENY
Showing posts with label linux iptables. Show all posts
Showing posts with label linux iptables. Show all posts
Subscribe to:
Posts (Atom)