query Internet name servers interactively


SUBMITTED BY: Guest

DATE: June 2, 2014, 1:18 p.m.

FORMAT: Text only

SIZE: 4.6 kB

HITS: 5871

  1. NAME
  2. nslookup - query Internet name servers interactively
  3. SYNOPSIS
  4. nslookup [ -option ] [ name | - ] [ server ]
  5. DESCRIPTION
  6. Nslookup is a program to query Internet domain name servers. Nslookup has two modes: interactive and non-interactive. Interactive mode allows the user to query name servers for information about various hosts and domains or to print a list of hosts in a domain. Non-interactive mode is used to print just the name and requested information for a host or domain.
  7. ARGUMENTS
  8. Interactive mode is entered in the following cases:
  9. 1.
  10. when no arguments are given (the default name server will be used)
  11. 2.
  12. when the first argument is a hyphen (-) and the second argument is the host name or Internet address of a name server.
  13. Non-interactive mode is used when the name or Internet address of the host to be looked up is given as the first argument. The optional second argument specifies the host name or address of a name server.
  14. Options can also be specified on the command line if they precede the arguments and are prefixed with a hyphen. For example, to change the default query type to host information, and the initial timeout to 10 seconds, type:
  15. nslookup -query=hinfo -timeout=10
  16. INTERACTIVE COMMANDS
  17. host [server]
  18. Look up information for host using the current default server or using server, if specified. If host is an Internet address and the query type is A or PTR, the name of the host is returned. If host is a name and does not have a trailing period, the search list is used to qualify the name.
  19. To look up a host not in the current domain, append a period to the name.
  20. server domain
  21. lserver domain
  22. Change the default server to domain; lserver uses the initial server to look up information about domain, while server uses the current default server. If an authoritative answer can't be found, the names of servers that might have the answer are returned.
  23. root
  24. not implemented
  25. finger
  26. not implemented
  27. ls
  28. not implemented
  29. view
  30. not implemented
  31. help
  32. not implemented
  33. ?
  34. not implemented
  35. exit
  36. Exits the program.
  37. set keyword[=value]
  38. This command is used to change state information that affects the lookups. Valid keywords are:
  39. all
  40. Prints the current values of the frequently used options to set. Information about the current default server and host is also printed.
  41. class=value
  42. Change the query class to one of:
  43. IN
  44. the Internet class
  45. CH
  46. the Chaos class
  47. HS
  48. the Hesiod class
  49. ANY
  50. wildcard
  51. The class specifies the protocol group of the information.
  52. (Default = IN; abbreviation = cl)
  53. [no]debug
  54. Turn debugging mode on. A lot more information is printed about the packet sent to the server and the resulting answer.
  55. (Default = nodebug; abbreviation = [no]deb)
  56. [no]d2
  57. Turn debugging mode on. A lot more information is printed about the packet sent to the server and the resulting answer.
  58. (Default = nod2)
  59. domain=name
  60. Sets the search list to name.
  61. [no]search
  62. If the lookup request contains at least one period but doesn't end with a trailing period, append the domain names in the domain search list to the request until an answer is received.
  63. (Default = search)
  64. port=value
  65. Change the default TCP/UDP name server port to value.
  66. (Default = 53; abbreviation = po)
  67. querytype=value
  68. type=value
  69. Change the top of the information query.
  70. (Default = A; abbreviations = q, ty)
  71. [no]recurse
  72. Tell the name server to query other servers if it does not have the information.
  73. (Default = recurse; abbreviation = [no]rec)
  74. retry=number
  75. Set the number of retries to number.
  76. timeout=number
  77. Change the initial timeout interval for waiting for a reply to number seconds.
  78. [no]vc
  79. Always use a virtual circuit when sending requests to the server.
  80. (Default = novc)
  81. FILES
  82. /etc/resolv.conf

comments powered by Disqus