enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. iptables - Wikipedia

    en.wikipedia.org/wiki/Iptables

    iptables is a user-space utility program that allows a system administrator to configure the IP packet filter rules of the Linux kernel firewall, implemented as different Netfilter modules. The filters are organized in a set of tables, which contain chains of rules for how to treat network traffic packets.

  3. Netfilter - Wikipedia

    en.wikipedia.org/wiki/Netfilter

    Netfilter is a framework provided by the Linux kernel that allows various networking-related operations to be implemented in the form of customized handlers.Netfilter offers various functions and operations for packet filtering, network address translation, and port translation, which provide the functionality required for directing packets through a network and prohibiting packets from ...

  4. Fail2ban - Wikipedia

    en.wikipedia.org/wiki/Fail2ban

    Fail2Ban can perform multiple actions whenever an abusive IP address is detected: [7] update Netfilter/iptables or PF firewall rules, TCP Wrapper's hosts.deny table, to reject an abuser's IP address; email notifications; or any user-defined action that can be carried out by a Python script.

  5. FireHOL - Wikipedia

    en.wikipedia.org/wiki/FireHOL

    FireHOL first parses the configuration file and then sets the appropriate iptables rules to achieve the expected firewall behavior. It is a large, complex BASH script file, depending on the iptables console tools rather than communicating with the kernel directly. Any Linux system with iptables, BASH, and the appropriate tools can run it.

  6. IpTables Rope - Wikipedia

    en.wikipedia.org/wiki/IpTables_Rope

    It is a scriptable Iptables match module, used to identify whether IP packets passed to it match a particular set of criteria or not. Rope started life as a project to make the "string" match module of Iptables stronger and evolved fairly quickly into an open-ended scriptable packet matching mechanism.

  7. Apache Camel - Wikipedia

    en.wikipedia.org/wiki/Apache_Camel

    Apache Camel is an open source framework for message-oriented middleware with a rule-based routing and mediation engine that provides a Java object-based implementation of the Enterprise Integration Patterns using an application programming interface (or declarative Java domain-specific language) to configure routing and mediation rules.

  8. nftables - Wikipedia

    en.wikipedia.org/wiki/Nftables

    The new syntax can appear more verbose, but it is also far more flexible. nftables incorporates advanced data structures such as dictionaries, maps and concatenations that do not exist with iptables. Making use of these can significantly reduce the number of chains and rules needed to express a given packet filtering design. The iptables ...

  9. TCP Wrappers - Wikipedia

    en.wikipedia.org/wiki/TCP_Wrappers

    This makes it easy to use for anti-worm scripts, such as DenyHosts or Fail2ban, to add and expire client-blocking rules, when excessive connections and/or many failed login attempts are encountered. While originally written to protect TCP and UDP accepting services, examples of usage to filter on certain ICMP packets exist too, such as 'pingd ...