歡迎您光臨本站 註冊首頁

==多線捆綁ADSL及VPN的負載均衡==

←手機掃碼閱讀     火星人 @ 2014-03-04 , reply:0

==多線捆綁ADSL及VPN的負載均衡==

四根adsl捆綁上網,並搭建基於openvpn的VPN,開通四個vpn虛擬通道
均衡后,上網沒問題,VPN卻不穩定,斷斷續續,請教高手,VPN我該怎麼來負載均衡...................

# ip route
10.1.0.6 dev tun2  proto kernel  scope link  src 10.1.0.5
10.1.0.4 dev tun1  proto kernel  scope link  src 10.1.0.3
10.1.0.2 dev tun0  proto kernel  scope link  src 10.1.0.1
10.1.0.8 dev tun3  proto kernel  scope link  src 10.1.0.7
192.168.20.0/24
        nexthop dev tun0 weight 1
        nexthop dev tun1 weight 1
        nexthop dev tun2 weight 1
        nexthop dev tun3 weight 1
192.168.20.0/24 via 10.1.0.6 dev tun2
192.168.20.0/24 via 10.1.0.4 dev tun1
192.168.20.0/24 via 10.1.0.2 dev tun0
192.168.4.0/24 dev eth4  proto kernel  scope link  src 192.168.4.4
192.168.3.0/24 dev eth3  proto kernel  scope link  src 192.168.3.3
192.168.2.0/24 dev eth2  proto kernel  scope link  src 192.168.2.2
192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.7
192.168.10.0/24 dev eth0  proto kernel  scope link  src 192.168.10.240
169.254.0.0/16 dev eth0  scope link
default
        nexthop dev ppp0 weight 1
        nexthop dev ppp1 weight 1
        nexthop dev ppp2 weight 1
        nexthop dev ppp3 weight 1

[ 本帖最後由 wenyunqiu 於 2007-4-27 17:23 編輯 ]
《解決方案》

我記得好像白金老大實現過這樣的網路
就是多線捆綁adsl再加VPN
現在就只有VPN不穩定的情況了         我該怎麼來實現VPN的負載均衡呢
《解決方案》

回復 #1 wenyunqiu 的帖子

轉載::  http://linux.chinaunix.net/bbs/thread-897970-1-1.html

[火星人 ] ==多線捆綁ADSL及VPN的負載均衡==已經有228次圍觀

http://coctec.com/docs/service/show-post-8354.html