> replying to juanca: > > > I expect that these rules resulted in the error messages I moved up > below them. > > >> >> iptables -A FORWARD -d a342.g.akamai.net -p tcp tcp -j DROP >> iptables -A FORWARD -d a342.g.akamai.net -p tcp udp -j DROP >> Bad argument `tcp' >> Try `iptables -h' or 'iptables --help' for more information. >> Bad argument `udp' >> Try `iptables -h' or 'iptables --help' for more information. > > > For the other error messages, I would try commenting out > all the rules (except one for the first try) and run the script that > loads them un-commenting one at a time. > > For an exercise like that, script flushall is helpful between > runs: > iptables -t filter -F > iptables -t mangle -F > iptables -t nat -F > > > -- > William Chappell, Software Engineer, Critical Technologies, Inc. > Suite 400 Technology Center, 4th Floor 1001 Broad Street, Utica, NY 13501 > 315-793-0248 x148 < bill.chappell@critical.com > www.critical.com >