Is there any convenient way to show loaded iptables module list? I can show installed modules by listing /lib/iptables/ (or /lib64/iptables/) directory but I need active modules list.
Is there any convenient way to show loaded iptables module list? I can show
Share
Loaded iptables modules can be found in /proc/net/ip_tables_matches proc filesystem entry.
In PHP I can access the loaded iptables modules by loading and exploding file contents:
Of course it requires proc filesystem to be mounted (Most GNU Linux distros mount it by default)