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 (18 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.

#EXT	eth0		192.168.250.10/24
#INT	eth1		192.168.1.0/24