Answer to Question Remove the configuration of the firewall in Ubuntu In all derivatives of Debian is equal
By ppepote1
1 .- Opening a terminal.
2 .- Writing
su
3 .- Press ENTER.
4 .- Write password root of administrator and press ENTER.
5 .- Writing:
iptables --help
6 .- 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 is
8 .- That is, if you type:
iptables -F
Or 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 chains
Wrote then:
iptables -L
and press ENTER.
Greetings.
