If
you experience frequent issues with DNS caching under Microsoft
Windows, you can disable client-side DNS caching with either of these
two commands: Eğer DNS Microsoft Windows altında önbellekleme
ile sık sık sorunlar yaşıyorsanız, devre dışı bırakmak istemci tarafı
DNS bu iki komut ile önbelleğe olabilir:
net stop dnscache
sc servername stop dnscache
This will disable DNS caching until the next reboot. Bu devre dışı DNS önbellekleme önümüzdeki reboot kadar. To
make the change permanent, use the Service Controller tool or the
Services tool to set the DNS Client service startup type to Disabled.
değişimin kalıcı, Engelliler için başlangıç türünü DNS İstemci hizmeti
ayarlamak için Hizmet Denetleyicisi aracını veya Hizmetler aracını
kullanarak yapmak. You can permanently disable DNS Client by following the below steps: Sen-ebilmek perma sakatlar DNS Client adımları aşağıdaki adımları takip ederek:
- Goto Start and click on Run . Goto Başlat ve Çalıştır'ı tıklayın.
- Type Services.msc in the Run command box. Services.msc yazın kutusuna koşmak buyurmak.
- A window listing all the services will popup. Bir pencere açılır tüm hizmetlerin listesi. Search for a service called DNS Client. Arama Müşteri için DNS servisi aradı.
- Double click on the listed DNS Client service and click Stop. Similarly, you can restart it by clicking Start. Durdur'u tıklatın ve Çift tıklayın listelenen DNS İstemci hizmeti. Benzer şekilde, Start tıklayarak yeniden başlatabilirsiniz.
Tuning DNS Caching under Microsoft Windows Tuning DNS Önbellek Microsoft altında Windows
You
can modify the behavior of the Microsoft Windows DNS caching algorithm
by setting two registry entries in the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
registry key. Sen HKEY_LOCAL_MACHINE \ SYSTEM CurrentControlSet \ Services \ Dnscache \ Parameters kayıt defteri
anahtarında iki kayıt defteri girdileri ayarlayarak algoritması
önbellekleme DNS Microsoft Windows davranışını değiştirebilir.
The MaxCacheTtl represents the maximum time that the results of a DNS lookup will be cached. MaxCacheTtl maksimum kez bir DNS arama sonuçlarını önbelleğe alınmış olacaktır temsil eder. The default value is 86,400 seconds. Varsayılan değeri 86.400 saniyedir. If you set this value to 1, DNS entries will only be cashed for a single second. 1 olarak bu değere ayarlarsanız, DNS kayıtları tek bir saniye için paraya olacaktır.
MaxNegativeCacheTtl represents the maximim time that the results of a failed DNS lookup will be cached. MaxNegativeCacheTtl maximim kez başarısız bir DNS arama sonuçları önbelleğe alınmış olacaktır temsil eder. The default value is 900 seconds. Varsayılan değer 900 saniyedir. If you set this value to 0, failed DNS lookups will not be cached. Eğer bu değeri 0 olarak ayarlarsanız, önbelleğe alınmayacaktır DNS aramalarını başarısız oldu.
Flush DNS in Mac OSX Mac OSX in Flush DNS
In Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver cache: Leopar olarak Mac OSX, önbellek çözümleyicisi flushcache için floş DNS-dscacheutil kullanan komut:
bash-2.05a$ dscacheutil -flushcache
In Mac OSX versions 10.5.1 and before, the command lookupd -flushcache performed the same task: daha önce de Mac OSX 10.5.1 ve sürümleri, komut lookupd-flushcache görev yapılan aynı:
bash-2.05a$ lookupd -flushcache
Flush DNS in Linux Linux Flush DNS
In Linux, the nscd daemon manages the DNS cache. Linux, nscd daemon DNS cache yönetir. To flush the DNS cache, restart the nscd daemon. DNS önbelleği boşaltıp, nscd cini yeniden başlatın. To restart the nscd daemon, use the command ` /etc/init.d/nscd restart `. , Nscd için dinlenme daemon `komutunu kullanarak / etc / init.d / nscd dinlenme`.