what is running on iptables now

Etusivu
Liitteet:
Viesti alkuperäisessä muodossaan
+ (text/plain)
Poista viesti
Vastaa
Lähettäjä: Austin Godber
Päiväys:  
Aihe: 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.


iptables -L

as root will show you your rules.

Austin