www.unix.com Open in urlscan Pro
209.126.104.117  Public Scan

URL: https://www.unix.com/ip-networking/145589-how-do-traceroute-dns-lookups.html
Submission: On February 21 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://www.unix.com/search.php?do=process

<form action="https://www.unix.com/search.php?do=process" method="post">
  <input type="hidden" name="do" value="process">
  <input type="hidden" name="quicksearch" value="1">
  <input type="hidden" name="childforums" value="1">
  <input type="hidden" name="exactname" value="1">
  <input type="hidden" name="s" value="80b22ec1864be9186584c652620672e4">
  <input type="hidden" name="securitytoken" value="guest">
  <input type="hidden" name="showposts" value="0" id="rb_nb_sp0_neo" tabindex="1002">
  <div id="bs-search-bar" class="nav-top-margin" style="margin-bottom:20px;">
    <div class="input-group">
      <span class="input-group-addon"><button class="btn btn-light" style="background-color:  #f0f0f7;border:1px solid silver;color:gray;"><i class="fas fa-search neo-toolbit" data-original-title="" title=""></i></button></span>
      <input type="search" class="form-control" style="background-color: lightyellow" name="query" tabindex="1001" placeholder="Search The UNIX and Linux Forums (Quick Search)">
    </div>
  </div>
</form>

POST https://www.unix.com/search.php?do=process

<form action="https://www.unix.com/search.php?do=process" method="post">
  <input type="hidden" name="do" value="process">
  <input type="hidden" name="quicksearch" value="1">
  <input type="hidden" name="childforums" value="1">
  <input type="hidden" name="exactname" value="1">
  <input type="hidden" name="s" value="80b22ec1864be9186584c652620672e4">
  <input type="hidden" name="securitytoken" value="guest">
  <div>
    <input type="text" class="bginput form-control" name="query" size="25" tabindex="1001">
  </div>
  <div style="margin:10px 0px 10px 0px;text-align:center;">
    <input type="submit" class="button btn btn-primary btn-block" value="Search" tabindex="1004">
  </div>
  <div style="margin-top:6px">
    <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" style="margin: 0px 5px 0px 0px;">Show Threads . </label> &nbsp; <label for="rb_nb_sp1"><input type="radio" name="showposts"
        value="1" id="rb_nb_sp1" tabindex="1003" style="margin: 0px 5px 0px 0px;">Show Posts</label>
  </div>
</form>

GET https://www.unix.com

<form action="https://www.unix.com" method="get">
  <div style="padding:0px; margin:0px; border:0;width:100%;text-align:center;">
  </div>
  <div style="background-color:white;">
    <br>
    <div style="text-align:center; width:100%;background-color:white;">
      <div class="smallfont" style="width:100%;background-color:white;padding-left:20px;padding-right:20px;">
        <strong>
          <span class="neo-footer-contactus"><a href="https://www.unix.com/sendmessage.php?s=80b22ec1864be9186584c652620672e4" style="text-decoration:none;" rel="nofollow" accesskey="9">Contact Us</a></span>
          <span class="neo-footer"> - <a href="https://www.unix.com/" style="text-decoration:none;">The UNIX and Linux Forums - unix commands, linux commands, linux server, linux ubuntu, shell script, linux distros.</a> -</span>
          <span class="neo-footer"><a style="text-decoration:none;" href="https://buysellads.com/buy/detail/215189" rel="nofollow" accesskey="9">Advertising</a> - </span>
          <a style="text-decoration:none;" href="https://www.unix.com/ip-networking/145589-how-do-traceroute-dns-lookups.html#top" onclick="self.scrollTo(0, 0); return false;"><span class="neo-footer">Top</span></a>
        </strong>
      </div>
    </div>
  </div>
</form>

Text Content

The UNIX and Linux Forums


Forum Home
Linux and Unix Man Pages
Search Forums
Search Community Posts
Today's Posts
Quick Links

Man Pages RedHat Commands OpenSolaris Commands Linux Commands SunOS Commands
FreeBSD Commands All UNIX Man Pages All Linux Man Pages Full Man Repository

Login or Register to Ask a Question and Join Our Community


Search Forums
Show Threads .   Show Posts
Tag Search Advanced Search

Quick Links Contact Us Forum Rules Today's Posts FAQ Pictures & Albums All
Albums Miscellaneous What is My IP Whois Mark Forums Read







IP NETWORKING


HOW TO DO TRACEROUTE OF DNS LOOKUPS?

Tags

debugging, dig, dns, ip networking, lookup, traceroute



Login to Discuss or Reply to this Discussion in Our Community




 
Thread Tools Search this Thread

Special Forums IP Networking How to do traceroute of DNS lookups?
# 1  
10-04-2010
coolatt
Registered User
111, 2
Join Date: Mar 2009
Last Activity: 28 June 2016, 3:19 AM EDT
Location: Mauritius
Posts: 111
Thanks Given: 23
Thanked 2 Times in 2 Posts

How to do traceroute of DNS lookups?

--------------------------------------------------------------------------------

hello,,

after googling a lot,, i still cannot find the answer to my problem.

i want to do a traceroute or a network debugging of dns lookups from a Mail
Server running on DEBIAN LENNY 5.0.

we have 2 routers in our office,, and i want to see through which of the routers
the dns lookups are done

can someone advise me how to ..... ??? Thanks,,,

--------------------------------------------------------------------------------

Last edited by coolatt; 10-04-2010 at 09:35 AM.. Reason: missing info



coolatt View Public Profile for coolatt Find all posts by coolatt




# 2  
10-04-2010
Neo
Administrator
19,118, 3,359
Join Date: Sep 2000
Last Activity: 15 July 2022, 8:51 AM EDT
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts

You might try the dig utility. Should work for what you described.

Code:

       +[no]trace
	   Toggle tracing of the delegation path from the root name servers
	   for the name being looked up. Tracing is disabled by default. When
	   tracing is enabled, dig makes iterative queries to resolve the name
	   being looked up. It will follow referrals from the root servers,
	   showing the answer from each server that was used to resolve the
	   lookup.





Neo View Public Profile for Neo Visit Neo's homepage! Find all posts by Neo




# 3  
10-04-2010
DGPickett
Registered User
4,673, 588
Join Date: Oct 2010
Last Activity: 1 February 2016, 3:35 PM EST
Location: Southern NJ, USA (Nord)
Posts: 4,673
Thanks Given: 8
Thanked 588 Times in 561 Posts

nslookup with debug on will tell you where it goes. Usually the local dns talks
to the ISP dns as a local root, and usually is on the internet and can do
without recursion, perhaps must under the isp contract. This way, the isp tells
you the root servers and you go off on your own to their children. If the roots
change, the changes trickle down.

traceroute from the dns host of the DNS server IPs will tell you where the
network path is, going out. It may vary depending on where the next DNS server
is.

(nslookup with server name allows you to route dns direct to a specific name
server, if you want to compare responses.)



DGPickett View Public Profile for DGPickett Find all posts by DGPickett



# 4  
10-07-2010
coolatt
Registered User
111, 2
Join Date: Mar 2009
Last Activity: 28 June 2016, 3:19 AM EDT
Location: Mauritius
Posts: 111
Thanks Given: 23
Thanked 2 Times in 2 Posts

ok,,, thanks



coolatt View Public Profile for coolatt Find all posts by coolatt






Login or Register to Ask a Question

Previous Thread | Next Thread



10 MORE DISCUSSIONS YOU MIGHT FIND INTERESTING


1. SOLARIS


DNS CLIENT ADDED TO DNS SERVER BUT NOT WORKING

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone
configs file on DNS server (Solaris 10). Reloaded the configuration using and
added nameserver into resolv.conf on client. But when I am trying nslookup, its
not getting resolved. The nameserver is not able to... (8 Replies)

DISCUSSION STARTED BY: SNCHAUDHARI2

8 Replies


2. IP NETWORKING


TRACEROUTE

I have some question about traceroute: 1. Can we hide our computer from
traceroute? (2 Replies)

DISCUSSION STARTED BY: BUDIANTHO_INDRA

2 Replies


3. RED HAT


DHCP & DNS - CLIENTS GET IP BUT DON'T REGISTER IN DNS

I am trying to setup a CentOS 6.2 server that will be doing 3 things DHCP, DNS &
Samba for a very small office (2 users). The idea being this will replace a very
old Win2k server. The users are all windows based clients so only the server
will be Linux based. I've installed CentOS 6.2 with... (4 Replies)

DISCUSSION STARTED BY: FIREBIADE

4 Replies


4. UNIX FOR ADVANCED & EXPERT USERS


DNS SERVER CHOICE: WINDOWS DNS VS LINUX BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND
comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5)
?? I personally prefer Windows DNS server for management, it supports GUI and
command line. But I am not sure about security... (2 Replies)

DISCUSSION STARTED BY: HONGLUS

2 Replies


5. SHELL PROGRAMMING AND SCRIPTING


NSLOOKUP FOR REVERSE LOOKUPS ON MULTIPLE SERVERS

Hi all i need help :) i need to create a script (tcsh) to do a nslookup on all
my hosts to see which ones do not have reverse lookup..etc. can someone please
help? (1 Reply)

DISCUSSION STARTED BY: BRIAN112

1 Replies



6. UNIX FOR DUMMIES QUESTIONS & ANSWERS


TRACEROUTE

Good afternoon Can anyone explain traceroutes to me and when it would be
necessary/what situations would call one to use it? (2 Replies)

DISCUSSION STARTED BY: IAMNEW2SOLARIS

2 Replies


7. HP-UX


TWS 8.4 ON HP-UX - LOOKUPS?

Just wondering if anyone else is using IBM's TWS on HP-UX 11.11i. Seeing some
very strange name-lookup issues when it comes to using various utilities on the
system. The same software works fine o0n AIX, Linux, Solaris, etc, but on HP-UX
there is noticeable time lags in issuing commands - at the... (0 Replies)

DISCUSSION STARTED BY: RNBWKAT

0 Replies


8. SHELL PROGRAMMING AND SCRIPTING


CAN AWK DO LOOKUPS TO OTHER FILES AND PROCESS RESULTS

I know that 'brute-force' scripting could accomplish this with lots of
cat/echo/cut/grep and more. But, because my real file has 800k records, and the
matching files have 10-20k records, this is not time-possible or efficient. I
have input file: > cat file_in... (4 Replies)

DISCUSSION STARTED BY: JOEYG

4 Replies


9. UNIX FOR ADVANCED & EXPERT USERS


TRACEROUTE

Hi, Can any one suggest me an add on feature for the traceroute command. Thanks
in advance. Regards, Selvi (4 Replies)

DISCUSSION STARTED BY: SALVI

4 Replies


10. SOLARIS


SOLARIS DNS CLIENT FOR MICROSOFT DNS SERVER

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register
in the microsoft DNS ?? i managed to query from the DNS server after adding
/etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the
soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)

DISCUSSION STARTED BY: MDUWEIK

3 Replies



Login or Register to Ask a Question

MEMBER BADGES AND INFORMATION MODAL

×

Close


FEATURED TECH VIDEOS

Powered By

10



13 Quick Tips to Make Linux File Manager Nautilus Even Better


Share

Next
Stay




All times are GMT -4. The time now is 11:24 AM.


Contact Us - The UNIX and Linux Forums - unix commands, linux commands, linux
server, linux ubuntu, shell script, linux distros. - Advertising - Top
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy