สำหรับผู้ที่มีปัญหาการโหลด patch ผ่าน ftp เช่น Audition , Ragnarok , หรือเกมส์ต่าง ๆ ที่โหลดแพทผ่าน ftp
ให้ทำการแก้ไขไฟล์ /etc/init.d/tableroute.sh
โดยเพิ่มบรรทัดด้านบน จากเดิม
#!/bin/bash
modprobe nf_conntrack_ftp
modprobe nf_conntrack_irc
# FLUSH ALL USE CHAIN
iptables -t mangle -F
ให้ทำการเพิ่ม modprobe ip_nat_ftp
จะได้ว่า
#!/bin/bash
modprobe ip_nat_ftp
modprobe nf_conntrack_ftp
modprobe nf_conntrack_irc
# FLUSH ALL USE CHAIN
iptables -t mangle -F
หลังจากนั้นทำการ Save
และรัน script ใหม่ โดยใช้คำสั่ง
/etc/init.d/tableroute.sh
ขอขอบคุณทุกปัญหาที่แจ้งมานะครับ