Filtering chain and policy for iptables -L

flysarescary

New member
Sep 15, 2008
713
17
0
Is it possible to only view certain chains and more specifically certain chain policies with options when doing:

iptables -L

I would like for example view FORWARD ACCEPT rules instead of waiting for all of the drop rules to load when viewing a firewalled iptables.
 


from `iptables --help`:
Code:
  --list    -L [chain [rulenum]]
                List the rules in a chain or all chains
so maybe you want `iptables -L FORWARD` ??