น่าจะแบบนี้ครับ
แก้ไขไฟล์ /etc/init.d/dota.sh
โดยเพิ่มคำสั่ง ตรงท้ายๆ
iptables -A PREROUTING -t nat -p tcp -d $WAN1IP --dport 11111 -j DNAT --to 192.168.1.3:11111
iptables -A PREROUTING -t nat -p tcp -d $WAN2IP --dport 11111 -j DNAT --to 192.168.1.3:11111
iptables -A POSTROUTING -t nat -p tcp -s $LANNETWORK -d 192.168.1.0/24 --dport 11111 -j SNAT --to $SERVERIP
จากนั้นก็สั่งรัน ด้วยคำสั่ง
/etc/init.d/tablenat.sh
เช็ค iptable ด้วย
iptables -nvL -t nat ว่ามี port ดังกล่าวทำงานหรือไม่
ปล.แบบนี้จะเป็นการตรวจเช็ค เน็ตทั้ง 2 เส้นก่อนด้วย
ปล.2 ท่าน admin เคยแนะนำมา เลยมาช่วยตอบแทนให้ท่าน admin