Remove the configuration of the firewall in Ubuntu In all derivatives of Debian is equal Answer to Question Remove the configuration of the firewall in Ubuntu In all derivatives of Debian is equal SOLVED lunes, noviembre 24, 2008 Answer to Question Remove the configuration of the firewall in Ubuntu In all derivatives of Debian is equalBy ppepote11 .- Opening a terminal.2 .- Writingsu3 .- Press ENTER.4 .- Write password root of administrator and press ENTER.5 .- Writing:iptables --help6 .- To appear a list of options from the command iptables.7 .- Are you interested in following the rules to eliminate all of firewall.Commands:--flush -F [chain] Delete all rules in chain or all chains is8 .- That is, if you type:iptables -FOr remove all rules on all channels.That's all.NOTE: If you want to know what are the rules you have firewall active type iptables with the option -L:--list -L [chain [rulenum]] List the rules in a chain or all chainsWrote then:iptables -Land press ENTER.Greetings.