wpsliu 发表于 2011-4-7 11:21:32

请教腰花版主大大的网通电信双ADSL——mangle设置。。

版主大大能不能贴一下您的mangle设置?
我这边用的是电信联通双光纤,策略路由,但是感觉做的不是很好。。。想拿您做的参考一下。谢谢

下面我贴一下我的策略路由设置

/ip firewall mangle
add action=change-mss chain=forward comment="" disabled=no new-mss=1440 \
    protocol=tcp tcp-flags=syn
add action=mark-routing chain=prerouting comment=qno disabled=no dst-port=\
    1025-7999 in-interface=LAN new-routing-mark=联通 passthrough=no \
    protocol=udp
add action=mark-routing chain=prerouting comment="" disabled=no dst-port=\
    8100-10000 in-interface=LAN new-routing-mark=联通 passthrough=no \
    protocol=udp
add action=mark-routing chain=prerouting comment="" disabled=no dst-port=\
    15001-45000 in-interface=LAN new-routing-mark=联通 passthrough=no \
    protocol=udp
add action=mark-routing chain=prerouting comment=cnc disabled=no \
    dst-address-list=List_ChinaUnicom in-interface=LAN new-routing-mark=\
    cnc_add passthrough=no
add action=mark-routing chain=prerouting comment=cnc disabled=no \
    dst-address-list=List_Other in-interface=LAN new-routing-mark=cnc_add \
    passthrough=no
add action=mark-routing chain=prerouting comment=cnc disabled=no \
    dst-address-list=List_ChinaMobile in-interface=LAN new-routing-mark=\
    cnc_add passthrough=no

wpsliu 发表于 2011-4-7 11:23:56

:L如果我做联通网通走联通出口策略路由的话,联通出口的流量是很小的。。。:Q我只能做点端口策略设置

jt00278 发表于 2011-4-7 12:19:50

郁闷,问题都没有说清楚,端口就只有自己去找吧……

wpsliu 发表于 2011-4-7 15:03:36

回复 jt00278 的帖子

问题没有说清楚吗?我只是想看看版主的mangle设置而已。

zooyo 发表于 2011-4-7 17:10:15

很好,没问题.

netfish67 发表于 2011-4-12 22:26:19

楼主,不知道联通、电信断线后自动切换你是怎么做的?

wpsliu 发表于 2011-4-13 08:34:56

回复 netfish67 的帖子

Distance参数设置好就行了,在IP—Routers菜单里面。

主网关Distance参数=1,Check Gateway=ping
备用网关Distance参数=2 Check Gateway=ping
页: [1]
查看完整版本: 请教腰花版主大大的网通电信双ADSL——mangle设置。。