LVS是Linux Virtual Server的简写,意即Linux虚拟服务器,是一个虚拟的服务器集群系统。本项目在1998年5月由章文嵩博士成立,是中国国内最早出现的自由软件项目之一。承载于 IIS 的 WCF 服务的项目采用LVS + KEEPALIVED + WINDOWS SERVER 2008 R2 的方式实现高可用负载均衡。
以上就是配置好了我们的lvs 网卡。
以管理员身份运行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负载均衡二》
本文出自 “stan” 博客,请务必保留此出处http://ywfun.blog.51cto.com/9980564/1619332
原文地址:http://ywfun.blog.51cto.com/9980564/1619332