All of lore.kernel.org
 help / color / mirror / Atom feed
From: mgeschermann@arcor.de
To: netfilter@lists.netfilter.org
Subject: http-rules and browsing ebay Problem
Date: Wed, 11 Feb 2004 13:35:38 +0100 (CET)	[thread overview]
Message-ID: <25706769.1076502938552.JavaMail.ngmail@webmail02.arcor-online.net> (raw)

Hi all,

I spend a lot of time on building my own firewall-script. Mostly everything is working fine (some things aren't tested yet), but I've got a tricky problem and hope you can help me.

If I want to open the ebay-site from either the firewall or an client my browser tells me after a some seconds "This site could not be displayed."

I've done some logging and noticed, that after the reply I get a packet with status "NEW" from ebay. (within a few seconds after the the first reply)


I'm running Suse 9.0 on my router/firewall with iptables 1.2.8. I'm using ip_conntrack.
(The problem occurs even without conntrack.)


here my rules:

iptables -t nat -A PREROUTING -i $IFACE_LAN -p tcp -s $LOCAL_LAN --dport $HTTP_PORT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT

iptables -A FORWARD -i $IFACE_LAN -o $IFACE_EXT -p tcp -s $LOCAL_LAN --dport $HTTP_PORT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT

iptables -A FORWARD -i $IFACE_EXT -o $IFACE_LAN -p tcp -d $LOCAL_LAN --sport $HTTP_PORT -m state --state RELATED,ESTABLISHED -j ACCEPT



I allready spent a lot of time on searching the and the mail-archive from netfilter but couldn't find a solution.

So I hope there is anyone reading this mail who can help me.

Thanks

M. Geschermann






             reply	other threads:[~2004-02-11 12:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-11 12:35 mgeschermann [this message]
2004-02-11 13:09 ` http-rules and browsing ebay Problem Ray Leach
  -- strict thread matches above, loose matches on Subject: below --
2004-02-11 12:35 mgeschermann
2004-02-11 12:43 ` Antony Stone

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=25706769.1076502938552.JavaMail.ngmail@webmail02.arcor-online.net \
    --to=mgeschermann@arcor.de \
    --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.