Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6162  / 2 Years ago, sun, november 6, 2022, 12:19:50

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 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?


More From » 12.04

 Answers
1

If that can help, for those which blacklist.conf doesn't work, you can easily disable a module this way:



Add this line to your favorite contrab user



@reboot sudo rmmod iptable_nat

[#37695] Monday, November 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulpu

Total Points: 116
Total Questions: 118
Total Answers: 104

Location: Solomon Islands
Member since Fri, Oct 8, 2021
3 Years ago
;