Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for scripts/shell/firewall/README between version 1.2 and 1.3

version 1.2, 2009/01/17 01:34:07 version 1.3, 2009/08/29 21:05:35
Line 6  On Debian / GNU Linux always install pac
Line 6  On Debian / GNU Linux always install pac
   
 and install package 'iproute' if you are using shaping:  and install package 'iproute' if you are using shaping:
   
         apt-get install iprouteo          apt-get install iproute
   
   
   Make checkout from CVS into /etc/firewall:
   
           cvs -d :pserver:anonymous@cvs.platon.sk:/home/cvs co firewall
   
   and make some symlinks:
   
           cd /etc/init.d/
           ln -s /etc/firewall/fw-universal.sh firewall
           cd /etc/rcS.d/
           ln -s ../init.d/firewall S43firewall   # S40networking make network available on Debian, so I choose #43
   
   Copy configuration example
   
           cp -p /etc/firewall/default-firewall.conf /etc/default/firewall
   
   In case of problems comment out "ANTISPOOF_IFACE" in config file (e.g. you are on local network).
   
   And now start you firewall with command
   
           /etc/init.d/firewall start
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top