what is running on iptables now

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Rowan Smith
Data:  
Asunto: what is running on iptables now
wrote:

>What I meant was is there a way to run a command similair to ip route
>that list what routes are currently in place but for iptables a command
>that would list what is being blocked, or permitted etc by iptables.
>
>
>Jim
>
>
>

iptables --list [chain]

chain would be input, output, or foward.

Atleast, I think that's it. I haven't really used iptables.

rowan