iptables

Description

Administration tool for IPv4 packet filtering and NAT.

Command
iptables
Examples
List all rules
iptables -L -n -v
Allow incoming SSH
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
Command Info
Category: Networking
Type: Linux
Views: 12
Status: Active
Tags
firewall networking security