Questions tagged [nslookup]

nslookup is a utility to query DNS name servers

nslookup is a utility to query DNS name servers. It 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. It is available on several systems like Unix-like systems and Windows systems.

221 questions
5
votes
1 answer

Can't resolve local IP using remote dns server

I'm trying to do something I thought would be pretty simple. Mapping local.mydomain.com to 192.168.0.1 using my registrar's DNS server.(namecheap.com) I've added an A Record for local with value of 192.168.0.1 trying to lookup local.mydomain.com…
Keivan
  • 173
  • 1
  • 1
  • 6
5
votes
3 answers

Simple dig output?

In a script I want to be able to write an IP address to somewhere easily, so I thought using dig (or a similar command) with back-ticks. However the simplest output I've been able to come up to wrt dig parameters is > dig -t A +noall +answer…
knocte
  • 347
  • 1
  • 6
  • 18
5
votes
1 answer

Resolve hostname without FQDN

I'm trying to configure Bind for internal LAN usage only (Linux server, Windows clients) and I would like to resolve workstation both by fqdn and shortname. For example, without DNS server, supposing to have a host named host001 I'm able to do: …
Eddie C.
  • 535
  • 1
  • 3
  • 12
5
votes
2 answers

IP address used by nslookup and ping is different

I have a web server hosted in the network. It has a domain name registered. However, I also host a DNS server for the LAN. So, when someone wants to access the web server, it would check the DNS server and use the internal address 192.168.x.x. The…
ht2
  • 61
  • 1
  • 1
  • 4
4
votes
1 answer

How do I fix name-server "mismatched NS record"?

I am a beginner here, so please be easy on me. I have bought my domain name from a local registrar of my country(mitsu.in) and bought my domain name www.ashurocks.in from there for about 8 months ago. I also bought the web-hosting from another…
ashutosh
  • 151
  • 1
  • 1
  • 5
4
votes
2 answers

What are all the possible causes of the "An Active Directory Domain Controller (AD DC) for the domain ..." error message?

Earlier I was having issues connecting one of my workstations (client) to my domain, and I thought it was because the domain was not in my possession yet (reference: this question). But, due to the answer I'm led to believe that there is something…
4
votes
1 answer

My Vista's nslookup returns an ipv4 address for an ipv6 site

the command: nslookup ipv6.google.com doesn't work quite well. somtimes it returns an correct ipv6 address, sometimes it returns an ipv4 address. How can this happen? [im using OpenDNS] much thanks for help.
deo
  • 143
  • 3
3
votes
0 answers

Different nslookup answers on different clients in local network with local DNS

Situation: I have a few clients in a local network. I have a server named amp003 with IP address 192.168.4.13 I have two DNS servers (each one on relative DC server). On client 1 I did following: nslookup amp003 DNS1 -DNS1's…
3
votes
1 answer

Route53 subdomain not resolved with nslookup

My problem I am trying to build a personal CDN to share static file with my contacts. The design includes an S3 bucket, a CloudFront distribution and a subdomain registered via Route53, all configured using Terraform. However, I can reach my files…
Adam Matan
  • 13,194
  • 19
  • 55
  • 75
3
votes
2 answers

nslookup not resolving hostname

I can't seem to get nslookup to resolve correctly. Here is my hosts file: [root@clc-host ge2011.11]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6…
EHQ
  • 39
  • 1
  • 1
  • 2
3
votes
1 answer

Trying to understand DNS resolution inconsistency

I'm using a DNS issue I've run into to help me understand DNS resolution better. I can't seem to figure out the inconsistency I'm seeing when resolving www.fandompost.com. At the top of my query list is OpenDNS. When queried they will return an…
Digital ink
  • 500
  • 1
  • 10
  • 23
3
votes
1 answer

Cannot find solution to "One or more of your nameservers did not return any of your NS records." on intoDNS site

I have set up DNS on my Linux Centos server and when I test on this site I get the following errors: WARNING: One or more of your nameservers did not return any of your NS records. ERROR: One or more of your nameservers did not respond: The ones…
setenson mile
  • 33
  • 1
  • 4
3
votes
1 answer

dig succeeds, nslookup fails (with dnsmasq as the server)

I installed dnsmasq on a machine of mine (It's a Kubuntu 12.04 LTS), backed only by /etc/hosts (no connection to the Internet until later). Now, if I dig mymachine, I get 192.168.0.1, but if I try to nslookup mymachine, I get: >> connection timed…
einpoklum
  • 1,652
  • 3
  • 21
  • 31
3
votes
1 answer

DNS lookups with/without recursion in NSLOOKUP

I am playing around with NSLOOKUP trying to learn about recursive DNS lookups. I am looking up a bogus host name and I seem to be getting the same results whether I enable or disable recursion. With Recursion: nslookup Default Server: …
Citrus
  • 31
  • 1
  • 1
  • 2
3
votes
1 answer

Google Public DNS is returning a SERVFAIL for my domain

Hope some one will help me in resolving the issue. My Domain name is "prohosterz.com" Google Public DNS is returning a SERVFAIL for my domain: $ dig prohosterz.com @8.8.8.8 ; > DiG 9.9.2 > prohosterz.com @8.8.8.8 ;; global options: +cmd ;; Got…
user116539
  • 31
  • 1
  • 2
1 2
3
14 15