Kernel, Modules and Hardware Configuration

How to list the running IPTABLES rules?

Generally required when you insert new rules or delete old ones, you may want to list the rules which is currently running.

You can use this command -

#/sbin/iptables -L

How to check that iptables modules have loaded?

lsmod is the command to list all the loaded module in Linux. You can use this command to see if all the modules required by iptables have been loaded.

Command:

#lsmod

Custom Search