I am familiar with nslookup
and host
commands, but if, for example, my default DNS is a non-Chinese DNS, and I do a host -t NS weimobdc.com
, it will return connection timed out; no servers could be reached
.
I want to look it up through a specific DNS, like host -DNS 114.114.114.114 weimobdc.com
. Is this possible?
You can use
dig
commandExample
More you can find here
or you can use
host
Example
More you can find here
If you have problem to send query to some dns server you can try make connection to that server with command
Output will be something like this if work
Maybe is not allowed to send query except to you internet provider dns server. You must check with your ISP
Since you're familiar with
nslookup
: