This is a discussion on Lookuping IP address using four nameservers at the same time. within the Bind Users forums, part of the DNS and Related Forums category; I have 4 DNS servers e.g. 111.111.111.111; 222.222.222.222; 111.222.111.222; 222....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have 4 DNS servers
e.g. 111.111.111.111; 222.222.222.222; 111.222.111.222; 222.111.222.111. They are fake here for secure reason;-) When I want to get a domain's IP,I usually type: "nslookup"-->"server 111.111.111.111"-->"www.aaa.com" then "server 222.222.222.222"-->"www.aaa.com" and then "server 111.222.111.222"-->"www.aaa.com" and then "server 222.111.222.111"-->"www.aaa.com" But I find it costs lots of my time. Is there a tool (or just a perl script) which can set four nameservers(or more) *at the same time* to query? Thank you in advance. |