6.36.2. Contents of Iptables
Short Descriptions
|
is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. It is a symbolic link to iptables-multi |
|
|
is used to restore IP Tables from data specified on STDIN. Use I/O redirection provided by your shell to read from a file. It is a symbolic link to iptables-multi |
|
|
is used to dump the contents of an IP Table in easily parseable format to STDOUT. Use I/O-redirection provided by your shell to write to a file. It is a symbolic link to iptables-multi |
|
|
is used to convert the output of iptables-save to an XML format. Using the iptables.xslt stylesheet converts the XML back to the format of iptables-restore. It is a symbolic link to iptables-multi |
|
|
are a set of commands for IPV6 that parallel the iptables commands above. All of these commands are symbolic links to ip6tables-multi |