Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:dig

Dies ist eine alte Version des Dokuments!


Inhaltsverzeichnis

dig

dig ist eine Software zur Abfrage des DNS.

Beispiele

MX-Record

USER
me@localhost /home/me $ dig ho2e.de MX

; «» DiG 9.9.5-12.1-Debian «» ho2e.de MX ;; global options: +cmd ;; Got answer: ;; →>HEADER«- opcode: QUERY, status: NOERROR, id: 55614 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION: ;ho2e.de. IN MX

;; ANSWER SECTION: ho2e.de. 3438 IN MX 20 mxext3.mailbox.org. ho2e.de. 3438 IN MX 10 mxext1.mailbox.org. ho2e.de. 3438 IN MX 10 mxext2.mailbox.org.

;; Query time: 13 msec ;; SERVER: 192.168.0.1#53(192.168.0.1) ;; WHEN: Sat Feb 27 17:11:15 CET 2016 ;; MSG SIZE rcvd: 105

USER
me@localhost /home/me $ dig ho2e.de MX +short

10 mxext1.mailbox.org. 10 mxext2.mailbox.org. 20 mxext3.mailbox.org.

Alternativer DNS-Server

dig ho2e.de MX +short @8.8.8.8
linux/dig.1491691170.txt.gz · Zuletzt geändert: (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki