1、win+R键打开运行窗口,输入hdwwiz,点击确定按钮,使用管理员运行
2、进入添加页面导航,点击下一步
3、选择“安装我手动从列表选择的硬件(高级)(M)”,点击下一步。
4、选择“网络适配器”,点击下一步。
5、厂商选择Microsoft,型号选择Microsoft KM-TEST 环回适配器,点击下一步。
6、点击下一步,安装环回接口
7、打开网络连接,查看环回接口
8、环回接口就是loop back口,只是中英文显示问题
9、管理员打开cmd,输入以下命令行。
loopback是loopback接口名称
eth0是连接外网的接口
netsh interface ipv4 set interface "eth0" weakhostreceive=enabled
netsh interface ipv4 set interface "eth0" weakhostsend=enabled
netsh interface ipv4 set interface "以太网" weakhostreceive=enabled
netsh interface ipv4 set interface "以太网" weakhostsend=enabled