Weee it does work!  Thanks!

So I was right on the assumption that that entry block all ports below 1023 from 
accessing my computer?

Im gonna go read some info about iptables :)

> -----Original Message-----
> From: Dennis Dai [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 09, 2004 5:57 PM
> To: Tomcat Users List
> Subject: Re: Tomcat works for localhost, but won't work for the local
> intranet..
> 
> On 7/9/2004 5:45 PM, Ivan Jouikov wrote:
>  > ...
> >
> > I am not that good with iptables, but it seems to me that the line
> >
> > -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 0:1023 --syn -j REJECT
> >
> > Blocks all ports from 0 to 1023 for TCP/IP...  I don't recall putting
> that there, but is that what it really does?  And if it is, how can I make
> it so that port 80 is available?
> >
> 
> Just add an ACCEPT line above it:
> 
> -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 80 --syn -j ACCEPT
> 
> then reload the rule (/etc/init.d/iptables restart).
> 
> 
> Dennis
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---
> Incoming mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.716 / Virus Database: 472 - Release Date: 05.07.2004
> 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 05.07.2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to