All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jon Wyatt" <samur2@hotmail.com>
To: netfilter@lists.netfilter.org
Subject: ACK packets being dropped from yahoo
Date: Sun, 15 Dec 2002 14:50:20 +0000	[thread overview]
Message-ID: <F3EgmgEaIj38y8iUSmR0000d53d@hotmail.com> (raw)


I have set up a firewall/gateway to handle all internet requests. 
Everything's looking great and I'm surfing the web quite happily from my 
Linux box. Then I try to run a search from yahoo (www.yahoo.com) and hit 
problems. Once I've entered a search string and hit the search button the 
browser just sits there an eventually times out.

It appears that yahoo is sending an ACK which I'm blocking (because it's not 
part of an initialisation), unless I've misunderstood the communication 
process.

Here's the rules where I set them:-
$IPTABLES -N bad_tcp_packets
$IPTABLES -A bad_tcp_packets -p tcp ! --syn -m state --state NEW -j LOG 
--log-prefix "New not syn:"
$IPTABLES -A bad_tcp_packets -p tcp ! --syn -m state --state NEW -j DROP



And here's the message I get when yahoo attempts to send the ACK.

New not syn:IN=ppp0 OUT= MAC= SRC=212.158.*.* DST=217.135.*.* LEN=52 
TOS=0x00 PREC=0x00 TTL=63 ID=27155 PROTO=TCP SPT=80 DPT=32782 WINDOW=8760 
RES=0x00 ACK RST URGP=0

What's going on there then?

Thanks.

jon.


Better than having your body rubbed vigorously with a cheese grater.
http://www.samuri.co.uk.


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail



             reply	other threads:[~2002-12-15 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-15 14:50 Jon Wyatt [this message]
2002-12-16  6:11 ` ACK packets being dropped from yahoo Joel Newkirk
  -- strict thread matches above, loose matches on Subject: below --
2002-12-16 16:32 Jon Wyatt

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=F3EgmgEaIj38y8iUSmR0000d53d@hotmail.com \
    --to=samur2@hotmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.