Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Jim Laurino <nfcan.x.jimlaur@dfgh.net>
To: netfilter@lists.netfilter.org
Subject: Re: XP DNS requests (nfcan: addressed to exclusive sender for this address)
Date: Mon, 14 Jun 2004 19:46:29 -0400	[thread overview]
Message-ID: <20040614234629.GA30800@salty> (raw)
In-Reply-To: <E9E5BFC4DD34D511B79900104B939D780325D27D@GB-CSC-EXCH-8> (from +nfcan+jimlaur+f0b122d971.Marc.Wyburn#gb.unisys.com@spamgourmet.com on Mon, Jun 14, 2004 at 09:25:33 -0400)

On 2004.06.14 09:25, Wyburn Marc Anil  - Marc.Wyburn@gb. 
unisys.com wrote:

> This problem has got me stumped!!!!  I have netfilter
> setup (v 1.2.8.13) on a Fedora Core 1 box.  It seems to  
> be working fine except that I it is dropping DNS  
> requesets from XP clients.  Win2K and NT clients work  
> fine.  If I do an NSlookup on the XP box it resolves  
> names fine.  If I try to connect it will connect once
> or twice but then iptables starts dropping all the DNS  
> requests on their way out.
> Heres a syslog entry.
> 
> Jun 14 10:00:31 fw kernel: IN=eth1 OUT=eth0
> SRC=192.168.0.19 DST=***.***.***.***
> LEN=61 TOS=0x00 PREC=0x00 TTL=127 ID=26601
> PROTO=UDP SPT=1029 DPT=53 LEN=41	
>
Well, it seems that you are logging it.
Why do you think iptables is not the source
of the log message you showed above?

If you are logging this from iptables,
then you could add something like:
... -j LOG --log-prefix "IPT DNS REJ "
to confirm the rule involved.

Perhaps knowing the rule involved would
provide some insight?

You could also look at the counts, using:
  iptables -L -nvx
to see if you can identify the rule that way.

I think I had an XP related problem that
resulted from being very fussy about dns
connections. I think XP uses a varying high
source port, like the 1029 your log shows,
and I think that may be unusual.

Is it possible that you have rules that
might block upd source ports in this range?

Jim


  reply	other threads:[~2004-06-14 23:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-14 13:25 XP DNS requests Wyburn, Marc Anil
2004-06-14 23:46 ` Jim Laurino [this message]
2004-06-15  3:02 ` Chris Brenton

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=20040614234629.GA30800@salty \
    --to=nfcan.x.jimlaur@dfgh.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