首页 行业资讯 宠物日常 宠物养护 宠物健康 宠物故事

如何进行hosts文件修复

发布网友 发布时间:2022-04-26 01:10

我来回答

2个回答

热心网友 时间:2022-06-19 05:56

Hosts文件是什么?

1
Hosts文件主要作用是定义IP地址和主机名的映射关系,是一个映射IP地址和主机名的规定。可以用文本文件打开!当用户在浏览器中输入一个需要登录的网址时,系统会首先自动从Hosts文件中寻找对应的IP地址,一旦找到,浏览器会立即打开对应网页,如果没有找到,则浏览器会将网址提交DNS服务器进行IP地址解析。这也是提高快速打开网页的方法!

Hosts文件位置在哪里?

1
windows xp/2003/vista/2008/7/8用户HOSTS文件是在“c:\windows\system32\drivers\etc

2
你可以直接根据上述路径进入,也可Win+R后输入c:\windows\system32\drivers\etc

Hosts文件怎么修复?

将hosts文件复制到桌面,用记事本打开!

删除记事本的全部内容,将以下内容复制后放入文件然后保存:
# Copyright (c) 1993-2009 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 indivial 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 indivial# 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
# localhost name resolution is handled within DNS itself.# 127.0.0.1 localhost# ::1 localhost

将修改后的hosts文件放入c:\windows\system32\drivers\etc替换以前的hosts文件,修复成功!

热心网友 时间:2022-06-19 05:56

在UNIX/Linux 的超级用户 # 状态下,编辑 /etc/hosts 文本文件,然后把主机名和其对应的 IP 地址逐行写入该文件。然后再重新启动系统试一试。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com