This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / configuration / ipfw.conf
1 # ipfw and dummynet configuration file for linux
2 # XXX TO BE TESTED ON LINUX
3
4 # The firewall_type variable is used to configure the firewall behavior.
5 # A detailed description on how a following type works is in rc.firewall
6 #
7 #   open        - will allow anyone in
8 #   client      - will try to protect just this machine
9 #   simple      - will try to protect a whole network
10 #   closed      - totally disables IP services except via lo0 interface
11 #   workstation - will try to protect just this machine using statefull
12 #                 firewalling. See below for rc.conf variables used
13 #   UNKNOWN     - disables the loading of firewall rules.
14 #   filename    - will load the rules in the given filename (full path required)
15
16 # firewall_type=open
17
18 # The following file is an example on how to use a filename to define a firewall
19 # and how to configure a simple dummynet pipe to ... XXX shape traffic... etc...
20 firewall_type=/home/marta/SVN/ports-luigi/dummynet-branches/ipfw3/configuration/ipfw.rules
21
22 # Environment variables expected by the change rules script
23 EDITOR=/usr/bin/vi
24 PAGER=/bin/more
25
26 # The following variable should point to the rc.firewall script
27 # XXX TEST
28 #firewall_script=`echo "please edit the firewall_script variable in ipfw.conf"`;
29 firewall_script="/home/marta/SVN/ports-luigi/dummynet-branches/ipfw3/configuration/rc.firewall"