File: interfaces

package info (click to toggle)
fwctl 0.28-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,008 kB
  • ctags: 326
  • sloc: perl: 5,060; sh: 61; makefile: 57
file content (24 lines) | stat: -rw-r--r-- 766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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