找回密码
 注册

QQ登录

只需一步,快速开始

搜索
楼主: xbin2002

[负载平衡] ROS 3.x-4.x多ADSL负载均衡设置方法

  [复制链接]
发表于 2011-5-12 13:04:42 | 显示全部楼层
非常感谢,做个记号在这!
routeros
回复

使用道具 举报

发表于 2011-5-13 21:09:29 | 显示全部楼层
要先顶一下
routeros
回复

使用道具 举报

发表于 2011-5-13 22:58:15 | 显示全部楼层
顶了才有铜板赚
routeros
回复

使用道具 举报

发表于 2011-5-14 08:11:20 | 显示全部楼层
为了赚铜板你们都顶.
我也顶,我是为了学习.
routeros
回复

使用道具 举报

发表于 2011-5-14 08:15:05 | 显示全部楼层
就是,现在PCC性能要好些哟。
routeros
回复

使用道具 举报

发表于 2011-5-19 12:04:28 | 显示全部楼层
这个.....我还.下载了才知道..白下了
routeros
回复

使用道具 举报

发表于 2011-5-19 22:40:25 | 显示全部楼层
先试用一下看看。。
routeros
回复

使用道具 举报

发表于 2011-5-20 21:47:31 | 显示全部楼层
我都觉得pcc比nth快些
routeros
回复

使用道具 举报

发表于 2011-5-23 15:29:59 | 显示全部楼层
果然可以。。。哈哈,已经设置完毕,是比2。9的简单些。
routeros
回复

使用道具 举报

发表于 2011-5-23 15:54:41 | 显示全部楼层
NTH的技术也收铜板......


/ip firewall mangle
add action=mark-connection chain=prerouting comment=nth_1 connection-state=\
    new disabled=no new-connection-mark=nth_1 nth=6,1 passthrough=yes \
    src-address=192.168.10.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.10.0/24
add action=mark-connection chain=prerouting comment=nth_2 connection-state=\
    new disabled=no new-connection-mark=nth_2 nth=5,1 passthrough=yes \
    src-address=192.168.10.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.10.0/24
add action=mark-connection chain=prerouting comment=nth_3 connection-state=\
    new disabled=no new-connection-mark=nth_3 nth=4,1 passthrough=yes \
    src-address=192.168.10.0/24
add action=mark-routing chain=prerouting comment="" connection-mark=nth_3 \
    disabled=no new-routing-mark=routing_3 passthrough=no src-address=\
    192.168.10.0/24
add action=mark-connection chain=prerouting comment=nth_4 connection-state=\
    new disabled=no new-connection-mark=nth_4 nth=3,1 passthrough=yes \
    src-address=192.168.10.0/24
add action=mark-routing chain=prerouting comment="" connection-mark=nth_4 \
    disabled=no new-routing-mark=routing_4 passthrough=no src-address=\
    192.168.10.0/24
add action=mark-connection chain=prerouting comment=nth_5 connection-state=\
    new disabled=no new-connection-mark=nth_5nth=2,1 passthrough=yes \
    src-address=192.168.10.0/24
add action=mark-routing chain=prerouting comment="" connection-mark=nth_5 \
    disabled=no new-routing-mark=routing_5 passthrough=no src-address=\
    192.168.10.0/24
add action=mark-connection chain=prerouting comment=nth_6 connection-state=\
    new disabled=no new-connection-mark=nth_6 passthrough=yes src-address=\
    192.168.10.0/24
add action=mark-routing chain=prerouting comment="" connection-mark=nth_6 \
    disabled=no new-routing-mark=routing_6 passthrough=no src-address=\
    192.168.10.0/24

/ip firewall nat
add action=masquerade chain=srcnat comment=1 connection-mark=nth_1 disabled=\
    no out-interface=pppoe-out1
add action=masquerade chain=srcnat comment=2 connection-mark=nth_2 disabled=\
    no out-interface=pppoe-out2
add action=masquerade chain=srcnat comment=3 connection-mark=nth_3 disabled=\
    no out-interface=pppoe-out3
add action=masquerade chain=srcnat comment=4 connection-mark=nth_4 disabled=\
    no out-interface=pppoe-out4
add action=masquerade chain=srcnat comment=5 connection-mark=nth_5 disabled=\
    no out-interface=pppoe-out5
add action=masquerade chain=srcnat comment=6 connection-mark=nth_6 disabled=\
    no out-interface=pppoe-out6
add action=masquerade chain=srcnat comment=nat disabled=no

/ip route
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out2 routing-mark=routing_2
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out3 routing-mark=routing_3
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out4 routing-mark=routing_4
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out1 routing-mark=routing_1
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out5 routing-mark=routing_5
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    pppoe-out5 routing-mark=routing_6

routeros
回复

使用道具 举报

发表于 2011-5-23 20:05:22 | 显示全部楼层
來學習一下 ^^
routeros
回复

使用道具 举报

发表于 2011-5-23 22:01:42 | 显示全部楼层
顶```````                                               
routeros
回复

使用道具 举报

发表于 2011-5-31 07:41:31 | 显示全部楼层
果断的要支持了
routeros
回复

使用道具 举报

发表于 2011-5-31 12:02:46 | 显示全部楼层
这个不得不买啊
routeros
回复

使用道具 举报

发表于 2011-6-3 17:13:40 | 显示全部楼层
学习学习
routeros
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-17 09:47 , Processed in 0.107910 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

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