How Do I Disable Firewall?

First login as the root user.

Next enter the following three commands to disable firewall.
service iptables save
service iptables stop
chkconfig iptables off

If you are using IPv6 firewall, enter:
service ip6tables save
service ip6tables stop
chkconfig ip6tables off

Câu trả lời có hữu ích với bạn? 2 khách hàng đã đánh giá bài viết này hữu ích (5 lượt bình chọn)