In my office, I have some weird problem related to "dns client" service. Here's a real capture of the problem.
Short version:
=========================================================
Some time, I loose the ability to find the name of one of our server called intranet. I have a DNS on a AD server that point intranet to 10.1.1.23. When this happen, I reset dns client and everything is back to normal.
Long version:
=========================================================
--I cannot ping the name or browse with explorer intranet
>ping intranet
Ping request could not find host intranet.
Please check the name and try again.
-- Lookup is ok
>nslookup intranet
Server: s-adm.infosilem.local
Address: 10.1.1.29
Name: intranet.infosilem.local
Address: 10.1.1.23
-- ping IP is ok, server up
>ping 10.1.1.23
Pinging 10.1.1.23 with 32 bytes of data:
Reply from 10.1.1.23: bytes=32 time<1ms TTL=64
...
-- So I start-stop dns client
>net stop "dns client"
The DNS Client service was stopped successfully.
>net start "dns client"
The DNS Client service is starting.
The DNS Client service was started successfully.
-- Now I can ping and browse
>ping intranet
Pinging intranet.infosilem.local [10.1.1.23]
with 32 bytes of data:
Reply from 10.1.1.23: bytes=32 time<1ms TTL=64
=========================================================
I have seen this problem on XP, XP SP2, Win2K SP4 clients.
Anyone seen that or solved it
Thanks,
Simon
Short version:
=========================================================
Some time, I loose the ability to find the name of one of our server called intranet. I have a DNS on a AD server that point intranet to 10.1.1.23. When this happen, I reset dns client and everything is back to normal.
Long version:
=========================================================
--I cannot ping the name or browse with explorer intranet
>ping intranet
Ping request could not find host intranet.
Please check the name and try again.
-- Lookup is ok
>nslookup intranet
Server: s-adm.infosilem.local
Address: 10.1.1.29
Name: intranet.infosilem.local
Address: 10.1.1.23
-- ping IP is ok, server up
>ping 10.1.1.23
Pinging 10.1.1.23 with 32 bytes of data:
Reply from 10.1.1.23: bytes=32 time<1ms TTL=64
...
-- So I start-stop dns client
>net stop "dns client"
The DNS Client service was stopped successfully.
>net start "dns client"
The DNS Client service is starting.
The DNS Client service was started successfully.
-- Now I can ping and browse
>ping intranet
Pinging intranet.infosilem.local [10.1.1.23]
with 32 bytes of data:
Reply from 10.1.1.23: bytes=32 time<1ms TTL=64
=========================================================
I have seen this problem on XP, XP SP2, Win2K SP4 clients.
Anyone seen that or solved it
Thanks,
Simon