LVS(DR模式)的realserver配置(windows)
2020-12-13 14:44
标签:lvs windows 1. 创建windows环回网卡创建windows环回网卡的方法 3. 修改客户端网卡接口、环回接口连接模式(至关重要) 本文出自 “屌丝运维男” 博客,请务必保留此出处http://navyaijm.blog.51cto.com/4647068/1569848 LVS(DR模式)的realserver配置(windows) 标签:lvs windows 原文地址:http://navyaijm.blog.51cto.com/4647068/1569848
2. 设置环回网卡IP地址 IP地址: vip地址
子网掩码: 255.255.255.255
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
文章标题:LVS(DR模式)的realserver配置(windows)
文章链接:http://soscw.com/essay/34413.html