jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [networks/] [settings] - Rev 26 Go to most recent revision

Compare with Previous - Blame - Download


# 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=<interfaces connected to your local network (intranet)>
#   EXTIF=<interfaces connected to the internet>
#
INTIF="wlan0"
EXTIF="eth0"

# list hosts on internal devices here, multiple lines of the form:
#  DEVINT="<host>,<description>"
#  DEVINT="!<host>,<description>"
#

DEVINT="10.33.24.0/24,flick"

# list hosts on external devices here, multiple lines of the form:
#  DEVEXT="<host>,<description>"
#  DEVEXT="!<host>,<description>"
#

DEVEXT="10.33.6.0/24,jablonka"

Powered by WebSVN 2.2.1