From: "Rob Sterenborg" <rob@sterenborg.info>
To: netfilter@lists.netfilter.org
Subject: RE: port 8080 and zope woes....
Date: Thu, 11 Sep 2003 17:28:38 +0200 [thread overview]
Message-ID: <000301c37879$5f93e610$0401000a@tanjian> (raw)
In-Reply-To: <200309110526.KAA26061@WS0005.indiatimes.com>
> I have zope server running on port 8080
> and have enabled its access in IPTables
> however it fails to open up.
> any reason why??
>
> -A INPUT -d <dest-ip> -p tcp -m tcp --dport 8080 -j ACCEPT
>
> -A OUTPUT -s <dest-ip> -p tcp -m tcp --sport 8080 -j ACCEPT
Have you set the default policy of the INPUT chain set to DROP ?
Then do you also have :
-A INPUT -m state --state RELATED,ESTABLISED -j ACCEPT
-A OUTPUT -m state --state RELATED,ESTABLISED -j ACCEPT (if OUTPUT
default policy is DROP)
Gr,
Rob
next prev parent reply other threads:[~2003-09-11 15:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-11 5:44 port 8080 and zope woes akshaysalkar
2003-09-11 15:28 ` Rob Sterenborg [this message]
2003-09-11 17:58 ` Alistair Tonner
-- strict thread matches above, loose matches on Subject: below --
2003-09-11 12:06 Martinez, Michael
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='000301c37879$5f93e610$0401000a@tanjian' \
--to=rob@sterenborg.info \
--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