Configuring my Linux firewall for Tomcat

Posted by David Pinn on Server Fault See other posts from Server Fault or by David Pinn
Published on 2010-03-05T03:29:28Z Indexed on 2010/03/08 20:51 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

I'm following some instructions for Installing Tomcat. They require me to add the following line to my iptables file:

-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 8080 --syn -j ACCEPT

Having carefully read the man page for iptables, I have learned what the parameters do, except for the first one.

What does -A RH-Lokkit-0-50-INPUT do, and can you confirm that it is sensible in this case?

© Server Fault or respective owner

Related posts about tomcat

Related posts about firewall