iptables-extensions.8.in 1.3 KB

12345678910111213141516171819202122232425262728
  1. .TH iptables-extensions 8 "" "@PACKAGE_AND_VERSION@" "@PACKAGE_AND_VERSION@"
  2. .SH NAME
  3. iptables-extensions \(em list of extensions in the standard iptables distribution
  4. .SH SYNOPSIS
  5. \fBip6tables\fP [\fB\-m\fP \fIname\fP [\fImodule-options\fP...]]
  6. [\fB\-j\fP \fItarget-name\fP [\fItarget-options\fP...]
  7. .PP
  8. \fBiptables\fP [\fB\-m\fP \fIname\fP [\fImodule-options\fP...]]
  9. [\fB\-j\fP \fItarget-name\fP [\fItarget-options\fP...]
  10. .SH MATCH EXTENSIONS
  11. iptables can use extended packet matching modules
  12. with the \fB\-m\fP or \fB\-\-match\fP
  13. options, followed by the matching module name; after these, various
  14. extra command line options become available, depending on the specific
  15. module. You can specify multiple extended match modules in one line,
  16. and you can use the \fB\-h\fP or \fB\-\-help\fP
  17. options after the module has been specified to receive help specific
  18. to that module. The extended match modules are evaluated in the order
  19. they are specified in the rule.
  20. .PP
  21. If the \fB\-p\fP or \fB\-\-protocol\fP was specified and if and only if an
  22. unknown option is encountered, iptables will try load a match module of the
  23. same name as the protocol, to try making the option available.
  24. .\" @MATCH@
  25. .SH TARGET EXTENSIONS
  26. iptables can use extended target modules: the following are included
  27. in the standard distribution.
  28. .\" @TARGET@