From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Chappell Subject: Re: kazaa rulset Date: Mon, 28 Jul 2003 21:17:57 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3F25CB45.C0F717AB@borg.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------A48463E01D7A7BC67F3C93AC" Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter@lists.netfilter.org --------------A48463E01D7A7BC67F3C93AC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > 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 > --------------A48463E01D7A7BC67F3C93AC Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
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
--------------A48463E01D7A7BC67F3C93AC--