i want to stop iptables firewall in ubuntu. how can i do that???
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Apr 3 '10 at 13:49
|
All policies in iptables are ACCEPT by default in Ubuntu. Anyway to make sure
|
||||
|
|
|
All policies in iptables are ACCEPT by default in Ubuntu. This means you shouldn't notice the firewall at all (because it is doing nothing). You shouldn't have any problems with it that could need disabling iptables. If something is not ACCEPT at your system or you have additional rules, maybe you have installed some script that is messing it up. In that way only you can know what that script is and how to disable it. |
|||
|
|