129.1. balance
https://www.inlab.de/balance.html
129.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
129.1.2. Ubuntu 安装
$ apt-cache search balance| grep ^bal balance - Load balancing solution and generic tcp proxy
$ sudo apt-get install balance
129.1.3. 测试安装是否正确
测试,将本机80端口负载均衡到192.168.2.10:80
balance -f 8000 192.168.2.10:80
129.1.4. 用法
负载均衡 3 个节点
balance -f 8000 192.168.2.10:80 192.168.2.12:80 192.168.2.13:80
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。
时间: 2024-09-29 13:45:11