Listing ip addresses stored within the table
- iptables -L -n
- iptables -L -n –line-numbers
Insert IP Address
I = Insert
1 = position
- iptables -I FTP 1 -s ***.***.***.*** -j ACCEPT
Delete IP Address
-D = delete
1 = position in the table
- iptables -D FTP 1







