Windows通過hosts檔案解析域名
Windows通過hosts檔案解析域名
測試環境:windows 7 (31bit)
檔案路徑:
C:\Windows\System32\drivers\etc\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 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
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
增加一行:
192.168.9.248 szpuppet.server.com
測試:
C:\Users\dong.du>ping szpuppet.server.com
正在 Ping szpuppet.server.com [192.168.9.248] 具有 32 位元組的資料:
來自 192.168.9.248 的回覆: 位元組=32 時間=1ms TTL=62
來自 192.168.9.248 的回覆: 位元組=32 時間=1ms TTL=62
來自 192.168.9.248 的回覆: 位元組=32 時間=1ms TTL=62
192.168.9.248 的 Ping 統計資訊:
資料包: 已傳送 = 3,已接收 = 3,丟失 = 0 (0% 丟失),
往返行程的估計時間(以毫秒為單位):
最短 = 1ms,最長 = 1ms,平均 = 1ms
Control-C
^C
C:\Users\dong.du>
測試環境:windows 7 (31bit)
檔案路徑:
C:\Windows\System32\drivers\etc\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 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
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
增加一行:
192.168.9.248 szpuppet.server.com
測試:
C:\Users\dong.du>ping szpuppet.server.com
正在 Ping szpuppet.server.com [192.168.9.248] 具有 32 位元組的資料:
來自 192.168.9.248 的回覆: 位元組=32 時間=1ms TTL=62
來自 192.168.9.248 的回覆: 位元組=32 時間=1ms TTL=62
來自 192.168.9.248 的回覆: 位元組=32 時間=1ms TTL=62
192.168.9.248 的 Ping 統計資訊:
資料包: 已傳送 = 3,已接收 = 3,丟失 = 0 (0% 丟失),
往返行程的估計時間(以毫秒為單位):
最短 = 1ms,最長 = 1ms,平均 = 1ms
Control-C
^C
C:\Users\dong.du>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29500582/viewspace-1745241/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 通過 hosts檔案配置本地域名
- windows 修改hosts檔案Windows
- 修改hosts檔案(windows和Ubuntu)WindowsUbuntu
- Windows 10找不到hosts檔案,且注意lmhosts.sam檔案並不能代表hosts檔案Windows
- Ubuntu下修改hosts檔案中的域名對映Ubuntu
- 如何在本地修改Hosts檔案設定域名訪問?
- Windows 機器通過 FTP 上傳檔案WindowsFTP
- Mac電腦hosts檔案如何修改?macOS修改Hosts檔案教程Mac
- 淺談hosts檔案
- mac 修改 /etc/hosts 檔案Mac
- 解決Windows10沒有修改hosts檔案許可權Windows
- hosts檔案如何修改 hosts檔案修改後無法儲存怎麼解決
- 修改hosts檔案的小程式
- 修改並儲存hosts檔案
- 修改hosts檔案不生效原因
- 域名解析過程
- win10 系統如何修改hosts檔案_win10要怎麼修改hosts檔案Win10
- Ubuntu系統中修改hosts檔案Ubuntu
- linux 修改hosts檔案以及修改hostnameLinux
- win11 如何修改hosts檔案
- win10 如何修改 hosts_win10如何修改hosts檔案Win10
- 域名解析導致資料庫連線緩慢(hosts :files dns)資料庫DNS
- 通過配置檔案(.htaccess)實現檔案上傳
- win10系統Hosts檔案在哪裡 win10系統怎麼開啟Hosts檔案Win10
- 關於ubuntu修改hosts檔案的方法Ubuntu
- 前端通過 post 下載檔案前端
- win10系統hosts檔案怎麼編輯_win10系統hosts檔案如何編輯Win10
- win10系統hosts檔案在哪_win10系統hosts檔案路徑怎麼開啟Win10
- win10怎麼修改hosts_win10怎麼修改hosts檔案Win10
- Nginx通過域名代理tcp埠NginxTCP
- 通過Wireshark抓包分析談談DNS域名解析的那些事兒DNS
- Windows hosts 檔案是一個文字檔案,用於將主機名與相應的 IP 地址進行對映。這個檔案通常位於 C:WindowsSystem32driversetchosts。解釋hosts檔案的基本語法和格式。Windows
- 解決在Windows10下沒有許可權修改hosts檔案的問題Windows
- win10 如何修改hosts檔案 win10 如何修改host檔案Win10
- 文字檔案上傳漏洞[任意.繞過.解析]
- Docker非root使用者修改/etc/hosts檔案Docker
- 通過 Git 來管理多媒體檔案Git
- jftp通過sftp協議上傳檔案FTP協議
- 通過web url獲取檔案資訊Web