« WRT54G - Sveasoft firmware - URL redirect | Main | 10 Tips That Every PHP Newbie Should Know »

WRT54G - Sveasoft firware - List preRouting rules

You have to specify the table to list. By default, it's the "filter" table. You must specify the "nat" table: Code:
iptables -t nat -L
By default, you are really issuing when you don't specify a table: Code:
iptables -t filter -L