2002-07-15 18:21:26 +02:00
|
|
|
##############################################################################
|
|
|
|
#
|
2004-11-10 22:11:00 +01:00
|
|
|
# Shorewall 2.2 -- Sample Routestopped file for two interfaces.
|
2002-07-15 18:21:26 +02:00
|
|
|
#
|
2003-03-12 21:55:17 +01:00
|
|
|
# /etc/shorewall/routestopped
|
2002-07-15 18:21:26 +02:00
|
|
|
#
|
2003-03-12 21:55:17 +01:00
|
|
|
# This file is used to define the hosts that are accessible when the
|
|
|
|
# firewall is stopped.
|
2002-07-15 18:21:26 +02:00
|
|
|
#
|
2003-03-12 21:55:17 +01:00
|
|
|
# Columns must be separated by white space and are:
|
2002-07-15 18:21:26 +02:00
|
|
|
#
|
2003-03-12 21:55:17 +01:00
|
|
|
# INTERFACE
|
|
|
|
# Interface through which host(s) communicate with
|
|
|
|
# the firewall.
|
|
|
|
# HOST(S)
|
|
|
|
# (Optional) Comma-separated list of IP/subnet
|
|
|
|
# addresses. If left empty or supplied as "-",
|
|
|
|
# 0.0.0.0/0 is assumed.
|
2002-07-15 18:21:26 +02:00
|
|
|
#
|
2004-11-10 22:11:00 +01:00
|
|
|
# If your kernel and iptables include iprange match
|
|
|
|
# support, IP address ranges are also allowed.
|
|
|
|
#
|
2005-01-11 17:21:12 +01:00
|
|
|
# OPTIONS (Optional) A comma-separated list of
|
|
|
|
# options. The currently-supported options are:
|
|
|
|
#
|
|
|
|
# routeback - Set up a rule to ACCEPT traffic from
|
|
|
|
# these hosts back to themselves.
|
|
|
|
#
|
2003-03-12 22:43:39 +01:00
|
|
|
# Example:
|
2002-07-15 18:21:26 +02:00
|
|
|
#
|
2005-01-11 17:21:12 +01:00
|
|
|
# INTERFACE HOST(S) OPTIONS
|
2003-03-12 21:55:17 +01:00
|
|
|
# eth1 -
|
|
|
|
# eth1 192.168.1.0/24
|
|
|
|
# eth1 192.0.2.44
|
2005-01-11 17:21:12 +01:00
|
|
|
# br0 - routeback
|
2002-07-15 18:21:26 +02:00
|
|
|
##############################################################################
|
|
|
|
#INTERFACE HOST(S)
|
|
|
|
eth1 -
|
|
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|