星空之云 发表于 2011-5-28 22:21:22

双线长宽负载均衡出现速度极慢情况!

最近把自己的两条长宽做了负载均衡,但是出现网页打不开或极慢!

下载根本没什么速度,用的是PCC负载均衡

不知道为什么,难道是长宽的问题?

miaomiao2008 发表于 2011-5-28 22:46:59

你是按什么标记的 是地址 还是源地址和端口。。。。

miaomiao2008 发表于 2011-5-28 22:47:13

把你的规则发出来看下

ycfei 发表于 2011-5-28 23:06:11

规测发出来看看。

星空之云 发表于 2011-5-28 23:20:00

本帖最后由 星空之云 于 2011-5-28 23:20 编辑

add action=mark-routing chain=prerouting comment="" disabled=no new-routing-mark=1rou passthrough=no protocol=tcp src-address=\
    192.168.0.0/16 src-port=443

add action=mark-connection chain=prerouting comment=NTH-1 connection-state=new disabled=no new-connection-mark=1con nth=2,1 \
    passthrough=yes src-address=192.168.0.0/16
add action=mark-routing chain=prerouting comment="" connection-mark=1con disabled=no new-routing-mark=1rou passthrough=no \
    src-address=192.168.0.0/16
add action=mark-connection chain=prerouting comment=NTH-2 connection-state=new disabled=no new-connection-mark=2con nth=2,2 \
    passthrough=yes src-address=192.168.0.0/16
add action=mark-routing chain=prerouting comment="" connection-mark=2con disabled=no new-routing-mark=2rou passthrough=no \
    src-address=192.168.0.0/16


星空之云 发表于 2011-5-28 23:37:28

做法是正确的!PCC和NTH我都尝试过!

jt00278 发表于 2011-5-29 02:49:52

哪里的长宽??

li7862756 发表于 2011-5-29 03:12:09

你这只是NTH 那里看出来是PCC了?

cpanda 发表于 2011-5-29 09:42:39

额这里也是用的2条长宽,pcc负载均衡正常,记得nth标记应该是nth=2,0,nth=2,1吧

miaomiao2008 发表于 2011-5-29 20:33:39

你的 nth 数值取的不对吧 2:1 剩下的 不用取   你取值2:2 这个不对:)
页: [1]
查看完整版本: 双线长宽负载均衡出现速度极慢情况!