#
# Shorewall 1.1 -- Interfaces File
#
# /etc/shorewall/interfaces
##############################################################################
#ZONE	INTERFACE	BROADCAST	OPTIONS
#
# Internet Interface
#
# 	Broadcast address is 206.191.149.223
#	Gets its IP address via DHCP
#	Don't accept packets with source address reserved by RFC 1918.
#
net	eth0		206.191.149.223 norfc1918,dhcp
#
# Local Network
#
#	Broadcast address is 192.168.1.255
#	Open this interface when the firewall is in the stopped state
#
loc	eth1		192.168.1.255	routestopped
#
# PPTP Tunnel to my Employer's Intranet
#
wrk	ppp0
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
