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
1
vote
1 answer

Bind reverse lookup failing

I have set up my bind server but am unable to perform reverse look up the nslookup. The config file looks like this. acl "internal" {192.168.5.0/24;}; view "internal" { match-clients {"internal";}; recursion yes; zone "home"…
Thomas
  • 133
  • 2
  • 5
1
vote
1 answer

Some Can reach bidmail.com others can't

On a Windows 7 Professional machine in Chrome one of our estimating assistants can't get to www.bidmail.com, however the other 3 can. On his machine I did nslookup then bidmail.com and it fails to find it. I then went to a machine that could reach…
user76534
  • 26
  • 1
  • 2
1
vote
2 answers

List all targets that are available on someones third party DNS server

Possible Duplicate: how to request/acquire all records from a DNS? I want to configure my DNS server the same as this third party DNS server for a given domain. It is temporary. We are going to end up taking the whole thing over. I want to see if…
700 Software
  • 2,233
  • 10
  • 49
  • 77
1
vote
1 answer

View Public Key in Domain Key for a Domain

Using Jeff's blog post I'm creating domain keys for my account. I wanted to verify the setup using Get or Host command with Bind for Windows but I'm lost one of the commands. I can see view the _domainkey. txt file with this command: host -t txt…
Josh
  • 651
  • 2
  • 6
  • 15
1
vote
2 answers

How to access this server?

I have a server that I cannot access. At first I thought it was just some temporary failure with the server, but checking from other IP addresses reveals that it is working just fine. It's only my IP address that's failing. So here is what I've…
Nathan Osman
  • 2,725
  • 7
  • 32
  • 46
1
vote
2 answers

What is the effect of the '-v' flag to the Windows nslookup command?

I'm trying to debug a problem in which my Windows host resolver will not resolve a particular DNS name (FQDN). I notice that if I call the Windows nslookup command as follows, nslookup x.y.z.cloud (x.y.z.cloud is a stand-in for the actual name),…
zeelor
  • 11
  • 2
1
vote
0 answers

nslookup not retrieving authoritative answer

I'm trying to get an authoritative answer using nslookup but it's not working $nslookup animeflv.net matt.ns.cloudflare.com Server: matt.ns.cloudflare.com Address: 108.162.193.131#53 Non-authoritative answer: Name: animeflv.net Address: …
Luna
  • 11
  • 1
1
vote
1 answer

Win2016 DNS Manager nslookup returns Default Server: Unknown

I have a Windows 2016 server running as a Tertiary Domain Controller and the issue I'm seeing is that when I run nslookup from the DNS manager it returns 'Default Server: Unknown' with the correct local IP Address. It should return the fqdn of the…
1
vote
1 answer

8.8.8.8 returns NXDOMAIN randomly for all our subdomains

Our customers make quite a few domain checks towards Google public DNS with the following domains .sip.teltel.io, but they often fail. To others, like Cloudflare it is always successful. When we run nslookup in a loop towards 8.8.8.8, about…
11lll
  • 41
  • 2
1
vote
0 answers

nslookup: connection timed out; no servers could be reached

All of a sudden, my server (Debian Buster) can no longer connect to DNSs. When I try nslookup, it fails: $ nslookup www.google.com ;; connection timed out; no servers could be reached I'm not exactly sure when this started, but I'm guessing it…
Zippy1970
  • 247
  • 1
  • 4
  • 12
1
vote
1 answer

How to query site DNS A-Record?

nslookup -type=ns b92.net a.root-servers.net I got this Server: a.root-servers.net Address: 198.41.0.4#53 Non-authoritative answer: *** Can't find b92.net: No answer Authoritative answers can be found from: net nameserver =…
MikiBelavista
  • 333
  • 2
  • 5
  • 12
0
votes
1 answer

Issues with DNS & SMTP with my Domain while setting webmail on my premises

My domain is worldlightingservice.com I've been able to work out a lot of issues that I had from searching on https://mxtoolbox.com/ (A records, dns, smtp, blacklist and many others) but I'm not able to work out the reverse DNS lookup. I just can't…
0
votes
1 answer

Windows Server 2012 DNS returns a useless tautology

For one hostname - myaccount.cargowise.com - our Windows Server 2012 DNS seemingly returns a useless and tautological answer; it resolves myaccount.cargowise.com to itself without providing an IP address. No other domain names seem to be…
0
votes
2 answers

Get DNS 'Additional section' using Windows (nslookup option?)

I can use dig to get the full master file output of DNS info, and for my problem I am interested in the information in the "additional" section: $ dig example.com ; <<>> DiG 9.9.4-RedHat-9.9.4-61.el7_5.1 <<>> example.com ;; global options: +cmd ;;…
Watki02
  • 587
  • 2
  • 12
  • 22
0
votes
2 answers

Does the DNS response order matter in nslookup?

I've implemented a DNS relay program on Windows. I got 3 DNS query every nslookup command, PTR, A and AAAA. I reply the type=A query first, and reply PTR/AAAA query few microseconds later. But I got timeout in nslookup and found that every A and…
AlphaGoMK
  • 3
  • 2