Linux Netfilter discussions
 help / color / mirror / Atom feed
* port 8080 and zope woes....
@ 2003-09-11  5:44 akshaysalkar
  2003-09-11 15:28 ` Rob Sterenborg
  0 siblings, 1 reply; 4+ messages in thread
From: akshaysalkar @ 2003-09-11  5:44 UTC (permalink / raw)
  To: netfilter

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


regards..




Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com

 Buy The Best In BOOKS at http://www.bestsellers.indiatimes.com

Bid for for Air Tickets on Air Sahara Flights at Prices Lower Than Before. Just log on to http://airsahara.indiatimes.com and Bid Now!



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: port 8080 and zope woes....
@ 2003-09-11 12:06 Martinez, Michael
  0 siblings, 0 replies; 4+ messages in thread
From: Martinez, Michael @ 2003-09-11 12:06 UTC (permalink / raw)
  To: akshaysalkar, netfilter

Turn on logging in iptables and see if any connections are happening

Michael Martinez
Linux System Administrator
ISTM/CSREES
United States Department of Agriculture

-----Original Message-----
From: akshaysalkar [mailto:akshaysalkar@indiatimes.com] 
Sent: Thursday, September 11, 2003 1:44 AM
To: netfilter@lists.netfilter.org
Subject: port 8080 and zope woes....

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


regards..




Get Your Private, Free E-mail from Indiatimes at
http://email.indiatimes.com

 Buy The Best In BOOKS at http://www.bestsellers.indiatimes.com

Bid for for Air Tickets on Air Sahara Flights at Prices Lower Than
Before. Just log on to http://airsahara.indiatimes.com and Bid Now!




^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: port 8080 and zope woes....
  2003-09-11  5:44 port 8080 and zope woes akshaysalkar
@ 2003-09-11 15:28 ` Rob Sterenborg
  2003-09-11 17:58   ` Alistair Tonner
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Sterenborg @ 2003-09-11 15:28 UTC (permalink / raw)
  To: netfilter

> 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: port 8080 and zope woes...
  2003-09-11 15:28 ` Rob Sterenborg
@ 2003-09-11 17:58   ` Alistair Tonner
  0 siblings, 0 replies; 4+ messages in thread
From: Alistair Tonner @ 2003-09-11 17:58 UTC (permalink / raw)
  To: Rob Sterenborg, netfilter

On September 11, 2003 11:28 am, Rob Sterenborg wrote:
> > 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)
>
	Minor spelling error above ESTABLISHED not ESTABLISED
	(I know just a typo .. .but for the archives.)


>
>
> Gr,
> Rob

-- 

	Alistair Tonner
	nerdnet.ca
	Senior Systems Analyst - RSS
	
     Any sufficiently advanced technology will have the appearance of magic.
	Lets get magical!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-09-11 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-11  5:44 port 8080 and zope woes akshaysalkar
2003-09-11 15:28 ` Rob Sterenborg
2003-09-11 17:58   ` Alistair Tonner
  -- strict thread matches above, loose matches on Subject: below --
2003-09-11 12:06 Martinez, Michael

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox