## /etc/firetero/firetero.rules - iptables rules included to firewall
## This file is sourced by /etc/init.d/firetero. Firewall allready allows 
## client traffic originating from this computer and blocks all incoming 
## traffic. Only list exceptions here. This file is run as a bash script, 
## all iptables commands work. 
## (c) 2006 Tero Karvinen, GPL. 

#iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT # allow others to ping us
#iptables -A INPUT -p tcp --dport http -j ACCEPT

iptables -A PREROUTING -t mangle -p tcp --sport nntp -j TOS --set-tos Maximize-Throughput


