LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1129|回复: 0

求助双ADSL负载平衡后掉线的问题

[复制链接]
发表于 2007-10-12 11:07:40 | 显示全部楼层 |阅读模式
做了负载平衡以后,局域网的用户频繁掉线。很着急,从ubuntu server换到debian系统以后问题依旧。
现在的内核是2.6.18的。用的是:
ip route replace default equalize nexthop via $PTP_IP0 dev ppp0 weight 1 nexthop via $PTP_IP1 dev ppp1 weight 1
这样的方式均衡的。用单独一条线就没有掉线的问题。
而且有个问题,两条线都拨通以后主机不能上网了。其他机器可以。


  1. Router:/etc/ppp# iptables -vnL -t nat
  2. Chain PREROUTING (policy ACCEPT 630K packets, 50M bytes)
  3. pkts bytes target     prot opt in     out     source               destination

  4. Chain POSTROUTING (policy ACCEPT 11562 packets, 838K bytes)
  5. pkts bytes target     prot opt in     out     source               destination
  6. 105K 6008K MASQUERADE  0    --  *      *       192.168.1.0/24       0.0.0.0/0

  7. Chain OUTPUT (policy ACCEPT 10732 packets, 788K bytes)
  8. pkts bytes target     prot opt in     out     source               destination
复制代码



  1. Router:/etc/ppp# ip route list
  2. 218.86.198.1 dev ppp0  proto kernel  scope link  src 218.86.198.72
  3. 222.85.131.1 dev ppp1  proto kernel  scope link  src 220.172.38.122
  4. 172.16.243.0/24 dev vmnet8  proto kernel  scope link  src 172.16.243.1
  5. 192.168.86.0/24 dev vmnet1  proto kernel  scope link  src 192.168.86.1
  6. 10.0.0.0/24 dev eth2  proto kernel  scope link  src 10.0.0.1
  7. 10.0.0.0/24 dev eth3  proto kernel  scope link  src 10.0.0.2
  8. 192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.1
  9. default equalize
  10.         nexthop via 218.86.198.1  dev ppp0 weight 1
  11.         nexthop via 222.85.131.1  dev ppp1 weight 1
复制代码


会不会跟系统的内核有关系啊。
来人帮忙看看吧,着急啊,一直没解决
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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