Hello,
In the "Linux Firewall" module (iptables), there is an issue when there are more than 50 rules in the NAT table.
In the past, rules were not paginated, all the rules were listed in the same form.
Now there is a pagination every 50 rules. The problem is that the pagination button does not take into account the currently displayed table, and goes back to the main module form.
The URL for the NAT table (IPv4) is like : /firewall/index.cgi?version=inet4&table=2
If there are more that 50 rules, only 50 are displayed and a button is displayed to go to the next page.
The URL of the button action is: /firewall/index.cgi?start=50
==> the table id is not there, the main page is displayed instead of the 2nd page for the NAT table.
It should be like: /firewall/index.cgi?start=50&table=2&version=inet4
A workaround would be to disable the pagination but I don't know where it can be changed.
Thank you.
I found the setting to change pagination, e.g to 1000 rules: in /etc/webmin/firewall/config, add:
perpage=1000