标签:lvs windows
1. 创建windows环回网卡创建windows环回网卡的方法
2. 设置环回网卡IP地址
IP地址: vip地址 子网掩码: 255.255.255.255
3. 修改客户端网卡接口、环回接口连接模式(至关重要)
netsh interface ipv4 set interface "lvs转发网卡名称" weakhostreceive=enabled netsh interface ipv4 set interface "lvs转发网卡名称" weakhostsend=enabled netsh interface ipv4 set interface "环回网卡名称" weakhostreceive=enabled netsh interface ipv4 set interface "环回网卡名称" weakhostsend=enabled
本文出自 “屌丝运维男” 博客,请务必保留此出处http://navyaijm.blog.51cto.com/4647068/1569848
LVS(DR模式)的realserver配置(windows)
标签:lvs windows
原文地址:http://navyaijm.blog.51cto.com/4647068/1569848