- ตรวจสอบ DNS Server ที่เครื่องตัวเองใช้
cat /etc/resolv.conf
- ซึ่งเราสามารถแก้ไข DNS ของเครื่องเราจากไฟล์ /etc/resolv.conf ได้โดยตรง
- หรือดูผ่านโปรแกรมก็
sudo network-admin
- หรือใช้ nslookup ตรวจสอบก็ได้เช่นกัน
nslookup localhost
- หรือใช้ nslookup ดู DNS Server ของ host อื่นก็
nslookup
> set type=ns
> google.com
Related
- http://forum.ubuntuclub.com/forum?topic=8812.0
Refer
- http://nixcraft.com/getting-started-tutorials/13164-ubuntu-linux-check-dns-settings.html
- http://ubuntuforums.org/showthread.php?t=677587
- http://www.windowsnetworking.com/articles_tutorials/Using-NSLOOKUP-DNS-Server-diagnosis.html
- http://www.windowsnetworking.com/articles_tutorials/Quickly-Test-DNS-Resolution.html
- http://www.tech-faq.com/how-to-find-your-dns-servers.html
No comments:
Post a Comment