2002-05-01 01:13:15 +02:00
|
|
|
#
|
2007-07-09 16:01:07 +02:00
|
|
|
# Shorewall version 4 - Params File
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# /etc/shorewall/params
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# Assign any variables that you need here.
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# It is suggested that variable names begin with an upper case letter
|
|
|
|
# to distinguish them from variables used internally within the
|
|
|
|
# Shorewall programs
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# Example:
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# NET_IF=eth0
|
|
|
|
# NET_BCAST=130.252.100.255
|
|
|
|
# NET_OPTIONS=routefilter,norfc1918
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# Example (/etc/shorewall/interfaces record):
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# net $NET_IF $NET_BCAST $NET_OPTIONS
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# The result will be the same as if the record had been written
|
2002-05-01 01:13:15 +02:00
|
|
|
#
|
2005-08-02 18:46:30 +02:00
|
|
|
# net eth0 130.252.100.255 routefilter,norfc1918
|
|
|
|
#
|
|
|
|
###############################################################################
|
2002-05-01 01:13:15 +02:00
|
|
|
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
|