#!/bin/sh
#
# variables files for IPTABLES Firewalling (/etc/init.d/firewall)
# Define your individual variables here because they won't be overwritten by
# updates		
#
# processname: iptables
# config: /etc/noris-firewall
#

# set the FWDEBUG variable to "0" to make it work
FWDEBUG=1

NAME=iptables
DESC="stateful firewall"
IPT=/sbin/iptables
IM=/sbin/modprobe
RMM=/sbin/rmmod
TABLES="filter nat"

MAIN_IF="eth0"
BACK_IF="eth1"
BACK_NET=10.1.0.0/16
TRUSTED="62.128.1.62 62.128.28.2 10.2.0.0/16 10.6.4.0/22"
MONITOR="62.128.1.61 62.128.1.123"

#V_HOST="62.128.1.30"
#R_HOST="62.128.1.31"
#LB_PORTS="80 443"
