# path to iptables or ipchains command # IPTABLES="/sbin/iptables" # Which kind of legend shall be used # set STYLE="bytes" to display all values in bytes/s # set STYLE="bits" to display all values in bits/s # STYLE="bytes" # list of interfaces for internal / external hosts # INTIF= # EXTIF= # INTIF="wlan0" EXTIF="eth0" # list hosts on internal devices here, multiple lines of the form: # DEVINT="," # DEVINT="!," # DEVINT="10.33.24.0/24,flick" # list hosts on external devices here, multiple lines of the form: # DEVEXT="," # DEVEXT="!," # DEVEXT="10.33.6.0/24,jablonka"