Author: Dan Forootan Autor: Dan Forootan
Article source: http://www.tile.net/ . Artikel Quelle: http://www.tile.net/. Used with author's permission. Gebraucht mit Genehmigung des Autors. The DNS is a distributed, hierarchical database where authority flows from the top (or root) of the hierarchy downward. Die DNS ist eine verteilte, hierarchische Datenbank, in der Behörde ergibt sich aus der oben (oder root) der Hierarchie nach unten. When thinking of the structure of the DNS, imagine an inverted tree. Wenn denke dabei an die Struktur der DNS-, vorstellen, ein umgekehrtes Baum. Each branch of the tree is within a zone of authority; however, multiple branches of the tree can be within a single zone. Jeder Zweig des Baumes ist in eine Zone der Behörde; jedoch mehrere Zweige des Baumes kann in einer einzigen Zone. The software (Bind being the most common) that stores domain name information is called a domain name server. Die Software (Bind, die am häufigsten), dass Domain-Namen speichert Informationen wird als Domain-Name-Server. A single name server can be authoritative for multiple zones. Eine Single Name-Server kann für mehrere autorisierenden Zonen. All zones have a primary master and a secondary master name server that provides authoritative responses for their zones. Alle Zonen haben eine primäre Master-und eine sekundäre Master-Name-Server, die maßgeblichen Antworten für ihre Zonen. If you query a name server not authoritative for a particular zone, that name server will most likely have up-to-date information. Wenn Sie Abfrage ein Name-Server nicht verbindlich ist für eine bestimmte Zone, die Name-Server wird aller Voraussicht up-to-date Informationen. This is because zone information propagates throughout the Internet at regular intervals, and name servers cache zone information for which they are not authoritative. Dies liegt daran, dass Informationen verbreitet Zone in der gesamten Internet in regelmäßigen Abständen, und Name-Server-Cache Zone Informationen, für die sie nicht verbindlich ist. DNS Commands DNS-Befehle There are three crucial commands that can put all the DNS information you need at your fingertips. Es gibt drei wichtige Befehle, können alle DNS-Informationen, die Sie benötigen at your fingertips. The way to use this article is to try each of the commands listed on a domain name, so you can see what the output looks like. Der Weg zur Nutzung dieser Artikel ist, um zu versuchen jedes der aufgeführten Kommandos über einen Domain-Namen, so dass Sie sehen können, was die Ausgabe aussieht. Learn by doing! Erfahren Sie, indem Sie! Zone file database records divide DNS information into three primary types: NS (Name Server) records, MX (Mail Exchange) records, and A (Address) records. Zone-Datei Datenbankumfang Kluft DNS-Informationen in drei primären Arten: NS (Name Server) Datensätze, MX (Mail Exchange) Aufzeichnungen, und A (Adresse) Datensätze. NS records indicate the name servers. NS-Einträge sind der Name-Server. MX records indicate the hosts that handle e-mail delivery; the priority (pri) number indicates the order in which mail servers are used, with the lowest number receiving the highest priority. MX Aufzeichnungen geht hervor, die Hosts, E-Mail-Zustellung, die Priorität (PRI) Zahl zeigt die Reihenfolge, in der Mail-Server verwendet werden, mit der niedrigsten Zahl erhalten die höchste Priorität. The A (Address) records map hostnames to IP addresses, the real names of machines. Die A (Adresse) Aufzeichnungen Karte, um IP-Adressen, die wirklichen Namen der Maschinen. host Gastgeber This is the simplest of the DNS commands. Dies ist die einfachste der DNS-Befehle. It is a quick way to determine the IP address of a hostname: Es ist ein schneller Weg, um festzustellen, die IP-Adresse einen Hostnamen: : host www.your-domain-name.com : Host www.ihr-Domain-name.com The -a option will return all of the DNS information in verbose format. Die Option-a werden alle von der DNS-Informationen im ausführlichen Format. : host -a www.your-domain-name.com : Host-a www.ihr-Domain-name.com Now that you know the IP address for www.your-domain-name.com, try a reverse lookup. Jetzt, da Sie wissen, die IP-Adresse für www.your-Domain-name.com, versuchen Sie es mit einer Reverse-Lookup. : host IP-ADDRESS : Host-IP-ADRESSE dig (domain information groper) Dig (Domain-Informationen groper) This command gathers and returns DNS information in a format the name server can use directly. Dieser Befehl sammelt und liefert DNS-Informationen in einem Format der Name-Server verwenden können direkt. You will find it easy to query specific name servers with dig. Sie finden es einfach, spezifische Abfrage Name-Server mit dig. You can quickly determine the Name servers of your host or any other host: Sie können schnell feststellen, die Name-Server von Ihrem Host oder einem anderen Host: : dig ns your-host.com : Dig ns your-host.com Then you check your (or another) website against the host's name servers: Dann überprüfen Sie (oder ein anderes) Website gegen die Host-Name-Server: : dig www.your-domain-name.com @ns.your-host.com : Dig www.ihr-Domain-name.com @ ns.your-host.com Dig can provide output that is in the same format as the zone file itself. Dig kann Ausgang, der in der gleichen Format wie die Datei selbst Zone. Here is how to get the whole zone file: Hier ist, wie man die gesamte Zone-Datei: : dig any your-domain-name.com : Dig alle ihr-domain-name.com Here are the most useful dig query types: dig any (gathers all DNS information), dig ns (gathers name server information), dig mx (gathers mail exchanger information) and dig a (gathers network address information). Hier sind die nützlichsten graben Abfrage-Typen: graben jede (sammelt alle DNS-Informationen), graben ns (Name-Server sammelt Informationen), graben MX (Mail Exchanger sammelt Informationen) und graben Sie ein (sammelt Information Netz-Adresse). The dig command can also do reverse lookups with output formatted for the zone file: Die graben Befehl kann auch Reverse-Lookups mit Ausgabe formatiert für die Zone-Datei: : dig -x IP-Address : DIG-x IP-Adresse nslookup nslookup You can use this tool as a single line command, or you can use it interactively, which distinguishes it from the other DNS commands. Sie können dieses Tool als eine einzige Zeile Befehl, oder Sie können es verwenden, interaktiv, was unterscheidet es von den anderen DNS-Befehle. Once you have started nslookup, type set all to list the default options. Sobald Sie begonnen haben nslookup, geben Sie alle zur Liste der Standard-Optionen. As with dig you can choose the server (name server) you want to query, and you can decide the type of DNS information on which to focus. Wie bei graben können Sie wählen den Server (Name Server) Sie abfragen möchten, und Sie können entscheiden, welche Art von DNS-Informationen, auf die zu konzentrieren. Just as you can issue commands to nslookup interactively, you can also change the initial defaults by starting a .nslookuprc file. So wie können Sie Befehle zu nslookup interaktiv, können Sie auch die ursprünglichen Standardeinstellungen, indem Sie ein. Nslookuprc Datei. The format of the .nslookup is one command per line: Das Format der. Nslookup ist ein Befehl pro Zeile: set type=NS Set type = NS set domain=srvns.your-host.com Set domain = srvns.your-host.com set timeout=10 Set timeout = 10 Conclusion Fazit These three commands can provide you with most of the information you need about your domain names. Diese drei Befehle können Sie mit den meisten der benötigten Informationen über Ihre Domain-Namen. They are powerful tools, and this article should provide you enough information to get started or offer a quick refresher if you already use these commands. Sie sind leistungsfähige Werkzeuge, und dieser Artikel sollten Sie genügend Informationen, um die ersten Schritte oder bieten einen schnellen Auffrischungskurse, wenn Sie bereits Verwendung dieser Befehle. About the Author: Über den Autor: Dan Forootan founded EZ Publishing, Inc. in 1998. Dan Forootan gegründet EZ Publishing, Inc. in 1998. EZ Publishing's Small Business Web Hosting provides the essential tools for using the Web as a marketing tool. EZ Publishing's Small Business Web Hosting stellt die grundlegenden Werkzeuge für die Verwendung des Web als Marketing-Instrument. The package includes web hosting, the StreamSend permission-based email marketing solution. Das Paket umfasst Web-Hosting, die StreamSend Erlaubnis-basierte E-Mail-Marketing-Lösung. Please email questions or comments about this article to articles@ezpublishing.com . Bitte E-Mail Fragen oder Kommentare zu diesem Artikel zu articles@ezpublishing.com. Thank you. Danke. Tags:
|