szall 发表于 2009-2-26 00:20:10

ros双线叠加+负载均衡(一定要顶)

各位好:
    先谢谢教我的各位,
    先吹吹我自己,我自己并不是学电脑专业的,只是个业余者,先前发布了多线分流教程,发现有N多朋友加我,和我一起学习,
当然也通过远程,也挣来不少Q币,不过都送人了,今天没有事做,做个双线负载视频教程,以教程会朋友,当然我已经说了
自己是个菜菜鸟,大师就不要见笑了。呵呵
       好,现在开始做教程。
    用到的一个工具,RouterOS脚本生成器.exe
    先看一下效果
    2。9。27版本,
好了,谢谢大家了。



ADSL
动态IP自动找到
:local assign-address
:local new-address
:local status
:local x
:set x 2
:for i from=1 to=$x do={
    :set status running]
    :if ($status=true) do={
   :set new-address address]
   :set new-address [:pick $new-address 0 ([:len $new-address] -3)]
   :set assign-address address]
   :set assign-address [:pick $assign-address 0 ([:len $assign-address] -3)]
      :if ($assign-address != $new-address) do={ /ip address set address=$new-address network=$new-address broadcast=$new-address
      /ip route set gateway=$new-address
      /ip fir nat set to-addresses=$new-address
      /ip route set gateway=$new-address
       }
   }
}




双线+LAN+IP
/ip address add address=192.168.0.1/255.255.255.0 interface=lan comment=lan
/ip dns set primary-dns=202.96.134.133 secondary-dns=202.96.128.68 allow-remote-requests=yes
/ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn action=change-mss new-mss=1440
/interface pppoe-client add name="pppoe-out1" interface=wan1 user="123" password="123" add-default-route=no disabled=no
/interface pppoe-client enable pppoe-out1
/ip address add address=58.58.58.1/32 interface=pppoe-out1 comment="1"
/ip route add gateway=58.58.58.1 routing-mark=1 comment="1"
/ip firewall mangle add chain=prerouting in-interface=lan connection-state=new nth=1,1,0 action=mark-connection new-connection-mark=1 passthrough=yes disabled=no
/ip firewall mangle add chain=prerouting in-interface=lan connection-mark=1 action=mark-routing new-routing-mark=1 passthrough=no disabled=no
/ip firewall nat add chain=srcnat connection-mark=1 action=src-nat to-addresses=58.58.58.1 to-ports=0-65535 comment="1" disabled=no
/interface pppoe-client add name="pppoe-out2" interface=wan2 user="456" password="456" add-default-route=no disabled=no
/interface pppoe-client enable pppoe-out2
/ip address add address=58.58.58.2/32 interface=pppoe-out2 comment="2"
/ip route add gateway=58.58.58.2 routing-mark=2 comment="2"
/ip firewall mangle add chain=prerouting in-interface=lan connection-state=new nth=1,1,1 action=mark-connection new-connection-mark=2 passthrough=yes disabled=no
/ip firewall mangle add chain=prerouting in-interface=lan connection-mark=2 action=mark-routing new-routing-mark=2 passthrough=no disabled=no
/ip firewall nat add chain=srcnat connection-mark=2 action=src-nat to-addresses=58.58.58.2 to-ports=0-65535 comment="2" disabled=no

szall 发表于 2009-2-26 12:30:03

大家要顶起来啊,

szall 发表于 2009-2-26 12:28:32

不知道版主能否加精,让我作为记录。看看能否把文件全部打包在一起,这样下载也方便一点。
不知道版主能否加精,让我作为记录。看看能否把文件全部打包在一起,这样下载也方便一点。
不知道版主能否加精,让我作为记录。看看能否把文件全部打包在一起,这样下载也方便一点。
不知道版主能否加精,让我作为记录。看看能否把文件全部打包在一起,这样下载也方便一点。

87403226 发表于 2009-2-26 09:13:19

先不看了, 顶了再说

pxyq 发表于 2009-2-26 06:10:33

为了方便坛友下载,本人把教程打包了,http://www.bibidu.com/fileview-1115009.html

pxyq 发表于 2009-2-26 05:29:09

不错,就是包分得太多了,支持共享

dragon416 发表于 2009-2-26 09:32:26

支持共享

dragon416 发表于 2009-2-26 09:49:37

为了方便坛友下载,本人把教程打包了,http://www.bibidu.com/fileview-1115009.html
pxyq 发表于 2009-2-26 06:10 http://bbs.routerclub.com/images/common/back.gif


下载不了
提示资源不存在

qq393014 发表于 2009-3-1 22:48:49

顶起 学习一下

tkun520 发表于 2009-3-7 20:14:01

学习学习

szall 发表于 2009-3-11 00:28:27

:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol:lol

ly5360 发表于 2009-3-11 03:16:50

运气好的没话说。。先收藏下,目前没环境测试,不知道有环境的朋友测试过没有,是否OK?

tonyjong 发表于 2009-3-13 16:07:22

有空学习试下

光辉岁月 发表于 2009-3-14 16:07:36

顶一下,先
呵呵

a53499327a 发表于 2009-3-14 18:13:04

强烈顶 楼主 还有 3楼的 我快下完了 不知道能不能成功 倒时候告诉大家 呵呵
页: [1] 2 3 4 5 6
查看完整版本: ros双线叠加+负载均衡(一定要顶)