关于”Error 720”那点破事
★故障问题现象:当建立VPN连接的时候,无法建立远程连接,报错信息为Error 720:A connection to the remote computer could not be established. You might need to change the network settings for this connection. For further assistance, click More Info or search Help and Support Center for this error number.
★当前操作系统:Windows XP SP3
★原因分析:TCP/IP和WAN miniport端口无法联系,导致在进行VPN连接时无法使用WAN miniport通讯.
★解决方案:
1. 重置TCP/IP协议,具体参见http://support.microsoft.com/kb/299357;
2. 移除WAN miniport(IP)以及WAN miniport(PPTP)、WAN miniport(L2TP);
a. 开始->Run输入regedit
b. 找到一下注册表信息:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E972-E325-11CE- BFC1-08002BE10318}
先把此信息做个备份,以防误删,如果要恢复只需双击导入就OK了.
menu–>Export Registry File–>输入文件名–> click Save.
c. 在这一串信息的每一个子分类中,查找Data column中的DriverDesc是否为WAN Miniport (IP),我的是在0007中,每台机器都不同的.
d. 在那串子信息(0007)上点右键,选Delete–>yes–>Done.
e. 同理,WAN miniport(PPTP)、WAN miniport(L2TP)也是一样的操作.
3. 然后,到目录C:windowsinf中找到netrasa.inf,用notepad打开
在[ControlFlags]找到以下這一段,开头是”Excludefromselect=” 而结尾是”MS_NdisWanNbfIn,MS_NdisWanNbfOut” 在这中间的每一行开头都加入分号( ; ),加完后存档就可以;
4. 接下来就是去control panel–>add hardware–>next–>选择”Yes, I have already connected hardware(next)–>add a new hardware device(在选项窗的最底部)–>选择install the hardware that i manually select from a list(就是自己从选项中选择要安裝的硬件,是进阶选项)–>network adapters–>左边选microsoft,右边选WAN miniport(IP);
5. 重复上一個新增硬件的步骤,把WAN miniport(PPTP)和WAN miniport(L2TP);也加入(不用reboot,都加完后再reboot);
6. 加完上述三个之后reboot电脑;
7. install xp tcpip repair程序,然后就行修复,此处下载:http://www.xp-smoker.com/downloads/xptcprep.exe
8. OK,大功告成,try again.
2条评论▼