ก๊วนซอฟท์แวร์ </softganz> SoftGang (Gang Software)

Web &amp; Software Developer Gang.

How To: Disable Firewall on RHEL / CentOS / RedHat Linux

by Little Bear @13 มี.ค. 54 12:24 ( IP : 61...7 ) | Tags : How to , CentOS

ผมมีปัญหากับการถูก 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

Comment #1
zdoozaa (Not Member)
Posted @15 มิ.ย. 54 10:49 ip : 58...226

เลือกปิด Firewall เฉพาะ IP ที่เราต้องการได้มั้ยค่ะ

ถ้าทำได้ช่วยแนะนำวิธีหน่อยค่ะ

(( CentOS 5 ))

ขอบคุณนะค่ะ  :d

Comment #2
Posted @15 มิ.ย. 54 16:27 ip : 122...8

น่าจะได้ครับ แต่ผมยังทำไม่เป็น ยังมือใหม่เหมือนกันครับ