DispersedNet
SiteMap
Network Admin
Unix Admin
System Admin
Network Security
Unix Network Admin
«Prev
Next»
Unix Concepts
Domain Name Service
DNS Namespace
Top Level Domains (L3)
IP Address Name
DNS Zones
Name Servers
DNS Recursive Query
DNS Caching Only
Name Servers - Quiz
Resource Records
Zone File Generalities
Zone File Format
Resource Record Types
SOA Record
Domain Name Service
DNS Lookup
DNS Name Resolution
NSLookup Resource Records
Using NSLookup
NSLookup Command
Linux Bind
Name Server Configuration
NS File Example
DNS NSLookup Program
Configuring DNS
Configuring DNS Server
NDS Server Configuration
DNS Zone File
Preparing Zone Files
Starting name Server Process
Linux DNS Configuration
Using Sendmail
Network Information Service
Viewing MX records - Exercise
Objective:
Use nslookup to view MX records.
This exercise uses a Java applet to simulate a UNIX command line and allows you to practice entering commands. If you do not have Java active in your browser or are behind a firewall that does not allow Java applets, you will not be able to complete this exercise. If you do not see the applet below, click the
Submit
Button to review the solution to the exercise and continue with the course.
Exercise scoring
This exercise is not scored. When you have completed the exercise, click the
Submit
button to review the solution and continue with the course.
Instructions
In this exercise, you will use the
nslookup
program to view MX records. Start the simulation below and work through the situation presented.
You are logged on as user1 and are in the /home/user1 directory. Issue a command that will open the proper program to view MX records
View MX records
Type nslookup. This will allow you to view Resource Records.
nslookup
Set |||(S7)nslookup to search for MX records
Look up MX records
set type=MX
(S0)To look up MX records, rather than SOA, A, or CNAME entries, type set type=MX
List the MX entries for the corporation.com domain
List the MX entries
corporation.com
Type corporation.com to list all of the MX entries for that domain.
Notice that your domain has two MX entries. Also, notice that the first entry has priority due to its lower number. Now, use nslookup to view additional MX entries. Look at acmetraining's MX setup.
List the MX entries
acmetraining.com
Type acmetraining.com to view its MX entries. You may think that you should enter www.acmetraining.com, but you are searching for domain information, not for a specific host named www. Domains cannot have a name beginning with www.
Submit