How do you use nslookup with MX records?
April 10th, 2008 by Blu:RayNe
How do you use nslookup with MX records?
- At the command prompt type
nslookup This will give you a ">" prompt.- Type "
set type=MX". - Type "
google.com". - You should now get the MX records for "google.com".
Example:
$ nslookup > set type=mx > google.com Server: 212.227.84.251 Address: 212.227.84.251#53 Non-authoritative answer: google.com mail exchanger = 10 smtp1.google.com. google.com mail exchanger = 10 smtp2.google.com. google.com mail exchanger = 10 smtp3.google.com. google.com mail exchanger = 10 smtp4.google.com.
usw.
Filed under Allgemein having