Source: firewall-easy
Section: net
Priority: optional
Maintainer: Manel Marin <manel3@wanadoo.es>
Build-Depends: debhelper
Standards-Version: 3.0.1

Package: firewall-easy
Architecture: all
Suggests: iptables
Depends: awk, perl-base, netbase, psmisc, nmap
Description: Packet filter firewall easy of use (usually zero config)
 It can be used at home, and in Intranet servers (mounting the firewall only
 against Internet).
 .
 It has autodetection of IP, net/mask, and DNS servers in resolv.conf and
 in bind (cache-dns)
 .
 It also configures masquerading so a network can be connected to Internet
    - interfaces and IP can be configured in /etc/firewall-easy.conf
    - rules are in a easy/portable languaje in /etc/firewall-easy-lib
 .
 It has been designed to allow:
    - testing of rules offline using an alias IP of 1.1.1.1
    - multikernel usage, 2.2 ipchains and 2.4 iptables supported
    - firewall script is generated from a rules file with rules as
      > udp HI <> $DNS:domain        DNS servers
 .
 This package also contains some useful scripts which can be used alone:
    - servers    it shows you servers running in your system
    - conntrack  it monitors connection tracking (kernel 2.4) in a clear way
 .
 WARNING: If you are installing this package via SSH your connection will be
 blocked after installing it.
 To avoid this you must first install it locally, then set the var ISSH in
 /etc/firewall-easy.conf (selfdocumented), copy this file to the remote system,
 it will be kept during installation.
 .
 Please read the man firewall-easy for problems and solutions and more info.
