๐ฅ iptables Rule Builder
Visual firewall rules ยท Chain/table selector ยท Copy command
Rule Configuration
Table
filter
nat
mangle
raw
Chain
INPUT
OUTPUT
FORWARD
PREROUTING
POSTROUTING
Action
Append (-A)
Insert (-I)
Delete (-D)
Match Criteria
Protocol
Any
TCP
UDP
ICMP
All
Interface (in)
Source IP
Source Port
Destination IP
Destination Port
Match Extensions
Connection state
Rate limit
States
NEW
ESTABLISHED
RELATED
INVALID
Limit
Target
Target Action
ACCEPT
DROP
REJECT
LOG
MASQUERADE
SNAT
DNAT
RETURN
Log Prefix
NAT Destination (--to-destination)
โก Build Rule
โ Add to List
Generated Command
๐ Copy
iptables -A INPUT -j ACCEPT
Rule List
๐ Copy All