回复:求高手来帮我看看急.. !!!!!!!!!!!!!!!!!!1
我感觉你应该是本机的hosts文件被修改了。
使用sreng扫描下日志(hosts)
保存完上传来看看
SREng下载地址:
http://www.kztechs.com/sreng/download.html你也可以手动打开hosts文件
文件位置:
位于\%Systemroot%\System32\Drivers\Etc 文件夹中,其中,%Systemroot%指系统安装路径。例如,Windows XP 安装在C:\WINDOWS,那么Hosts文件就在C:\WINDOWS\system32\drivers\etc中
Hosts是一个没有扩展名的系统文件,可以用记事本等工具打开。
看看是否如下:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
带有#号的为注示内容
主要看是否只有:127.0.0.1 localhost
如果还有其它的,把其它的删除就好了。