From: Kai K. <hur...@us...> - 2005-07-26 19:46:07
|
Update of /cvsroot/routingtools/tools/sysconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20877/sysconfig Modified Files: firewall shaper Log Message: - Removed CVS-Tags in files as it will confuse branching and merging as planned for the future of this project Index: firewall =================================================================== RCS file: /cvsroot/routingtools/tools/sysconfig/firewall,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** firewall 12 Nov 2003 23:18:35 -0000 1.7 --- firewall 26 Jul 2005 19:45:59 -0000 1.8 *************** *** 4,9 **** # Firewall Configuration # - # $Id$ - # # outer and inner devices (seperated by spaces or use ippp+ ie.) --- 4,7 ---- *************** *** 79,112 **** FW_SPYBLOCK="$FW_SPYBLOCK 195.240.16.196 212.74.100.14" # Worldonline FW_SPYBLOCK="$FW_SPYBLOCK 216.221.200.213 64.26.141.64" # Webhancer - - #----------------------------------------------------------------------------- - # - # $Source$ - # - # $Log$ - # Revision 1.7 2003/11/12 23:18:35 hurikhan - # - tuned reject icmp messages - # - added a connection rate limiter - # - ability to block hostile hosts/nets - # - # Revision 1.6 2003/08/24 12:38:43 hurikhan - # - added IPSec to firewall rules - # - # Revision 1.5 2003/04/11 16:23:48 hurikhan - # - added connection tracking - # - inserted a rule to drop new connections without SYN set - # - # Revision 1.4 2003/04/04 18:43:48 hurikhan - # - configuration issue - # - # Revision 1.3 2003/04/04 17:48:16 hurikhan - # - iptables does not like descriptive ports - # - # Revision 1.2 2003/04/04 12:38:47 hurikhan - # - added forward blocking based on MAC address - # - added to use some yet unused config values - # - # Revision 1.1 2003/03/18 20:35:15 hurikhan - # - splitted configuration and init scripts - # - #----------------------------------------------------------------------------- --- 77,78 ---- Index: shaper =================================================================== RCS file: /cvsroot/routingtools/tools/sysconfig/shaper,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** shaper 25 Jun 2005 15:06:54 -0000 1.8 --- shaper 26 Jul 2005 19:45:59 -0000 1.9 *************** *** 5,10 **** # Shaper Configuration # - # $Id$ - # # measured uplink speed without traffic shaper (do not use values from provider' papers!) --- 5,8 ---- *************** *** 96,134 **** # do not set this to high if you need responsive interactive session (ssh, telnet etc) INGRESS_BANDWIDTH="98" - - #----------------------------------------------------------------------------- - # - # $Source$ - # - # $Log$ - # Revision 1.8 2005/06/25 15:06:54 hurikhan - # * Tune device queue len for better packet control to about 5 secs length - # - # Revision 1.7 2005/05/26 20:56:11 hurikhan - # - fixed the packet markers to classify all tcp packets correctly that are - # needed for the 3-way tcp connection handshake - # - this leads to highly improved p2p filesharing performance - # - tuned the default bandwidth settings a little bit - # - # Revision 1.6 2004/01/19 18:25:13 hurikhan - # - reworked packet marking filter (thus reducing DSL modem lockups I had) - # - tuned shaper settings - # - reworked bandwidth tree - # - # Revision 1.5 2003/04/16 18:17:47 hurikhan - # - disabled ECN as it is still problematic with some routers out there - # - tuned the priority classes - # - # Revision 1.4 2003/04/05 21:43:06 hurikhan - # - respect TOS field in filter rules for shaping - # - # Revision 1.3 2003/04/05 21:25:39 hurikhan - # - added to handle tcp and udp ports in shaper - # - # Revision 1.2 2003/03/18 20:36:57 hurikhan - # - removed bogus log entries - # - # Revision 1.1 2003/03/18 20:35:15 hurikhan - # - splitted configuration and init scripts - # - #----------------------------------------------------------------------------- --- 94,95 ---- |