Home
Generators
IPTables Rule Generator
IPTables Rule Generator
Generate iptables rule for Linux server
Iptables Rule
Copy
iptables -A INPUT -j ACCEPT
Table
Filter(Default)
Filter(Default)
Chain
INPUT
INPUT
FORWARD
OUTPUT
Command
Append
Append
Insert
Replace
Position
Protocol
ALL
ALL
TCP
UDP
ICMP
Action
Accept
Accept
Drop
Reject
Passthrough
Source IP
any
any
is
is not
Source Port
any
any
is
is not
Destination IP
any
any
is
is not
Destination Port
any
any
is
is not
In Interface
any
any
is
is not