# Interface configuration file for Fwctl
# 
# Comments start by # and continue to the end of the line
# Empty lines are ignored
# Format of the line is :
#
# Name	interface_name	interface_ip/interface_netmask	other_nets 
#
# There must be one interface named EXT which should be the
# default gateway

# NOTE: as long as there are only ignored lines in this file (default) the
# Debian "/etc/init.d/fwctl start" action will do nothing. Keep in mind,
# that if you configure lines in this file, it may block your computer from
# network access.

# Interface definition for the testing

EXT	ppp0 172.16.1.1/32
PERIM	eth0 192.168.10.1/24
INT	eth1 192.168.1.1/24 192.168.4.0/24 192.168.5.0/24
INT1	eth1 192.168.1.2/32
VPN1	ipsec0 172.16.1.1/32
VPN2	ipsec1 172.16.1.1/32
