Using command
iptables -L
I list the rules in a all chains, but this tool lists host names instead of IP addresses for the rules that are saved. This is kind of hard reading, as in case I want to quickly find some IP address in the list, it is impossible.
Is there a way, the command switch or anything simple to use, that would let me list my iptables rules with IP addresses and not host names?