Dns ошибка 404

Перейти к контенту

  • Remove From My Forums
  • Вопрос

  • сразу после установки windows server 2012 r2 standard появляются ошибки в DNS логах

    error log from Windows events:
    ====================================

    The DNS server could not open socket for address x.x.x.x. 
    Verify that this is a valid IP address for the server computer. 

    If this is a valid IP address for this machine, make sure that no other
    application (e.g. another DNS server) is running that would attempt to use the DNS
    port. 
    ===========================================
    The DNS server could not bind a Transmission Control Protocol (TCP) socket to
    address x.x.x.x. The event data is the error code. 
    ===========================================
    The DNS server could not bind a User Datagram Protocol (UDP) socket to
    x.x.x.x. The event data is the error code. 
    ===========================================

    ошибки появляются только при запуске сервера — единожды в процессе — не дублируются.

    1 это вообще нормально что на чистой установки сразу эти ошибки вылезают? их коды 408, 407, 404

    2 в какую сторону хотя бы примерно смотреть для и устранения? (топ 100гугла поверьте был прочитан — решения
    не нашел — как правило у многих они возникают в процессе работы — тут же сразу после инстала)

Ответы

  • Выглядит нормально. Ошибки появляются только при запуске сервера, но не при перезапуске службы сервера DNS? Тогда, скорее всего, дело в том, что сетевой интерфейс подключается и получает IP-адрес после старта службы сервера DNS. В таком случае, смотрите
    сами, насколько это критично


    Слава России!

    • Помечено в качестве ответа

      28 июля 2014 г. 17:42

In this tutorial, which is a special case, I will explain how to solve the 404, 407 and 408 error that can occur on a DNS server with Windows Server under the following conditions:

  • Being on a virtual machine
  • Being on a Hyper-V host
  • Have configured NIC teaming, which is configured as an external virtual switch with management enabled.

If you are in this particular configuration, it is possible that on your DNS server, you encounter the error 404, 407 and 408 at the level of the DNS server:

After several searches on the Internet and on the Microsoft doc, a resolution of this error is proposed here:https://docs.microsoft.com/fr-fr/troubleshoot/windows-server/networking/events-407-408-in-dns-server-event-log

Not fitting in this case, so I continued my research, having another DNS server running on another hyper-v host and this one having no problem, so I decided to look on the side of the Hyper-V host that hosts the DNS server that has this error.

Almost at the same time, on the Hyper-V host, an error is logged: MsLbfoSysEvtProvider (16945), which indicates a MAC address conflict.

After some research, this is a known problem at Microsoft and occurs when using network card teaming, which is used as a virtual switch WITH management enabled.

In a PowerShell command prompt, use the following cmdlet:

Get-NetAdapter | sort MacAddress

As you can see the MAC address of the “active” card is used on:

  • The Virtual Switch (Teaming)
  • The virtual network adapter (Ethernet (VM)) that is attached to the host.

Now that the observation is made, this problem must be solved, for this there are several solutions:

If the Hyper-V host is under Windows Server 2012R2 and +: it is possible to modify the MAC address of the Teaming cardhttps://social.technet.microsoft.com/wiki/contents/articles/31357.hyper-v-troubleshooting-mac-address-conflict-event-16945.aspx

If the Hyper-V host is running Windows Server 2016 or newer, configure teaming with a SET switch : https://rdr-it.com/hyper-v-commutateur-virtuel-avec-agregat-de-port-switch-embedded-teaming-set/



Ever since I installed this new server I get some reoccurring errors. Within the DNS portion I get the above event ID’s. None of which I am smart enough to track down and fix. Does anyone know where to make the changes? Of course the link to Microsoft goes to a «page cannot be found»

407 — The DNS server could not bind a User Datagram Protocol (UDP) socket to 10.0.0.3. The event data is the error code. Restart the DNS server or reboot your computer.

then

408 — The DNS server could not open socket for address 10.0.0.3.
Verify that this is a valid IP address for the server computer. If it is NOT valid use the Interfaces dialog under Server Properties in the DNS Manager to remove it from the list of IP interfaces. Then stop and restart the DNS server. (If this was the only IP interface on this machine and the DNS server may not have started as a result of this error. In that case remove the DNSParameters ListenAddress value in the services section of the registry and restart.)

If this is a valid IP address for this machine, make sure that no other application (e.g. another DNS server) is running that would attempt to use the DNS port.

For more information, see «DNS server log reference» in the online Help.

then

404 — The DNS server could not bind a Transmission Control Protocol (TCP) socket to address 10.0.0.3. The event data is the error code. An IP address of 0.0.0.0 can indicate a valid «any address» configuration in which all configured IP addresses on the computer are available for use.
Restart the DNS server or reboot the computer.

Then they repeat a couple of times  and end with ID 4013

4013 — The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start until the initial synchronization is complete because critical DNS data might not yet be replicated onto this domain controller. If events in the AD DS event log indicate that there is a problem with DNS name resolution, consider adding the IP address of another DNS server for this domain to the DNS server list in the Internet Protocol properties of this computer. This event will be logged every two minutes until AD DS has signaled that the initial synchronization has successfully completed.

Hi Experts,

Attempting to solve a slow network issue I have now stuffed up the DNS server!!!
Would appreciate help on how to correct.

Following error received when attempting to access the DC  — Windows cannot access error code 0x80070035

IN the DNS event log — errors 404 & 408

This happened after I performed the below steps of a MS Forum
—————————————————————————————————————————-
Please do as follows to remove the ‘::1’ DNS Server IP address:

1.    At a command prompt, type the following: netsh interface ipv6 show interfaces

2.    Make a note of the number shown in the Idx column of the output for your network adapter corresponding to the network adapter for which you wish to change DNS Server IP address.

3.    At the command prompt, type: netsh interface ipv6 delete dnsserver name=»ID» address=::1 (Where ID is the number from step 2.)

—————————————————————————————————————————-

 TIA

Andrew

I’m trying to setup AD/DNS on my new server running Windows 2012 R2. I’ve installed the roles, configured a static ip, made forward and reverse zones, etc. In the events list I see 408, 407, and 404 errors. When running dcdiag it fails on the connectivity test:

Testing server: Default-First-Site-NameDCName
   Starting test: Connectivity
      The host <numbers>._msdcs.domain.foo could not be resolved to an IP address. Check
      the DNS server, DHCP, server name, etc.
      Got error while checking LDAP and RPC connectivity. Please check your firewall settings.
      ......................... DCName failed test Connectivity

I’m concerned that perhaps the ip address is not configured correctly should the static ip and «DNS server» be the same?

Could it perhaps have something to do with the fact this is running as a virtual machine isolated from the internet?

EDIT

Event Text:
407 The DNS server could not bind a User Datagram Protocol (UDP) socket to <server ip>. The event data is the error code. Restart the DNS server or reboot your computer.

408

The DNS server could not open socket for address <server ip>. 
Verify that this is a valid IP address for the server computer.  If it is NOT valid use the Interfaces dialog under Server Properties in the DNS Manager to remove it from the list of IP interfaces.  Then stop and restart the DNS server. (If this was the only IP interface on this machine and the DNS server may not have started as a result of this error.  In that case remove the DNSParameters ListenAddress value in the services section of the registry and restart.) 

If this is a valid IP address for this machine, make sure that no other application (e.g. another DNS server) is running that would attempt to use the DNS port. 

For more information, see "DNS server log reference" in the online Help.

404

The DNS server could not bind a Transmission Control Protocol (TCP) socket to address <server ip>.  The event data is the error code.  An IP address of 0.0.0.0 can indicate a valid "any address" configuration in which all configured IP addresses on the computer are available for use. 
Restart the DNS server or reboot the computer.

  • Remove From My Forums
  • Question

  • Hi,

    I have windows server 2008r2 running Active directory and DNS for active directory.

    I keep getting dns error 404 and 407. I only have one network adapter.

    If you could help that would be great and thanks in advance

    Here is my ipconfig

    Windows IP Configuration

       Host Name . . . . . . . . . . . . : Carters-Server
       Primary Dns Suffix  . . . . . . . : cjcdsb.com
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : cjcdsb.com
                                           cgocable.net

    Ethernet adapter Local Area Connection:

       Connection-specific DNS Suffix  . : cgocable.net
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 94-DE-80-C9-72-0F
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:1970:46c1:3201:f42f:ec8:9488:e1f7(Preferred)
       Link-local IPv6 Address . . . . . : fe80::f42f:ec8:9488:e1f7%10(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.0.2(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : fe80::cad3:a3ff:fe69:90c7%10
                                           192.168.0.1
       DHCPv6 IAID . . . . . . . . . . . : 244637312
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-39-F1-97-94-DE-80-C9-72-0F
       DNS Servers . . . . . . . . . . . : 2001:1970:c000::53
                                           192.168.0.2
                                           127.0.0.1
       NetBIOS over Tcpip. . . . . . . . : Disabled
       Connection-specific DNS Suffix Search List :
                                           cgocable.net
                                           cjcdsb.com

    Tunnel adapter isatap.{E8EDE964-1B44-4F5F-9DF3-92A102B7321A}:

       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

    Tunnel adapter Teredo Tunneling Pseudo-Interface:

       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

    • Edited by

      Sunday, May 18, 2014 1:58 AM
      Mistake

Answers

  • You can try unchecking IPv6 in network connection properties, reboot and check it again.


    Regards, Dave Patrick ….
    Microsoft Certified Professional
    Microsoft MVP [Windows]

    Disclaimer: This posting is provided «AS IS» with no warranties or guarantees , and confers no rights.

    • Edited by
      Dave PatrickMVP
      Wednesday, May 21, 2014 12:36 AM
    • Proposed as answer by
      Susie Long
      Tuesday, May 27, 2014 3:03 AM
    • Marked as answer by
      Susie Long
      Tuesday, June 10, 2014 2:02 AM

  • Remove From My Forums
  • Question

  • Hi,

    I have windows server 2008r2 running Active directory and DNS for active directory.

    I keep getting dns error 404 and 407. I only have one network adapter.

    If you could help that would be great and thanks in advance

    Here is my ipconfig

    Windows IP Configuration

       Host Name . . . . . . . . . . . . : Carters-Server
       Primary Dns Suffix  . . . . . . . : cjcdsb.com
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : cjcdsb.com
                                           cgocable.net

    Ethernet adapter Local Area Connection:

       Connection-specific DNS Suffix  . : cgocable.net
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 94-DE-80-C9-72-0F
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:1970:46c1:3201:f42f:ec8:9488:e1f7(Preferred)
       Link-local IPv6 Address . . . . . : fe80::f42f:ec8:9488:e1f7%10(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.0.2(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : fe80::cad3:a3ff:fe69:90c7%10
                                           192.168.0.1
       DHCPv6 IAID . . . . . . . . . . . : 244637312
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-39-F1-97-94-DE-80-C9-72-0F
       DNS Servers . . . . . . . . . . . : 2001:1970:c000::53
                                           192.168.0.2
                                           127.0.0.1
       NetBIOS over Tcpip. . . . . . . . : Disabled
       Connection-specific DNS Suffix Search List :
                                           cgocable.net
                                           cjcdsb.com

    Tunnel adapter isatap.{E8EDE964-1B44-4F5F-9DF3-92A102B7321A}:

       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

    Tunnel adapter Teredo Tunneling Pseudo-Interface:

       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes

    • Edited by

      Sunday, May 18, 2014 1:58 AM
      Mistake

Answers

  • You can try unchecking IPv6 in network connection properties, reboot and check it again.


    Regards, Dave Patrick ….
    Microsoft Certified Professional
    Microsoft MVP [Windows]

    Disclaimer: This posting is provided «AS IS» with no warranties or guarantees , and confers no rights.

    • Edited by
      Dave PatrickMVP
      Wednesday, May 21, 2014 12:36 AM
    • Proposed as answer by
      Susie Long
      Tuesday, May 27, 2014 3:03 AM
    • Marked as answer by
      Susie Long
      Tuesday, June 10, 2014 2:02 AM

Error 404 and dns cache Explained
DNS cache is responsible for storing the IP address locations of web servers containing recently viewed web pages. However, you will be unable to access these web pages if the location of the web server changes before the entry in your DNS cache updates. This is one of the major causes of HTTP 404, 404 Not Found and 404 error message being displayed while trying to access a website.

The simple solution to this problem is to remove the old and inaccurate DNS information by flushing your DNS cache. Once this is done, your computer will query nameservers for the new DNS information and update its cache.

How to flush your DNS cache

Method 1

On your keyboard, press Win+R to open the RUN Window. Type cmd and press ok.

Then run the following command:

ipconfig /flushdns

If the command succeeds, the system returns the following message:

Windows IP configuration successfully flushed the DNS Resolver Cache.

.

Method 2:

Press Win+X to open the WinX menu. Click Windows PowerShell (Admin) and run the following command:

ipconfig /flushdns

P.S. The above methods are for users running Windows 10 Operating System. In the case of Windows 8 and below, locate Command Prompt in programs window, right-click it and select “Run as Administrator”.

Если вы являетесь пользователем Google Chrome, вы, должно быть, часто сталкивались с ошибкой «404» при работе в Интернете. Хотя может быть несколько возможных причин возникновения этой ошибки, мы перечислили лучшие способы легко исправить эту ошибку в браузере Google Chrome. Вы также можете ознакомиться с нашим руководством о том, как исправить необычную ошибку трафика в Chrome.

Наиболее распространенные причины возникновения ошибки 404 следующие:

  • Неверный ввод URL.
  • Веб-страница, которую вы ищете, переехала на новый адрес.
  • Страница, которую вы ищете, не имеет URL-адреса перенаправления.
  • Ваша целевая веб-страница была удалена или больше не существует.

Способы исправить ошибку 404 в Google Chrome

Проверьте правильность введенного URL

Первым и главным шагом для быстрого устранения этой ошибки является поиск правильности введенного URL-адреса.

  • Нажмите на строку URL в браузере Chrome и проверьте, правильно ли вы ввели адрес.

Обновить веб-страницу

Чтобы быстро решить и исправить ошибку 404 в браузере Chrome, вам необходимо обновить веб-страницу вручную. Следуйте этим простым шагам, чтобы сделать то же самое.

  • Нажмите кнопку «Обновить» на панели инструментов, расположенную слева от URL-адреса поиска.

  • Вы также можете нажать кнопку F5 на клавиатуре, чтобы мгновенно обновить веб-страницу.
  • Чтобы получить живую версию веб-страницы вместо кешированной, вам нужно нажать Ctrl+F5/Shift+F5/Ctrl+Shift+R. Эта комбинация клавиш выполнит полную перезагрузку веб-страницы, чтобы решить эту проблему.

Проверьте, активен ли целевой веб-сайт

Если вы неоднократно сталкиваетесь с ошибкой 404 при доступе к определенному веб-сайту, вам необходимо проверить статус веб-сайта, который вы пытаетесь посетить. Следуйте этим простым шагам, чтобы определить, работает ли веб-сайт в Интернете.

  • Откройте новую вкладку и получите доступ к ЭтоВнизПрямоСейчас Веб-сайт.
  • Введите доменное имя в строку поиска и нажмите кнопку «Проверить».

  • Подождите несколько секунд, чтобы проверить статус введенного веб-сайта.
  • Если веб-сайт активен и работает, вы увидите зеленый значок ВВЕРХ в описании, в противном случае вы увидите красный значок ВНИЗ, обозначающий, что веб-сайт находится в автономном режиме.

Убедитесь в существовании искомой веб-страницы

Если вы считаете, что столкнулись с этой ошибкой по ошибке, вам необходимо проверить, существует ли ваш целевой веб-сайт в Интернете или нет. Вы можете легко проверить это, воспользовавшись сервисом Whois Lookup на сайте name.com. Следуйте этим простым шагам, чтобы сделать то же самое.

  • Откройте новую вкладку в браузере Chrome и получите доступ к Сервис поиска Whois с сайта Name.com
  • Введите в строку поиска доменное имя или IP-адрес веб-сайта, который необходимо проверить онлайн, и нажмите на зеленую иконку поиска.

  • Вы мгновенно получите подробную информацию об искомом домене вместе с важной связанной информацией, такой как дата создания, реестр и даже дата истечения срока действия домена. Если вашего веб-сайта нет в Интернете, он не даст никаких результатов.

Очистить файлы кеша Google Chrome

Иногда чрезмерное накопление файлов временного кэша может вызвать проблемы при просмотре или открытии определенного веб-сайта. В такой ситуации пользователь, скорее всего, столкнется с ошибкой 404 при загрузке веб-страницы. Чтобы решить эту проблему, вам необходимо вручную очистить файлы кеша, связанные с браузером Google Chrome.

  • Нажмите на значок с тремя точками в правом верхнем углу экрана и откройте «Настройки».

  • На левой боковой панели нажмите на опцию «Безопасность и конфиденциальность». Далее нажмите на кнопку «Очистить данные просмотра».

  • Установите флажок «Кэшированные изображения и файлы» и нажмите кнопку «Очистить данные», чтобы очистить файлы кеша.

Дополнительный совет: измените DNS-серверы вашей системы

Если вы заметили, что ошибка 404 отображается на всем веб-сайте, а не только на одной веб-странице, вам необходимо проверить, доступен ли вам тот же веб-сайт при подключении к другой сети. Если вы видите веб-сайт, когда вы подключены к другой сети, вам необходимо переключить настройки DNS-сервера в предыдущей сети, чтобы избежать ошибки 404. Следуйте этим простым шагам, чтобы легко изменить настройки DNS вашей системы на другие конфигурации, такие как Google DNS.

Подведение итогов: работа в Интернете без ошибок

Мы надеемся, что теперь вы научились исправлять ошибку 404 в браузере Google Chrome. Если эта статья помогла вам исправить существующие ошибки и предоставить вам лучший опыт, нажмите кнопку «Мне нравится» и поделитесь ею со своими друзьями, чтобы помочь им исправить ошибки Chrome. Оставайтесь с нами для более полезных руководств по устранению неполадок.

Понравилась статья? Поделить с друзьями:
  • Dns ошибка 403
  • Dns ошибка 4015
  • Dns probe started ошибка
  • Dns имя не существует код ошибки 0х0000232b
  • Dns клиент ошибка 1068