I don't need iptables on my computer, since I'm behind a NAT Server and a router. I, therefore, flushed all the rules I had left to disactivate the firewall. I'm wonder if I could probably prevent iptables from starting on boot as well. My first trial was do blacklist all modules related to it on /etc/modprobe.d/blacklist.conf, which were all together ip6table_filter, ip6_tables, ip6table_filter, iptable_filter, ip_tables, iptable_filter and x_tables. But it did not worked out.
My question is how can I avoid iptables to get loaded at startup?
|
|
||||
|
|
|
If You are determined to get clear of iptables:
could do the trick for you... Of course, If You're satisfied with result it could be made permanent... |
||||
|
|
Well, if you have no rules and the firewall is disabled, those modules aren't going to be loaded anyway.
Strictly speaking, The answer to that is...build your own kernel, after configuring it appropriately. |
|||||
|
|
Flushing iptables rules / accept everything You may skip this step since you mentioned in your question that you have flushed all the rules.
After flushing your iptables rules. Run:
|
|||
|
Ubuntu does not come with firewall enabled by default. However, it does come sudo apt-get install rcconf dialog You will need apt-cache search firewall | less And see if there are some that sounds you familiar, for a service or package installed. Other ones I've seen in some installations are:
|
|||
|