| |||||||
| Kayıt ol | Yardım | Üye Listesi | Ajanda | Forumları Okundu Kabul Et |
![]() |
| | LinkBack | Seçenekler | Stil |
| ||||
| Close your Open DNS Servers Close Open DNS Servers For those of you who check your nameservers and other DNS related issues using the popular site dnsreport you're probbaly seeing Fail Open DNS Servers. We'll show you have to fixed named to close open dns servers. How do I check my system? Go to DNSstuff: DNS tools, DNS hosting tests, WHOIS, traceroute, ping, and other network and domain name tools. and enter your domain name, eg whmdestek.com You’re safe if you see: PASS Open DNS servers You need to follow this tutorial if you see: FAIL Open DNS servers Closing Open DNS Servers Tutorial 1) Login to your server and su to root. 2) Edit the /etc/named.conf file such as:# vi /etc/named.conf Look for: key "rndckey" { }; After this add the following, replacing mainIP and secondaryIP with your systems nameservers. acl "trusted" { mainIP;secondaryIP;127.0.0.1; }; 3) After that’s done you want to add the section that says only the trusted is allowed for certain functions. Check your options area and make sure you add the following: allow-recursion { trusted; }; allow-notify { trusted; }; allow-transfer { trusted; }; So the final result looks something like: options { directory "/var/named"; allow-recursion { trusted; }; allow-notify { trusted; }; allow-transfer { trusted; }; dump-file "/var/named/data/cache_dump.db"; statistics-file "/var/named/data/named_stats.txt"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; 4) Save the changes and restart the named service: service named restart 5) Recheck your site at dnsreport.com, you should be good! Thanks to S. Leggett
__________________ 1.)Lütfen destek talebinde bulunmak için msn messenger üzerinden iletişime geçmeyiniz. 2.)Ücretsiz destek almak için forum sayfalarımızı kullanmanız aynı sorunu yaşayan diğer üyelerin cevaplara en kısa sürede ulaşabilmesi ve sizlere yardımcı olmak isteyen bizlerin ve diğer üyelerimizin zaman kazanmaları açısından çok önemlidir. 3.)Forumlarımızda sorunlarınızı anlatırken mümkün olduğunca çok detay vermeniz en kısa sürede sorununuza çözüm bulmanız açısından mühimdir. Daha çok öğrenmek ve öğretmek dileğiyle.. Sevgiler.. The Platform. |
| ||||
| Thanx for you CaLViN.
__________________ JetTasarım - WebTasarım ve Internet Hizmetleri www.jettasarim.com +90 252 613 28 24 (Her gerçek, önce hayaldir. Siz hayal edin biz gerçekleştirelim.) |
| |||
| Thanks for this article.
__________________ halid-can! |
![]() |
| Seçenekler | |
| Stil | |
| |


