Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Tom Van Overbeke <tvanoverbeke@ccncsi.net>
To: "Netfilter (E-mail)" <netfilter@lists.netfilter.org>
Subject: dns replies (udp) blocked but why ?
Date: Mon, 25 Aug 2003 14:57:35 +0200	[thread overview]
Message-ID: <000101c36b08$754459f0$d90315ac@rsrc.be.local> (raw)

Hi,

I'm seeing a lot of these messages in my iptables logs lately:

Aug 25 14:46:21 dobermann kernel: -drop_the_rest-IN= OUT=eth1 SRC=172.21.3.1
DST=172.21.3.10 LEN=62 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=53
DPT=3412 LEN=42


however, the iptables config should accept it:

i have this rule on the firewall (which is also the dns server, hence the
'INPUT')

$IPTABLES -A INPUT   -m state --state ESTABLISHED,RELATED -j ACCEPT
$IPTABLES -A INPUT -p udp  -s 172.21.0.0/16  --source-port
024:65535  --destination-port 53  -m state --state NEW  -j ACCEPT

the 172.21.3.10 is the only one causing problems, i noticed howerver that
this is udp, whereas most dns related traffic i can see is tcp.

could it be a connection tracking problem ?



thx,


Tom.


PS. iptables is 1.2.4 (on redhat advanced server 2.1)

****************************************************************************
Disclaimer: 
This electronic transmission and any files attached to it are strictly 
confidential and intended solely for the addressee. If you are not 
the intended addressee, you must not disclose, copy or take any
action in reliance of this transmission. If you have received this 
transmission in error, please notify the sender by return and delete
the transmission.  Although the sender endeavors to maintain a
computer virus free network, the sender does not warrant that this
transmission is virus-free and will not be liable for any damages 
resulting from any virus transmitted. 
Thank You.
****************************************************************************



             reply	other threads:[~2003-08-25 12:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-25 12:57 Tom Van Overbeke [this message]
2003-08-25 13:36 ` dns replies (udp) blocked but why ? Ramin Dousti
2003-08-25 14:00   ` Tom Van Overbeke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000101c36b08$754459f0$d90315ac@rsrc.be.local' \
    --to=tvanoverbeke@ccncsi.net \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox