i want to stop iptables firewall in ubuntu. how can i do that???
|
feedback
|
migrated from stackoverflow.com Apr 3 '10 at 13:49
This question came from our site for professional and enthusiast programmers.
|
| |||
|
feedback
|
|
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. | |||
|
feedback
|