ผมอยากรบกวนสอบถามทานผู้รู้นิดนึงครับว่า เมื่อเราลง clark connect 4.2 En ไปแล้ว และได้ทำ Multiwan แบบ inter 2 line ถ้าเราใช้คำสั่ง iptables –t mangle –L เพื่อจะ list Rule ออกมาดู ไม่ทราบว่า คำสั้ง iptables ที่สั่งออกมาเป็น output ข้างล่างนี้ จะอยู่ในส่วนไหนของ clark connection เหรอครับ คือผมอยากเอามาดูเป็นแนวทางครับในส่วนของ การ Mark , CONNMARK ขอบพระคุณครับ
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere MARK match !0x0
CONNMARK tcp -- anywhere anywhere CONNMARK restore
MULTIWAN_MARK all -- anywhere anywhere state NEW
MULTIWAN_RESTORE all -- anywhere anywhere state RELATED,ESTABLISHED
.
.
.
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
CONNMARK all -- anywhere anywhere CONNMARK set 0x8000
CONNMARK all -- anywhere anywhere CONNMARK set 0x8001
.
.
.
Chain MULTIWAN_RESTORE (1 references)
target prot opt source destination
CONNMARK all -- anywhere anywhere CONNMARK restore
Chain MULTIWAN_eth0 (87 references)
target prot opt source destination
MARK all -- anywhere anywhere MARK set 0x8000
Chain MULTIWAN_eth2 (24 references)
target prot opt source destination
MARK all -- anywhere anywhere MARK set 0x8001