简体   繁体   中英

How to find dnsserver ip address?

I am trying to lookup the ip address of the dnsserver.

If

dig @dnsserver bankOfAllan.co.uk

returns

;; ANSWER SECTION: bankofallan.co.uk.      3600    IN      A       10.0.0.1

and

dig @dnsserver badguy.ru

returns

;; ANSWER SECTION: badguy.ru.              60      IN      A       172.16.200.1

how do you find the dnsserver's ip address (@dnsserver)?

Silly me!

dig @dnsserver

works

Open network sharing center-> change adapter settings-> right click on connection ->status- Details- gives you all the numbering

or cmd and type ipconfig

get your path fixed for cmd- to do this-

computer-Right click- properties -Advance sys properties -> Environment Variables-> Path-(Edit)- should look like this -C:\\Windows\\System32\\ And this should do-

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM