exchange cas loopback config:
1、以管理员身份运行cmd后,在cmd命令窗口中执行:hdwwiz
2、在添加硬件向导中选择 手动安装
3、选择网络适配器
4、选中左边的microsoft:
4.1 如果是windows Server 2008
则右边选择:Microsoft Loopback Adapter
4.2 如果是Windows Server 2012
则右边选择:Microsoft KM-TEST 环回适配器
+++++++++++++++++++++++++++++++++
5、回环网卡配置:
5.1 设置环回网卡IP地址
> IP地址: 10.1.1.20
> 子网掩码: 255.255.255.255
5.2 修改客户端网卡接口、环回接口连接模式(至关重要)
netsh interface ipv4 set interface "本地连接" weakhostreceive=enabled
netsh interface ipv4 set interface "本地连接" weakhostsend=enabled
netsh interface ipv4 set interface "loopback" weakhostreceive=enabled
netsh interface ipv4 set interface "loopback" weakhostsend=enabled
时间: 2024-11-05 20:36:36