找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2678|回复: 3

[策略设置] 用3.2以后的版本做多线负载更简单!!

[复制链接]
发表于 2009-7-9 18:00:21 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
/ip firewall mangle
add action=mark-connection chain=prerouting comment="" connection-state=new \
    disabled=no new-connection-mark=nth_1 nth=2,1 passthrough=yes \
    src-address=192.168.3.0/24
add action=mark-routing chain=prerouting comment="" connection-mark=nth_1 \
    disabled=no new-routing-mark=routing_1 passthrough=no src-address=\
    192.168.3.0/24
add action=mark-connection chain=prerouting comment="" connection-state=new \
    disabled=no new-connection-mark=nth_2 passthrough=yes \
    src-address=192.168.3.0/24
add action=mark-routing chain=prerouting comment="" connection-mark=nth_2 \
    disabled=no new-routing-mark=routing_2 passthrough=no src-address=\
    192.168.3.0/24

/ip firewall nat
add action=masquerade chain=srcnat comment="" connection-mark=nth_1 disabled=\
    no out-interface=adsl1
add action=masquerade chain=srcnat comment="" connection-mark=nth_2 disabled=\
    no out-interface=adsl2
add action=masquerade chain=srcnat comment="" disabled=no

/ip route
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    adsl2 routing-mark=routing_2
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    adsl1 routing-mark=routing_1

菜鸟们注意了,把PPPOE 拨号的名字改成,adsl1,adsl2,然后把这个脚本运行下就可以了。
我在3.2 3.22下面测试通过。
routeros
发表于 2009-7-9 21:04:11 | 显示全部楼层
你现在才发现呀,我老早就发过了
routeros
回复

使用道具 举报

发表于 2009-7-9 22:25:29 | 显示全部楼层
一直在用2.9.27。该下一个3.2来用了
routeros
回复

使用道具 举报

发表于 2009-7-10 01:35:06 | 显示全部楼层
谢谢楼主,我也在用3.2.
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-5-5 23:54 , Processed in 0.108856 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表