I've installed iptables on dietpi but I can't locate the iptables config file. It doesn't exist @/etc/iptables.
Any idea where the config file is stored?
Kind regards
fabo
[Solved] iptables Topic is solved
Re: iptables
etc/sysconfig/iptables-config ??
If there isn't one there...then you can make one I suppose
https://www.linuxquestions.org/question ... #post39811
If there isn't one there...then you can make one I suppose
https://www.linuxquestions.org/question ... #post39811
Code: Select all
iptables-save > /etc/sysconfig/iptables
Re: iptables
The folder doesn't exist there but I created the iptables folder @/etc/iptables
https://www.thomas-krenn.com/en/wiki/Sa ... ermanently
Thanks for your help.
Kind regards
fabo
https://www.thomas-krenn.com/en/wiki/Sa ... ermanently
Thanks for your help.
Kind regards
fabo
Re: iptables
By, by default iptables creates non-persistent rules, using netfilter kernel module. ifupdown or 3rd party extension packages can be used to workaround this by applying the rules on boot/interface load.