I tried to run the below dig command:
dig www.google.com ANY
dig google.com ANY
but i always got the respone
;; Connection to 172.16.137.2#53(172.16.137.2) for www.google.com failed: connection refused.
I tried many other domains but nothing changed.
What would be the possible issue ?
dig domain ANY return refuse connection to port 53
2.1k Views Asked by Omar At
1
There are 1 best solutions below
Related Questions in DNS
- AWS Dns record A not navigate to elb
- I created a domain name from cloudflare, and Hoisted my static site hosted in google firebase, error in adding custom domain in firebase
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- The problem with raising the DNS server on Ubuntu 20.04 - bind9
- I registered a service in eureka which is resolving through java code. But it is not able to resolve its name when hitting through chrome or postman
- Assigned A record for Subdomain in Cloud DNS to Compute Engine VM instance but not propagated/resolved yet
- Why Bind9 responds with latency for RPZ rule?
- Create aws certification for domain
- Make Bind DNS server to request only root DNS servers of IANA website
- Domain Still Redirecting Despite Transferring Out of Godaddy
- Set up MX records in apache/Ubuntu to point to external mail server
- Changing AWS registred domain back to AWS name servers
- Docker networking forwarding failed
- Can access IP address of domain via mobile but not wifi
- CURL got Could not resolve host: my subdomain
Related Questions in DIG
- Issue with ansible dig Argument 'text' has incorrect type (expected str, got AnsibleUnicode)
- Some browsers won't resolve DNS A records of private IP range
- What is the best to poll DNS CNAME update?
- I use dig and dnspython to make DOH query, dig succeed but why dnspython fail?
- About AWS Route53 public host zone and private host zone
- socat and dig simulate DNS request on localhost DNS server
- Use an existing DNSdig (golang) in a return to display JSON (VueJS)
- Ansible - How to 'wait_for' DNS to be available or How using lookup('dig') with 'until'
- Anyone know how to install dig into the codebuild v5 image on AWS?
- Block access to website from router(using its IP adress)
- Why do IP addresses given by dig not work?
- Bash: pinging servers and writing the IP to a file
- How to use IP address with whois, after digging it using shell_exec PHP?
- what does "QUERY" mean in the reponse of dig?
- dig return connection timed out; no servers could be reached
Related Questions in KAL
- dig domain ANY return refuse connection to port 53
- UI Issue with kal calendar for ipad iOS 10
- How to Integrate Kal Calendar?
- use Kal in swift for ios
- method "markedDatesFrom" in protocol "KalDataSource" not implemented ERROR
- iOS - how can i add events to kal library in Objective C?
- iOS - No Known class method for selector 'dataForDay:month:year'
- iOS - integrate Kal library in xcode 6 errors
- iOS - single select in Kal calendar
- Kal calendar month not showing
- Retrieve current date without leading zeroes
- How to add events to Kal calendar library for iOS?
- The added kal library is not showing the ibrary in added linked binary with libraries
- Kal Calendar for Universal App
- Not able to display Kal UI in application
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Some DNS servers just refuse to answer ANY queries (including some resolvers). Still, "connection refused" would be a bad way of doing that, so it might be some other problem...