Игнорируются, не работает, не разрешается хост, имя прописанные в файле hosts Windows
После добавления записи "host ip" в файл c:\winnt\system32\drivers\etc\hosts , прописанный хост не пингуется. Ping не может разрешить прописанное имя. Please check the name and tryagain. Возможные решения проблемы: Убедиться что в реестре корректные запиcи
Key: HKLM\system\currentcontrolset\services\tcpip\paramters Value: DataBasePath Type:REG_EXPAND_SZ Data:%SystemRoot%\system32\drivers\etc
Выполнить команду "ipconfig /flushdns", и перстартовать службу DNS client service.
Проверить разрешения на файл C:\WINDOWS\system32\drivers\etc\hosts, может быть ACCESS DENIED NT AUTHORITY\NETWORK SERVICE. После добавления учетной записи в "security tab" (с правами READ ONLY access), проблема решается.
Ещё возможным решением является переименование/удаление файла и создание нового файла, с последующим рестартом "DNS Client Service"
Дефолтный файл 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