Submitted by sgrayban on Wed, 05/16/2012 - 09:20
I setup the Linux firewall using the hosting solution and now I get a error:
Unknown IPtables save file line : *
The first few lines are.......
# Generated by webmin
*
:INPUT DROP [0:0]
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Wed, 05/16/2012 - 17:19 Comment #1
Looks like my code doesn't handle the case where no tables exist yet.
The work-around is to run :
iptables-save >/etc/xxx
where
/etc/xxx
is the save file shown on the Linux Firewall page at the top, probably/etc/iptables.up.rules
Submitted by JamieCameron on Wed, 05/16/2012 - 17:19 Comment #2
A proper fix will be in the next Webmin release.
Submitted by Issues on Wed, 05/30/2012 - 17:46 Comment #3
Automatically closed -- issue fixed for 2 weeks with no activity.