Network Connect问题

简介:
本文出自Simmy的个人blog:西米在线  http://simmyonline.com/archives/168.html
 
东莞某用户使用Juniper Network Connect 链接USA office时出现此故障,询问后得知只有此用户有这种情况。
 
显示:
Network Connect会话已终止。是否要重新连接?(nc.windows.app.23712)
 
百度后发现有用的资料不多,搜索英文信息或国外用软件时,还是google好使,一下子定位到Juniper的KB中。找到方法,测试,bingo!
 
Solution:
To manually remove the Network Connect virtual adapter on Windows XP go to the Control Panel > System > Device Manager and delete the Juniper Network Connect virtual adapter from the Network Adapters.  If you do not see the Network Connect virtual adapter listed, select  "Show hidden devices" from the "View" drop-down menu on the toolbar in the Device Manager window.
 
Alternatively, to remove the Network Connect Virtual Adapter right-click on the adapter and choose "uninstall".
A new adapter will be reinstalled the next time a Network Connect session is launched.
 
在测试的过程中,有一点,我把Juniper Network Connect virtual adapter 删了,如何找回来呢 ?询问用户后,得知他们当时装就是上NC所要connect的那个网址装的,于是连上,在页面上先点卸载,然后再安装,这样virtual adapter 就又出来了,olay!



















本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/138236 ,如需转载请自行联系原作者
相关文章
|
6月前
|
应用服务中间件 nginx Docker
connect() failed (113: No route to host) while connecting to upstream
connect() failed (113: No route to host) while connecting to upstream
192 0
|
存储 Cloud Native Linux
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet
|
Kubernetes 网络协议 容器
kubectl命令报错:Unable to connect to the server: dial tcp XXX:16443: connect: no route to host
kubectl命令报错:Unable to connect to the server: dial tcp XXX:16443: connect: no route to host
1085 0
|
网络协议
Connection reset by peer的常见原因
 Connection reset by peer的常见原因: 1)服务器的并发连接数超过了其承载量,服务器会将其中一些连接关闭;    如果知道实际连接服务器的并发客户数没有超过服务器的承载量,看下有没有网络流量异常。
29916 0