=================================================================== RCS file: /home/cvsd/home/cvs/scripts/shell/firewall/fw-universal.sh,v retrieving revision 2.42 retrieving revision 2.43 diff -u -p -r2.42 -r2.43 --- scripts/shell/firewall/fw-universal.sh 2006/03/12 22:23:40 2.42 +++ scripts/shell/firewall/fw-universal.sh 2006/08/09 11:41:13 2.43 @@ -723,6 +723,20 @@ log_forward_drop() } # }}} +configure_special_rules() +{ # {{{ + + echo -en "Loading special rules: " + ## + ## for DSL from slovanet (Slovak DSL provider) you must add following rule for proper ssh connect to your machine + ## + # echo -en "slovanet " + # $IPTABLES -t mangle -A OUTPUT -s 0/0 -j DSCP --set-dscp 0 + + echo " done."; + +} # }}} + do_ip_accounting() { # {{{ @@ -971,6 +985,7 @@ case "$1" in log_forward_drop forward_on do_ip_accounting + configure_special_rules $IPTABLES_SAVE -c > $CACHE_FILE ;;