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. Shorewall - Wikipedia

    en.wikipedia.org/wiki/Shorewall

    Shorewall is an open source firewall tool for Linux that builds upon the Netfilter (iptables/ipchains) system built into the Linux kernel, making it easier to manage more complex configuration schemes by providing a higher level of abstraction for describing rules using text files.

  4. Uncomplicated Firewall - Wikipedia

    en.wikipedia.org/wiki/Uncomplicated_Firewall

    Uncomplicated Firewall (UFW) is a program for managing a netfilter firewall designed to be easy to use. It uses a command-line interface consisting of a small number of simple commands, and uses iptables for configuration. UFW is available by default in all Ubuntu installations since 8.04 LTS. [1]

  5. 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 ...

  6. Firestarter (firewall) - Wikipedia

    en.wikipedia.org/wiki/Firestarter_(firewall)

    Firestarter is a personal firewall tool that uses the Netfilter (iptables/ipchains) system built into the Linux kernel. It has the ability to control both inbound and outbound connections. Firestarter provides a graphical interface for configuring firewall rules and settings. It provides real-time monitoring of all network traffic for the system.

  7. ipfirewall - Wikipedia

    en.wikipedia.org/wiki/Ipfirewall

    A port of an early version of ipfw was used since Linux 1.1 as the first implementation of firewall available for Linux, until it was replaced by ipchains. [4] A modern port of ipfw and the dummynet traffic shaper is available for Linux (including a prebuilt package for OpenWrt ) and Microsoft Windows .

  8. nftables - Wikipedia

    en.wikipedia.org/wiki/Nftables

    The above-described organization is contrary to the iptables firewalling code, which has protocol awareness built-in so deeply into the logic that the code has had to be replicated four times—for IPv4, IPv6, ARP, and Ethernet bridging—as the firewall engines are too protocol-specific to be used in a generic manner. [14]

  9. ipchains - Wikipedia

    en.wikipedia.org/wiki/Ipchains

    Linux IP Firewalling Chains, normally called ipchains, is free software to control the packet filter or firewall capabilities in the 2.2 series of Linux kernels. It superseded ipfirewall (managed by ipfwadm command), but was replaced by iptables in the 2.4 series. Unlike iptables, ipchains is stateless.