Hi all,
I'm relatively familiar with iptables, which I'm using since years
and configuring by hand since years.
Now at a new company (a startup) I'm asked to do modification
to some of the firewalls (all systems are Linux systems).
I know how to do it all "by hand", but I don't understand what's
the relation with webmin's "Linux firewall" page.
If I make a modification by hand, say :
$IPT -I OUTPUT -p tcp --dport 22 -m owner --uid-owner 507 -d $RBCK -j
ACCEPT
it of course is taken into account by iptables.
(this is just an example btw, I'm not discussing the merits of such
a rule
But it doesn't appear into webmin and, worse, if someone applies a new
rule into webmin, then modifications done by hand are lost.
So here comes a $0.02 question: is it possible to make the kind of
modification I did up there "by hand" and have it interacting nicely
with webmin's firewall thinggy?
Or are we better to simply decide to not use webmin at all to configure
the firewall?
If we decide not to use webmin for the firewall setup, is it possible
to
*prevent* webmin to modify the firewall by mistake?
Lastly, do people that need more or less complicated firewall rule
usually use webmin to do firewall administration?
Thanks in advance for any infos,
fab