Gentoo Archives: gentoo-user

From: Arnau Bria <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] iptables error
Date: Thu, 09 Nov 2006 09:51:40
Message-Id: 20061109104658.3dc8b737@lx-arnau.pic.es
In Reply to: Re: [gentoo-user] iptables error by Richard Fish
1 On Wed, 8 Nov 2006 10:19:10 -0700
2 Richard Fish wrote:
3
4 > On 11/8/06, Arnau Bria <arnau@×××××××××.net> wrote:
5
6 > I'd suggest you make a copy of this file and try to identify which
7 > rule from this file is causing the error. It is a plain text file, so
8 > you can comment out (with '#' characters) various rules (lines that
9 > start with '[') to figure out which rule is causing the error.
10 Well, I found them:
11 #-A INPUT -i eth0 -p tcp -m multiport --dports 4662,18491 -m tcp
12 --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT
13
14 #-A INPUT -i eth0 -p udp -m multiport --dports 4666,18491 -j ACCEPT
15
16 anyone knows what happens with both rules?
17
18
19 > -Richard
20 Thanks!
21
22 --
23 Arnau Bria
24 http://blog.emergetux.net
25 Wiggum: Dispara a las ruedas Lou.
26 Lou: eee, es un tanque jefe.
27 Wiggum: Me tienes hartito con todas tus excusas.
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] iptables error Tim Garton <garton.tim@×××××.com>