How To: Disable Firewall on RHEL / CentOS / RedHat Linux
ผมมีปัญหากับการถูก iptables block port ของ shoutcast เลยอยากลองปิด firewall ดูสักพัก (ปกติ ไม่แนะนำให้ปิด แต่คราวนี้ยังหาทางออกไม่ได้)
Environment OS RHEL / Fedora Linux / Red Hat Enterprise Linux and CentOS Linux?
iptables เป็นเครื่องมือสำหรับ admin คำสั่งสำหรับกรอง IPv4 packet and NAT. จำเป็นต้องใช้เครื่องมือดังนี้:
[a] service เป็นคำสั่งสำหรับ save / stop / start firewall service.
[b] chkconfig เป็นคำสั่งสำหรับบันทึก runlevel information สำหรับ system service. เป็นเครื่องมือสำหรับดูแล /etc/rc*.d . เพื่อยกเลิก firewall service ตอนเปิดเครื่อง.
ปิด Firewall ได้อย่างไร?
ก่อนอื่นให้ login เป็น root .
แล้วป้อนคำสั่งชุดนี้เพื่อปิด firewall.
# service iptables save # service iptables stop # chkconfig iptables off
หากใช้ IPv6 firewall, ป้อน:
# service ip6tables save # service ip6tables stop # chkconfig ip6tables off
ที่มา www.cyberciti.biz
Relate topics
zdoozaa (Not Member)
Little Bear