Sponsored Content
Full Discussion: Which nameserver is used?
Operating Systems HP-UX Which nameserver is used? Post 302772314 by soeren1176 on Monday 25th of February 2013 04:44:56 AM
Old 02-25-2013
Thanks for the fast response.

The "dig" command shows the used namserver to:
Code:
dig www.unix.com

; <<>> DiG 9.3.2 <<>> www.unix.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 590
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.unix.com.                  IN      A

;; ANSWER SECTION:
www.unix.com.           77996   IN      A       4.59.125.171

;; Query time: 2 msec
;; SERVER: XXX.XXX.XXX.XXX#53(XXX.XXX.XXX.XXX)
;; WHEN: Mon Feb 25 10:39:52 2013
;; MSG SIZE  rcvd: 46

This User Gave Thanks to soeren1176 For This Post:
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

need advice on nameserver configuration

on a Red Hat server I am running name server (ns1.mynameserver.com , ns2.mynameserver.com) can anybody advice how to set my server so that it automatically forwards domains that have ns1.mynameserver.com , ns2.mynameserver.com as nameserver address to a specific url/page, without actually adding... (0 Replies)
Discussion started by: wanex
0 Replies

2. Red Hat

two dns search with 4 nameserver

Hi all, Does someone use this kind of config on /etc/resolv.conf? search domain1.com domain2.com nameserver 1.x.x.x nameserver 2.x.x.x nameserver 3.x.x.x nameserver 4.x.x.x Is that going to work properly? I heard that only 3 lines are enabled on resolv.conf. Is that true? Thanks! (1 Reply)
Discussion started by: itik
1 Replies

3. UNIX for Dummies Questions & Answers

NameServer not accessible

Hi everybody I am facing a little problem with names servers. I have a VPS with Kloxo installed on it I have registered 2 name servers (i.e. ns1.domain.com and ns2.domain.com) past one month. These nameservers are not accessible yet. I have check the nameserver on internic site and they are... (3 Replies)
Discussion started by: rizwan65
3 Replies

4. Web Development

(WHM) Primary Resolver and Nameserver confusion

Okay, I know generally how the internet works but here I am confused. Every website that I've worked on prior to this had a vendor providing Nameserver services -Meaning that I just pointed my DNS to their server and they do the rest. Now, I am confused by what the Primary Resolver is... (1 Reply)
Discussion started by: Astrocloud
1 Replies

5. IP Networking

[Android-Networking] can't acces internet, while settings says all is ok => Routing/Nameserver prob

Hello, since a while, i have a very strange and frustrating network problem with my Huawei p6(Android 4.4.2). The ROM is "Omni Rom", i think - but it shouldn't matter. The problem is: when i try to connect through wlan (i have no mobile internet), according to the network manager of android,... (1 Reply)
Discussion started by: Palindrom
1 Replies

6. UNIX for Beginners Questions & Answers

Bind: Can you configure multiple domains using the same nameserver

Can you add multiple domains to a nameserver without creating a new IP address? I have one IP address on my machine and have configured forward and reverse zone files. Names are resolving fine. I know I can add another domain to the named.conf file and create new forward and reverse files. what... (2 Replies)
Discussion started by: LinuxGirl
2 Replies
dns_browse(1)						      General Commands Manual						     dns_browse(1)

NAME
dns_tree -- command-line frontend to dig SYNOPSIS
dns_tree [-f] [-v] [-d] [-t TYPE] [-m MATCH] DNS_domain DESCRIPTION
This manual page documents briefly the dns_tree command. This manual page was written for the Debian distribution because the original program does not have a manual page. dns_tree is a program that works as a front-end to dig. Given a specific domain dns_tree will make several dig invocations to fetch a zone and it will format the output in in a somewhat sensible hierarchical style (a tree). Information extracted from the DNS relies on being possible to fetch a zone through a zone transfer. If the DNS servers for the requested domain do not allow file transfers dns_tree will not be able to obtain information from the zone. All data obtain is cached in ~/.DNS_BROWSE with an approximation of the usual DNS caching rules. Remove all files in that directory to prematurely flush the cache. OPTIONS
A summary of options is included below. -t TYPE Show only records of TYPE. This argument can be repeated to indicate multiple types. Use the "all" type to print all the known types. -m MATCH Show only records in which the first component matches the PERL regexpt MATCH. -h Show summary of options. -v Enable verbose mode. All DNS requests are printed in the standard error. -d Enable debug output. Presents internal information of the program -f Override warnings (force). SEE ALSO
dig (1), dns_browse (1), perlrequick (1). AUTHOR
This manual page was written by Javier Fernandez-Sanguino jfs@debian.org for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. dns_browse(1)
All times are GMT -4. The time now is 03:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy