I'm new to Ubuntu. I want to turn off firewall and make sure that it's turned off and want to turn off iptables.
iptables:
Installed: 1.4.21-1ubuntu1
Candidate: 1.4.21-1ubuntu1
Version table:
*** 1.4.21-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destinat
sudo ufw disable
. To check status do:sudo ufw status
– Raphael Jan 23 '16 at 21:47apt-cache policy iptables
– Raphael Jan 23 '16 at 21:54