Tuesday 30 October 2012

How to disable firewall (ipv6tables and iptables) in Linux Fedora core 16 (IPv4 and IPv6)


IPv4 firewall ( iptables)

chkconfig iptables off

IPv6 firewall ( ip6tables)

chkconfig  ip6tables off

Verify if disabled

chkconfig iptables

chkconfig ip6tables