本文共 524 字,大约阅读时间需要 1 分钟。
linux中在lo上绑定vip比较简单,windows也不难。
首先打开运行——>输入hdwwiz会弹出添加设备:
在lo中绑定好vip地址以后,还需要做一项工作,至关重要!!!
编写脚本:test.bat
1 2 3 4 5 6 | @ echo off netsh interface ipv4 set interface "realserver" weakhostreceive=enabled netsh interface ipv4 set interface "realserver" weakhostsend=enabled netsh interface ipv4 set interface "本地连接 2" weakhostreceive=enabled netsh interface ipv4 set interface "本地连接 2" weakhostsend=enabled pause |
注:realserver为本机新建lo网络的名称,本地连接2位网络自动的网络名称,这两个名字自行修改即可。
本文转自 王家东哥 51CTO博客,原文链接:http://blog.51cto.com/xiaodongge/1928932
转载地址:http://dzqka.baihongyu.com/