Best Practices of Embedded Software Development and Testing
Embedded software development and testing
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
‹
›
Home
View web version