xtables_addons.desc 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # This file contains descriptions of XTABLES_ADDONS USE-EXPANDED variables.
  4. # Keep it sorted.
  5. account - ACCOUNT target is a high performance accounting system for large local networks
  6. chaos - CHAOS target causes confusion on the other end by doing odd things with incoming packets
  7. checksum - CHECKSUM target computes and fills in the checksum in a packet that lacks a checksum
  8. condition - matches if a specific condition variable is (un)set
  9. delude - DELUDE target will reply to a SYN packet with SYN-ACK, and to all other packets with an RST
  10. dhcpmac - DHCPMAC target/match in conjunction with ebtables can be used to completely change all MAC addresses from and to a VMware-based virtual machine
  11. dnetmap - DNETMAP target allows dynamic two-way 1:1 mapping of IPv4 subnets
  12. echo - ECHO target sends back all packets it received
  13. fuzzy - matches a rate limit based on a fuzzy logic controller (FLC)
  14. geoip - match a packet by its source or destination country
  15. gradm - match packets based on grsecurity RBAC status
  16. iface - match allows to check interface states
  17. ipmark - IPMARK target allows mark a received packet basing on its IP address
  18. ipp2p - matches certain packets in P2P flows
  19. ipv4options - match against a set of IPv4 header options
  20. length2 - matches the length of a packet against a specific value or range of values
  21. logmark - LOGMARK target will log packet and connection marks to syslog
  22. lscan - match detects simple low-level scan attemps based upon the packet's contents
  23. quota2 - match implements a named counter which can be increased or decreased on a per-match basis
  24. pknock - match implements so-called "port knocking", a stealthy system for network authentication
  25. psd - match attempts to detect TCP and UDP port scans (derived from Solar Designer's scanlogd)
  26. rawnat - The RAWSNAT and RAWDNAT targets provide stateless network address translation
  27. steal - STEAL target is like DROP, but does not throw an error when used in the OUTPUT chain
  28. sysrq - SYSRQ target allows to remotely trigger sysrq on the local machine over the network
  29. tarpit - TARPIT target captures and holds incoming TCP connections using no local per-connection resources
  30. tee - TEE target will clone a packet and redirect this clone to another machine on the local network segment