crc8 发表于 2011-3-6 11:19:51

求助,三线负载均衡这样算做成功了吗?第一次

请看图,用虚拟机做的~~~静态IP模拟ADSL,如果可以了就实施了。。。。不是很明白。。。。因为我断了其中一根时,会有一段时间是断线的(即剩下两条线路不能马上起作用,要等一会。。。要加脚本?)

/ip address add address=192.168.100.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
/ip address add address=10.0.0.1/255.255.255.0 interface=ADSL1 comment="1"
/ip route add gateway=10.0.0.8 routing-mark=1 comment="1"
/ip firewall mangle add chain=prerouting in-interface=LAN connection-state=new nth=2,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=10.0.0.1 to-ports=0-65535 comment="1" disabled=no
/ip address add address=20.0.0.1/255.255.255.0 interface=ADSL2 comment="2"
/ip route add gateway=20.0.0.8 routing-mark=2 comment="2"
/ip firewall mangle add chain=prerouting in-interface=LAN connection-state=new nth=2,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=20.0.0.1 to-ports=0-65535 comment="2" disabled=no
/ip address add address=30.0.0.1/255.255.255.0 interface=ADSL3 comment="3"
/ip route add gateway=30.0.0.8 routing-mark=3 comment="3"
/ip firewall mangle add chain=prerouting in-interface=LAN connection-state=new nth=2,1,2 action=mark-connection new-connection-mark=3 passthrough=yes disabled=no
/ip firewall mangle add chain=prerouting in-interface=LAN connection-mark=3 action=mark-routing new-routing-mark=3 passthrough=no disabled=no
/ip firewall nat add chain=srcnat connection-mark=3 action=src-nat to-addresses=30.0.0.1 to-ports=0-65535 comment="3" disabled=no

jt00278 发表于 2011-3-6 12:05:28

本帖最后由 jt00278 于 2011-3-6 12:05 编辑

已经是成功了,就差没有线路切换而已,每条线都已经平均分配有流量了

crc8 发表于 2011-3-6 12:10:43

jt00278 发表于 2011-3-6 12:05 static/image/common/back.gif
已经是成功了,就差没有线路切换而已,每条线都已经平均分配有流量了

怎样切换呢?

好像不是很稳定啊、、、、2.9.7版

qinfei 发表于 2011-3-6 13:33:43

还用2.X那个版本是很难用的了,建议用3.30版本的PCC负载,里面有很多关于这个版本各方面的的贴子

crc8 发表于 2011-3-8 14:27:46

我想是不太成功。我知道原因,但说出来好难说明白。。。因为是虚拟机

LW2008 发表于 2011-3-8 15:15:11

    楼主先别急!如果是NTH的话,从数据包和流量看,并没有均!不过,我们可以测试一下!
1.先做个压力测试!
2.用户端,网页和PING值正常吗?
2.关注网银成功了没有!
3.其中线路断线,其实不用脚本也可以实现的!加了脚本反而要等30左右!
页: [1]
查看完整版本: 求助,三线负载均衡这样算做成功了吗?第一次