From: Joaquim H. <jo...@we...> - 2019-09-24 05:53:34
|
Looking at this some more, the following two rules: -A INPUT -m state --state ESTABLISHED -j ACCEPT -A INPUT -m state --state RELATED -j ACCEPT Will make Webmin display two "Accept always" entries. Clicking on them, to edit, displays the same, i.e. "Accept" (with no conditions). This is with Webmin 1.930 now. -joho On 2019-06-26 12:01, Joaquim Homrighausen wrote: > > > Just installed Webmin "fresh" 1.910 on an Ubuntu 18.04.LTS system. > > I used a iptables.up.rules file from another fairly similar system > with iptables-restore, but it didn't look quite right in Webmin. > > So then I used Webmin to "Reset firewall" and told it to use the > "Block all except ports used for virtual hosting, on interface" defaults. > > Everything looked fine except for two "ACCEPT" rules that were at the > beginning of the list. Their comments indicate that these were the > rules to accept established/related. The only problem is that there > were *no* paramters/conditions set for the rule(s), so they basically > ended up being "blank ACCEPT" rules. > > I've never seen this in Webmin before, but I can repeat it at will by > choosing to "reset firewall". > > > -joho > |