Sysnet Board คู่มือ การใช้งานอุปกรณ์ Network

การ Config อุปกรณ์ เครือข่าย Network Device => อุปกรณ์ Mikrotik Router => หัวข้อที่ตั้งโดย: mikrotik-max เมื่อ วันที่ 9 พฤศจิกายน 2013, 16:02:21

ชื่อ: Q Tree ต้องการ Bypass บาง IP
โดย: mikrotik-max เมื่อ วันที่ 9 พฤศจิกายน 2013, 16:02:21
Q ต้องการ Bypass บาง IP ผมอยากใช่ร่วมกับ Address lists ต้องปรับแก้ตรงไหนคับ

/ip firewall layer7-protocol
add name="Extension \" .exe \"" regexp="\\.(exe)"
add action=mark-connection chain=prerouting comment="exe DOWNS" disabled=yes \
   layer7-protocol="Extension \" .exe \"" new-connection-mark="exe DOWNS" \
   passthrough=yes protocol=tcp
add action=mark-packet chain=postrouting connection-mark="exe DOWNS" \
   disabled=yes new-packet-mark=exe passthrough=no protocol=tcp
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=512k \
   max-limit=512k name="exe DOWNS" packet-mark=exe parent=global-out \
   priority=8 queue=default
ชื่อ: Re: Q Tree ต้องการ Bypass บาง IP
โดย: mikrotik-max เมื่อ วันที่ 10 พฤศจิกายน 2013, 08:10:24
ทำได้แล้วคับ