108k views
4 votes
You are troubleshooting a dns issue on a linux system, and need to test the resolution of your domain mycompany.com mx record using google's dns server with the ip address of 8.8.8.8. what dig command will accomplish this?

User Cnom
by
5.8k points

2 Answers

7 votes

Answer:

nslookup

Step-by-step explanation:

Step 1: Open a DOS command window. To do this click Start, click Run, type cmd and press enter.

Step 2: in command prompt type "nslookup mycompany.com 8.8.8.8".

Step 3: Interpret output from nslookup. Output will be something like:

Server: XYZ

Address: 8.8.8.8

Name: mycompany.com

Address: 8.8.8.8

User Kif
by
5.9k points
4 votes

Answer:

nsLookup mycompany.com

Step-by-step explanation:

Start a DOS command window. To do that, click Start, click Run, type cmd, and later press Enter.At the command prompt, copy the following command. Substitute example.com with the domain that you need to examine:

"nsLookup mycompany.com"

User Ken Arnold
by
5.9k points