第 110 章 balance - Load balancing solution and generic tcp proxy

balance 3.42 - A simple TCP proxy with load balancing and failover mechanisms.

目錄

110.1. balance
110.1.1. 編譯安裝
110.1.2. Ubuntu 安裝
110.1.3. 測試安裝是否正確
110.1.4. 用法
110.2. BalanceNG
110.3. RBridge

110.1. balance

https://www.inlab.de/balance.html

110.1.1. 編譯安裝

cd /usr/local/src/
wget http://www.inlab.de/balance-3.54.tar.gz
tar zxvf balance-3.54.tar.gz
cd balance-3.54

make
make install
			

110.1.2. Ubuntu 安裝

$ apt-cache search balance| grep ^bal
balance - Load balancing solution and generic tcp proxy
			
$ sudo apt-get install balance
			

110.1.3. 測試安裝是否正確

測試,將本機80連接埠負載均衡到192.168.2.10:80

balance -f 8000 192.168.2.10:80
			

110.1.4. 用法

負載均衡 3 個節點

balance -f 8000 192.168.2.10:80 192.168.2.12:80 192.168.2.13:80