mystzbs 发表于 2009-10-25 10:04:39

routeros网游端口优先策略

routeros网游端口优先策略


# dec/04/2008 16:24:57 by RouterOS 2.9.27
# software id = C2RA-S7N
#
/ ip firewall mangle
add chain=forward protocol=tcp tcp-flags=syn action=change-mss new-mss=1452 \
    comment="Change MSS" disabled=no
add chain=prerouting src-address=192.168.0.0/24 tos=min-delay \
    action=mark-packet new-packet-mark=LEVEL-1 passthrough=yes comment="Up \
    Number" disabled=no
add chain=prerouting src-address=192.168.0.0/24 tos=max-reliability \
    action=mark-packet new-packet-mark=LEVEL-2 passthrough=yes comment="" \
    disabled=no
add chain=prerouting src-address=192.168.0.0/24 tos=normal action=mark-packet \
    new-packet-mark=LEVEL-3 passthrough=yes comment="" disabled=no
add chain=prerouting src-address=192.168.0.0/24 protocol=tcp dst-port=80 \
    action=mark-packet new-packet-mark=LEVEL-1 passthrough=yes comment="IE \
页: [1]
查看完整版本: routeros网游端口优先策略