View Single Post
  #6  
Old 04-03-2011, 08:30 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default

To add accept rules for the other chains you would put in lines similar to the input rules.

-A INPUT -p tcp --dport 20900 -j ACCEPT
-A OUTPUT -p tcp --dport 20900 -j ACCEPT
-A FORWARD -p tcp --dport 20900 -j ACCEPT

If the firewall is doing NAT this gets more complicated.
Can you post your firewall script?
Reply With Quote