LVS是Linux Virtual Server的简写,意即Linux虚拟服务器,是一个虚拟的服务器集群系统。本项目在1998年5月由章文嵩博士成立,是中国国内最早出现的自由软件项目之一。承载于 IIS 的 WCF 服务的项目采用LVS + KEEPALIVED + WINDOWS SERVER 2008 R2 的方式实现高可用负载均衡。
1、设置 Windows Loopback Adapter
以上就是配置好了我们的lvs 网卡。
2、修改客户端网卡接口、环回接口连接模式
以管理员身份运行Command Prompt (CMD),执行以下指令:
netsh interface ipv4 set interface "实节点网卡名字" weakhostreceive=enabled netsh interface ipv4 set interface "实节点网卡名字" weakhostsend=enabled netsh interface ipv4 set interface "实节点环回网卡名字" weakhostreceive=enabled netsh interface ipv4 set interface "实节点环回网卡名字" weakhostsend=enabled
注意:子网掩码255.255.255.255但在MS NT/2K/XP会被认为是无效的。 可以有以下解决方法: 在MS NT/2K/XP中,网络界面(interfaces)在
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
找到适当的网络连接IP地址,修改subnetMask子网掩码,(注意修改方式)不需要重启,只需重新激活该网络连接即可。
lvs配置请看《Window 2008 IIS配置LVS负载均衡二》
时间: 2024-09-29 20:10:32