SlideShare a Scribd company logo
NETWORK ADMINISTRATION 
DNS Server(Windows & Linux) 
2013-2014 
PASSERELLES NUMERIQEUS CAMBODIA 
Street 371 Phum Tropeang Chhuk (Borey Sorla), Sangkat Tek Thia Khan Sek Sok P.O. Box 511 Phnom Penh, 
Cambodia
Table of Content 
1. Configure Domain Name ................................................................................................................................2 
2. Install Bind package..........................................................................................................................................4 
3. Create: Forward Lookup zone file & Reverse Lookup zone file in the 
master DNS zone. .........................................................................................................................................................4 
4. Create Resource Record with: ....................................................................................................................5 
5. Create Zone transfer .............................................................................................................................................. 10 
5. Encryption transfer protocol...................................................................................................................... 17 
I. On Windows: ................................................................................................................................................... 20 
1. Install DNS + AD service ............................................................................................................................ 22 
2. Configure DNS zone: .............................................................................................................................................. 30 
- Configure Forward ............................................................................................................................................ 30 
-Revers lookup zone ........................................................................................................................................... 31 
3. Create Resource Record: ..................................................................................................................................... 38 
 A(Resolve from host to host) ........................................................................................................... 38 
 PTR(pointer) ................................................................................................................................................... 40 
 CNAME(alias) .................................................................................................................................................. 42 
 MX(Mail Exchanger).................................................................................................................................. 45 
4. Create multiple domains name ........................................................................................................................ 48 
-Forward New zone ................................................................................................................................................... 48 
-Reverse New Zone .................................................................................................................................................. 52 
5. Configure DNS zone transfer............................................................................................................................. 57 
- Configure on Primary DNS server ................................................................................................................ 57 
- Allow only sna2015. lan ....................................................................................................................................... 59 
- Configure on Secondary DNS server (Transfer only sna2015.lan) .......................................... 60 
-Enable master transfer zone ............................................................................................................................. 66 
6. Active Directory-integrated DNS zone:....................................................................................................... 68 
- Configure AD-integrated Replication .......................................................................................................... 68 
- Set Dynamic update as Security only ........................................................................................................ 79
Suse Linux: 
1. Configure Domain Name 
-Go to by type yast lan =>Hostname/DNS =>input the Domain name and 
Server name => OK 
-Configure by input the domain name: tola091.lan
-Show IP Address and restart network services config(rcnetwork restart, 
ifconfig) 
-Show hostname
2. Install Bind package 
-Types the yast –I => install the packet bind (bind) =>type bind in the 
Search Phrase and Accept to install. Or (zipper install –y bind) 
OR 
3. Create: Forward Lookup zone file & Reverse Lookup zone file 
in the master DNS zone. 
- After we finished install the dns services, we need to back up the file 
named.conf that store in the locate /etc to other or some locations.( cp 
/etc/named.conf /etc/named.conf.bk)
- Forward zone is a zone that map name of host to IP address. 
- Reverse zone is a zone that map IP address to name of host. 
- Create these zone we need to: vim /etc/name.conf for configure the file 
named.conf. 
-Configure the zone by creaete forward zone: tola091.lan.zone and reverse zone: 
192.168.1.zone and disable for file include as the picture below: 
-Save them after configure by use :x1 or ZZ 
4. Create Resource Record with: 
-Backup the forward zone and reverse zone of loca to master
-Create resource record and confure for forward zone and reverse zone 
as A, PTR,MX,CNAME 
-Type this command vim tola091.lan.zone to configure forward zone 
- A = Resolves a host to an IP address 
- PTR = Resolves an IP to a host name (1.168.192.in-addr.arpa) 
- CNAME = Resolves from hostname to hostname 
- MX = The mail Server
-Type this command vim 192.168.1.zone to configure reverse zone 
-Use command rcnamed restart to restart service named 
- Use command vim /etc/resolv.conf to add more line of DNS 
-NSLookup Tools 
Nslookup is a command-line utility used to diagnose DNS infrastructure
-DIG command
+ Let client test 
5. Create Zone transfer 
- Configure on Master DNS server 
Additional command for enable master transfer zone to slave 
allow-update { none; }; 
allow-query { any; }; 
allow-transfer { 192.168.1.2; };
- Configure on Slave DNS server 
-Check IP and Hostname 
-Test Connection 
-Configure Domain Name for DNS Slave
-Use command zipper install –y bind 
-Use command cp /etc/named.conf /etc/named.conf.bk for backup
-Zone Transfer, Use command vim /etc/named.conf to configure to get 
the zone transfer from master dns. 
-All the zone will transfer from master zone 
-Restart rcnamed restart 
- The zone will change directory to /var/lib/named/slave so we will 
see the zone that transfer from master zone.
-Show the Reverse Zone Configuration of DNS slave that transfer from 
master DNS 
-Show the Forward zone Configuration of DNS slave that transfer from 
master DNS
-additional line 
-Use NSLookup Tool
-Use DIG Tool
5. Encryption transfer protocol 
-Encryption zone transfer means we would transfer the zone from master 
to slave by using security of encrypt password. 
-Type command dnssec-keygen –a HMAC-MD5-b 96 –n HOST tola in 
order to create encrypt password.
-Copy encryption file from master to slave to bring this key encrypt to 
slave. 
-Go to the named configuration to pass the encrypt key. 
-Restart named services 
7. Let testing of Zone transfer and Encryption transfer
I. On Windows: 
+Before we install other services we need to modify the hostname and 
assigned the real IP address of host. 
-Assigned IP by type command ncpa.cpl to configure the IP address.
-Right on LAN and then click Properties 
-Check Hostname
1. Install DNS + AD service 
-Select Server Manager.Or from the Quick Launch Taskbar. 
-Select Roles. Then Add Roles. Before you continue verify that; 
-You can skip this page by default. 
-Click Next to continue
-Select Active Directory Domain Services. There is no need to select DNS 
Server; this role will be added with DCPROMO. Then Click Next.
- Ensure you read Things to Note. Then Click Next. Click Install.
- The Active Directory Binaries have been installed. Click Close this wizard 
and launch dcpromo.exe. You can also launch dcpromo from the Run box. 
Click Next. Or type the dcpromo on the run. 
- Operating System Compatibility warning about new Server 2008 security 
settings. Check there is no compatibility issue with existing network 
infrastructure. If none click Next.
- Select Create a new domain in a new forest and Click Next.
- 
- There are 3 Forest functional levels Windows 2000, Windows 2003, 
Windows 2008 and Windows Server 2008 R2.
- Select DNS server then Next to continue. Next to continue. The Wizard 
cannot contact the DNS server for this zone. Select yes to continue; DNS 
will then be installed. The Database folders are assigned. Click Next to 
accept the defaults. Restore mode password must be set, click Next to 
continue.
- The Active Directory components are installed. Click Finish to complete 
the installation. The Server needs to be restarted to finalise the 
installation. Click Restart Now. Server restarts.
- 
2. Configure DNS zone: 
- Configure Forward 
A Forward lookup is the most common form of DNS lookup. This 
type of lookup converts a hostname into an IP address. A Forward 
Lookup-Zone contains Name to IP Address mappings. 
-Click Start> Administrative Tools> DNS >Expand by clicking the + next 
to the DNS server
-To add a New Forward Lookup Zone Right click Forward Lookup Zones. 
Click New Zone. 
-Revers lookup zone 
- Right click Reverse Lookup Zones and Select New Zone. 
- Select Primary Zone and tick Store
- Select IPv4 Reverse Lookup Zone. and Next to continue
- Type in the Network ID and Next to continue 
- The Wizard will ask you if you want to accept dynamic updates. As the 
wizard shows there are drawbacks to having it enabled, but there are also 
drawbacks for having it disabled.
- New Delegation to class Monitor as Admin 
- To open DNS Manager, click Start, point to Administrative Tools, and 
then click DNS.
- right-click the applicable subdomain, and then click New Delegation. 
- Follow the instructions in the New Delegation Wizard to finish creating 
the new delegated domain.
3. Create Resource Record: 
A(Resolve from host to host) 
-Open DNS Manager 
- right-click the forward lookup zone to which you want to add the record, 
and then click New Host (A or AAAA).
- In Name, type the DNS computer name for the new host. 
In IP address, type the IP address for the new host. You can type the 
address in IP version 4 (IPv4) format (to add a host (A) resource record) 
or format (to add a host (AAAA) resource record).
- 
PTR(pointer) 
-You can use this procedure to create a pointer (PTR) resource record in a 
reverse lookup zone in Domain Name System (DNS). 
- right-click the reverse lookup zone that you want to manage, and then 
click New Pointer (PTR).
-In the Host IP number text box, type the host IP address in IP version 4 
(IPv4), 
-As an option, you can click Browse to search the DNS namespace for 
hosts that have host (A or AAAA) resource records already defined.
CNAME(alias) 
- Alias (CNAME) resource records are also sometimes called canonical 
name resource records. With these records, you can use more than one 
name to point to a single host,
- right-click the applicable forward lookup zone, and then click New Alias. 
- In Alias name, type the alias name. 
- In Fully qualified domain name (FQDN) for target host, type the FQDN of 
the DNS host computer for which this alias is to be used. 
As an option, you can click Browse to search the DNS namespace for 
hosts in this domain that have host (A) resource records already defined.
- 
-Click OK to add the new record to the zone.
MX(Mail Exchanger) 
-You can use this procedure to add a mail exchanger (MX) resource 
record to a Domain Name System (DNS) zone to provide message routing 
to a mail exchanger host. 
- right-click the forward lookup zone to which you want to add the record, 
and then click New Mail Exchanger (MX).
4. Create multiple domains name 
- (tola091.lan) New Domain 
-Forward New zone
-Reverse New Zone
- sna2015.lan(My own Domain) 
5. Configure DNS zone transfer 
- Configure on Primary DNS server
- Allow only sna2015.lan
- Configure on Secondary DNS server (Transfer only sna2015.lan)
-Transfer Reverse
-Enable master transfer zone
6. Active Directory-integrated DNS zone: 
- Configure AD-integrated Replication
- Set Dynamic update as Security only
DNS windows server(2008R2) & linux(SLES 11)

More Related Content

What's hot

Basic command to configure mikrotik
Basic command to configure mikrotikBasic command to configure mikrotik
Basic command to configure mikrotik
Tola LENG
 
Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11
Tola LENG
 
System Engineer: OpenLDAP and Samba Server
System Engineer: OpenLDAP and Samba ServerSystem Engineer: OpenLDAP and Samba Server
System Engineer: OpenLDAP and Samba Server
Tola LENG
 
Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3
Sophan Nhean
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
jasembo
 
Mail server configuration
Mail server configurationMail server configuration
Mail server configuration
chacheng oo
 
Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...
Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...
Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...
Chanaka Lasantha
 
Mail
MailMail
Mail
Md Shihab
 
M7 - Manual
M7 - ManualM7 - Manual
M7 - Manual
GabrielPostigo1
 
Implementing DNS in Samba PDC
Implementing DNS in Samba PDCImplementing DNS in Samba PDC
Implementing DNS in Samba PDC
Jalpa Soni
 
Apache HTTP Server
Apache HTTP ServerApache HTTP Server
Apache HTTP Server
Tan Huynh Cong
 
Linux corporate-training-in-mumbai
Linux corporate-training-in-mumbaiLinux corporate-training-in-mumbai
Linux corporate-training-in-mumbai
Unmesh Baile
 
Dhcp Server Linux Server
Dhcp Server Linux ServerDhcp Server Linux Server
Dhcp Server Linux Server
muh kemal
 
main
mainmain
Modul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik osModul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik os
Een Pahlefi
 
Nova HA
Nova HANova HA
Nova HA
Open Stack
 
Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...
Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...
Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...
Een Pahlefi
 
Keep Them out of the Database
Keep Them out of the DatabaseKeep Them out of the Database
Keep Them out of the Database
Martin Berger
 
Resolution for a Faster Site
Resolution for a Faster SiteResolution for a Faster Site
Resolution for a Faster Site
Ido Safruti
 

What's hot (19)

Basic command to configure mikrotik
Basic command to configure mikrotikBasic command to configure mikrotik
Basic command to configure mikrotik
 
Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11
 
System Engineer: OpenLDAP and Samba Server
System Engineer: OpenLDAP and Samba ServerSystem Engineer: OpenLDAP and Samba Server
System Engineer: OpenLDAP and Samba Server
 
Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
 
Mail server configuration
Mail server configurationMail server configuration
Mail server configuration
 
Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...
Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...
Configuring apache, php, my sql, ftp, ssl, ip tables phpmyadmin and server mo...
 
Mail
MailMail
Mail
 
M7 - Manual
M7 - ManualM7 - Manual
M7 - Manual
 
Implementing DNS in Samba PDC
Implementing DNS in Samba PDCImplementing DNS in Samba PDC
Implementing DNS in Samba PDC
 
Apache HTTP Server
Apache HTTP ServerApache HTTP Server
Apache HTTP Server
 
Linux corporate-training-in-mumbai
Linux corporate-training-in-mumbaiLinux corporate-training-in-mumbai
Linux corporate-training-in-mumbai
 
Dhcp Server Linux Server
Dhcp Server Linux ServerDhcp Server Linux Server
Dhcp Server Linux Server
 
main
mainmain
main
 
Modul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik osModul dhcp server menggunakan mikrotik os
Modul dhcp server menggunakan mikrotik os
 
Nova HA
Nova HANova HA
Nova HA
 
Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...
Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...
Modul mengamankan jaringan dhcp server menggunakan arp reply only menggunakan...
 
Keep Them out of the Database
Keep Them out of the DatabaseKeep Them out of the Database
Keep Them out of the Database
 
Resolution for a Faster Site
Resolution for a Faster SiteResolution for a Faster Site
Resolution for a Faster Site
 

Viewers also liked

Advance C++notes
Advance C++notesAdvance C++notes
Advance C++notes
Rajiv Gupta
 
Map.ppt
Map.pptMap.ppt
Map.ppt
webhostingguy
 
Configure active directory & trust domain
Configure active directory & trust domainConfigure active directory & trust domain
Configure active directory & trust domain
Tola LENG
 
Install linux suse(sless11)
Install linux suse(sless11)Install linux suse(sless11)
Install linux suse(sless11)
Tola LENG
 
Network Diagram
Network DiagramNetwork Diagram
Network Diagram
Jake Wactor
 
Tola.leng sa nagios
Tola.leng sa nagiosTola.leng sa nagios
Tola.leng sa nagios
Tola LENG
 
How to be a good presentor by tola
How to be a good presentor by tolaHow to be a good presentor by tola
How to be a good presentor by tola
Tola LENG
 
Java Logging discussion Log4j,Slf4j
Java Logging discussion Log4j,Slf4jJava Logging discussion Log4j,Slf4j
Java Logging discussion Log4j,Slf4j
Rajiv Gupta
 
jsf2 Notes
jsf2 Notesjsf2 Notes
jsf2 Notes
Rajiv Gupta
 
Struts2 notes
Struts2 notesStruts2 notes
Struts2 notes
Rajiv Gupta
 
Jsp Notes
Jsp NotesJsp Notes
Jsp Notes
Rajiv Gupta
 
Ansible automation tool with modules
Ansible automation tool with modulesAnsible automation tool with modules
Ansible automation tool with modules
mohamedmoharam
 
File Share Server, FTP server on Linux SuSE and Windows
File Share Server, FTP server on Linux SuSE and WindowsFile Share Server, FTP server on Linux SuSE and Windows
File Share Server, FTP server on Linux SuSE and Windows
Tola LENG
 
Lab work servlets and jsp
Lab work servlets and jspLab work servlets and jsp
Lab work servlets and jsp
Rajiv Gupta
 
Auxiliary : Tomcat
Auxiliary : TomcatAuxiliary : Tomcat
Auxiliary : Tomcat
webhostingguy
 
Linux and Samba in 75 Minutes
Linux and Samba in 75 MinutesLinux and Samba in 75 Minutes
Linux and Samba in 75 Minutes
webhostingguy
 
Introduction to jsf2
Introduction to jsf2Introduction to jsf2
Introduction to jsf2
Rajiv Gupta
 
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...webhostingguy
 
A Project Report on Linux Server Administration
A Project Report on Linux Server AdministrationA Project Report on Linux Server Administration
A Project Report on Linux Server Administration
Avinash Kumar
 

Viewers also liked (19)

Advance C++notes
Advance C++notesAdvance C++notes
Advance C++notes
 
Map.ppt
Map.pptMap.ppt
Map.ppt
 
Configure active directory & trust domain
Configure active directory & trust domainConfigure active directory & trust domain
Configure active directory & trust domain
 
Install linux suse(sless11)
Install linux suse(sless11)Install linux suse(sless11)
Install linux suse(sless11)
 
Network Diagram
Network DiagramNetwork Diagram
Network Diagram
 
Tola.leng sa nagios
Tola.leng sa nagiosTola.leng sa nagios
Tola.leng sa nagios
 
How to be a good presentor by tola
How to be a good presentor by tolaHow to be a good presentor by tola
How to be a good presentor by tola
 
Java Logging discussion Log4j,Slf4j
Java Logging discussion Log4j,Slf4jJava Logging discussion Log4j,Slf4j
Java Logging discussion Log4j,Slf4j
 
jsf2 Notes
jsf2 Notesjsf2 Notes
jsf2 Notes
 
Struts2 notes
Struts2 notesStruts2 notes
Struts2 notes
 
Jsp Notes
Jsp NotesJsp Notes
Jsp Notes
 
Ansible automation tool with modules
Ansible automation tool with modulesAnsible automation tool with modules
Ansible automation tool with modules
 
File Share Server, FTP server on Linux SuSE and Windows
File Share Server, FTP server on Linux SuSE and WindowsFile Share Server, FTP server on Linux SuSE and Windows
File Share Server, FTP server on Linux SuSE and Windows
 
Lab work servlets and jsp
Lab work servlets and jspLab work servlets and jsp
Lab work servlets and jsp
 
Auxiliary : Tomcat
Auxiliary : TomcatAuxiliary : Tomcat
Auxiliary : Tomcat
 
Linux and Samba in 75 Minutes
Linux and Samba in 75 MinutesLinux and Samba in 75 Minutes
Linux and Samba in 75 Minutes
 
Introduction to jsf2
Introduction to jsf2Introduction to jsf2
Introduction to jsf2
 
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...PHP and MySQL PHP Written as a set of CGI binaries in C in ...
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
 
A Project Report on Linux Server Administration
A Project Report on Linux Server AdministrationA Project Report on Linux Server Administration
A Project Report on Linux Server Administration
 

Similar to DNS windows server(2008R2) & linux(SLES 11)

DNS,SMTP and POP3
DNS,SMTP and POP3DNS,SMTP and POP3
DNS,SMTP and POP3
Omar Faruk Sazib
 
1. primary dns using bind for a and cname record for ipv4 and ipv6
1. primary dns using bind for a and cname record for ipv4 and ipv61. primary dns using bind for a and cname record for ipv4 and ipv6
1. primary dns using bind for a and cname record for ipv4 and ipv6
Piyush Kumar
 
2. reverse primarydns using bind for ptr and cname record ipv4
2. reverse primarydns using bind for ptr and cname record ipv42. reverse primarydns using bind for ptr and cname record ipv4
2. reverse primarydns using bind for ptr and cname record ipv4
Piyush Kumar
 
6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder
6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder
6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder
Piyush Kumar
 
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
ssuserfd0132
 
Membangun web server,_e-mail_server_dan_ftp_server
Membangun web server,_e-mail_server_dan_ftp_serverMembangun web server,_e-mail_server_dan_ftp_server
Membangun web server,_e-mail_server_dan_ftp_server
Iwan Kurniarasa
 
Installation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 ServerInstallation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 Server
► Supreme Mandal ◄
 
3. reverse primarydns using bind for ptr and cname record ipv6
3. reverse primarydns using bind for ptr and cname record ipv63. reverse primarydns using bind for ptr and cname record ipv6
3. reverse primarydns using bind for ptr and cname record ipv6
Piyush Kumar
 
1
11
Modul server debian 5
Modul server debian 5Modul server debian 5
Modul server debian 5
UNISKA, SMK Telkom Banjarbaru
 
Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...
Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...
Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...
Edureka!
 
Configuration of BIND DNS Server On CentOS 8
Configuration of BIND DNS Server On CentOS 8Configuration of BIND DNS Server On CentOS 8
Configuration of BIND DNS Server On CentOS 8
Kaan Aslandağ
 
Kickstart
KickstartKickstart
15 Setup BIND 9
15 Setup BIND 915 Setup BIND 9
15 Setup BIND 9
Hameda Hurmat
 
Linux networking commands
Linux networking commandsLinux networking commands
Linux networking commands
Sayed Ahmed
 
Linux networking commands
Linux networking commandsLinux networking commands
Linux networking commands
Sayed Ahmed
 
DOMAIN NAME
DOMAIN NAMEDOMAIN NAME
DOMAIN NAME
Javed Ahmed
 
Tutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk WebhostingTutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk Webhosting
Beni Krisbiantoro
 
iStorage Server - High Availability iSCSI SAN for Windows Server 2003
iStorage Server - High Availability iSCSI SAN for Windows Server 2003iStorage Server - High Availability iSCSI SAN for Windows Server 2003
iStorage Server - High Availability iSCSI SAN for Windows Server 2003
KernSafe Technologies
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installation
franbow
 

Similar to DNS windows server(2008R2) & linux(SLES 11) (20)

DNS,SMTP and POP3
DNS,SMTP and POP3DNS,SMTP and POP3
DNS,SMTP and POP3
 
1. primary dns using bind for a and cname record for ipv4 and ipv6
1. primary dns using bind for a and cname record for ipv4 and ipv61. primary dns using bind for a and cname record for ipv4 and ipv6
1. primary dns using bind for a and cname record for ipv4 and ipv6
 
2. reverse primarydns using bind for ptr and cname record ipv4
2. reverse primarydns using bind for ptr and cname record ipv42. reverse primarydns using bind for ptr and cname record ipv4
2. reverse primarydns using bind for ptr and cname record ipv4
 
6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder
6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder
6. reverse primarydns using bind for ptr and cname record ipv6 with forwarder
 
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
3.3_-_Lecture_3_Installing_the_DNS_Server_Role.pdf
 
Membangun web server,_e-mail_server_dan_ftp_server
Membangun web server,_e-mail_server_dan_ftp_serverMembangun web server,_e-mail_server_dan_ftp_server
Membangun web server,_e-mail_server_dan_ftp_server
 
Installation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 ServerInstallation of Active Directory on Windows Server 2003 Server
Installation of Active Directory on Windows Server 2003 Server
 
3. reverse primarydns using bind for ptr and cname record ipv6
3. reverse primarydns using bind for ptr and cname record ipv63. reverse primarydns using bind for ptr and cname record ipv6
3. reverse primarydns using bind for ptr and cname record ipv6
 
1
11
1
 
Modul server debian 5
Modul server debian 5Modul server debian 5
Modul server debian 5
 
Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...
Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...
Linux Administration Tutorial | Configuring A DNS Server In 10 Simple Steps |...
 
Configuration of BIND DNS Server On CentOS 8
Configuration of BIND DNS Server On CentOS 8Configuration of BIND DNS Server On CentOS 8
Configuration of BIND DNS Server On CentOS 8
 
Kickstart
KickstartKickstart
Kickstart
 
15 Setup BIND 9
15 Setup BIND 915 Setup BIND 9
15 Setup BIND 9
 
Linux networking commands
Linux networking commandsLinux networking commands
Linux networking commands
 
Linux networking commands
Linux networking commandsLinux networking commands
Linux networking commands
 
DOMAIN NAME
DOMAIN NAMEDOMAIN NAME
DOMAIN NAME
 
Tutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk WebhostingTutorial CentOS 5 untuk Webhosting
Tutorial CentOS 5 untuk Webhosting
 
iStorage Server - High Availability iSCSI SAN for Windows Server 2003
iStorage Server - High Availability iSCSI SAN for Windows Server 2003iStorage Server - High Availability iSCSI SAN for Windows Server 2003
iStorage Server - High Availability iSCSI SAN for Windows Server 2003
 
Lamp Server With Drupal Installation
Lamp Server With Drupal InstallationLamp Server With Drupal Installation
Lamp Server With Drupal Installation
 

Recently uploaded

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
Zilliz
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 

Recently uploaded (20)

GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Infrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI modelsInfrastructure Challenges in Scaling RAG with Custom AI models
Infrastructure Challenges in Scaling RAG with Custom AI models
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 

DNS windows server(2008R2) & linux(SLES 11)

  • 1. NETWORK ADMINISTRATION DNS Server(Windows & Linux) 2013-2014 PASSERELLES NUMERIQEUS CAMBODIA Street 371 Phum Tropeang Chhuk (Borey Sorla), Sangkat Tek Thia Khan Sek Sok P.O. Box 511 Phnom Penh, Cambodia
  • 2. Table of Content 1. Configure Domain Name ................................................................................................................................2 2. Install Bind package..........................................................................................................................................4 3. Create: Forward Lookup zone file & Reverse Lookup zone file in the master DNS zone. .........................................................................................................................................................4 4. Create Resource Record with: ....................................................................................................................5 5. Create Zone transfer .............................................................................................................................................. 10 5. Encryption transfer protocol...................................................................................................................... 17 I. On Windows: ................................................................................................................................................... 20 1. Install DNS + AD service ............................................................................................................................ 22 2. Configure DNS zone: .............................................................................................................................................. 30 - Configure Forward ............................................................................................................................................ 30 -Revers lookup zone ........................................................................................................................................... 31 3. Create Resource Record: ..................................................................................................................................... 38  A(Resolve from host to host) ........................................................................................................... 38  PTR(pointer) ................................................................................................................................................... 40  CNAME(alias) .................................................................................................................................................. 42  MX(Mail Exchanger).................................................................................................................................. 45 4. Create multiple domains name ........................................................................................................................ 48 -Forward New zone ................................................................................................................................................... 48 -Reverse New Zone .................................................................................................................................................. 52 5. Configure DNS zone transfer............................................................................................................................. 57 - Configure on Primary DNS server ................................................................................................................ 57 - Allow only sna2015. lan ....................................................................................................................................... 59 - Configure on Secondary DNS server (Transfer only sna2015.lan) .......................................... 60 -Enable master transfer zone ............................................................................................................................. 66 6. Active Directory-integrated DNS zone:....................................................................................................... 68 - Configure AD-integrated Replication .......................................................................................................... 68 - Set Dynamic update as Security only ........................................................................................................ 79
  • 3. Suse Linux: 1. Configure Domain Name -Go to by type yast lan =>Hostname/DNS =>input the Domain name and Server name => OK -Configure by input the domain name: tola091.lan
  • 4. -Show IP Address and restart network services config(rcnetwork restart, ifconfig) -Show hostname
  • 5. 2. Install Bind package -Types the yast –I => install the packet bind (bind) =>type bind in the Search Phrase and Accept to install. Or (zipper install –y bind) OR 3. Create: Forward Lookup zone file & Reverse Lookup zone file in the master DNS zone. - After we finished install the dns services, we need to back up the file named.conf that store in the locate /etc to other or some locations.( cp /etc/named.conf /etc/named.conf.bk)
  • 6. - Forward zone is a zone that map name of host to IP address. - Reverse zone is a zone that map IP address to name of host. - Create these zone we need to: vim /etc/name.conf for configure the file named.conf. -Configure the zone by creaete forward zone: tola091.lan.zone and reverse zone: 192.168.1.zone and disable for file include as the picture below: -Save them after configure by use :x1 or ZZ 4. Create Resource Record with: -Backup the forward zone and reverse zone of loca to master
  • 7. -Create resource record and confure for forward zone and reverse zone as A, PTR,MX,CNAME -Type this command vim tola091.lan.zone to configure forward zone - A = Resolves a host to an IP address - PTR = Resolves an IP to a host name (1.168.192.in-addr.arpa) - CNAME = Resolves from hostname to hostname - MX = The mail Server
  • 8. -Type this command vim 192.168.1.zone to configure reverse zone -Use command rcnamed restart to restart service named - Use command vim /etc/resolv.conf to add more line of DNS -NSLookup Tools Nslookup is a command-line utility used to diagnose DNS infrastructure
  • 10.
  • 11. + Let client test 5. Create Zone transfer - Configure on Master DNS server Additional command for enable master transfer zone to slave allow-update { none; }; allow-query { any; }; allow-transfer { 192.168.1.2; };
  • 12. - Configure on Slave DNS server -Check IP and Hostname -Test Connection -Configure Domain Name for DNS Slave
  • 13. -Use command zipper install –y bind -Use command cp /etc/named.conf /etc/named.conf.bk for backup
  • 14. -Zone Transfer, Use command vim /etc/named.conf to configure to get the zone transfer from master dns. -All the zone will transfer from master zone -Restart rcnamed restart - The zone will change directory to /var/lib/named/slave so we will see the zone that transfer from master zone.
  • 15. -Show the Reverse Zone Configuration of DNS slave that transfer from master DNS -Show the Forward zone Configuration of DNS slave that transfer from master DNS
  • 16. -additional line -Use NSLookup Tool
  • 18. 5. Encryption transfer protocol -Encryption zone transfer means we would transfer the zone from master to slave by using security of encrypt password. -Type command dnssec-keygen –a HMAC-MD5-b 96 –n HOST tola in order to create encrypt password.
  • 19.
  • 20. -Copy encryption file from master to slave to bring this key encrypt to slave. -Go to the named configuration to pass the encrypt key. -Restart named services 7. Let testing of Zone transfer and Encryption transfer
  • 21. I. On Windows: +Before we install other services we need to modify the hostname and assigned the real IP address of host. -Assigned IP by type command ncpa.cpl to configure the IP address.
  • 22. -Right on LAN and then click Properties -Check Hostname
  • 23. 1. Install DNS + AD service -Select Server Manager.Or from the Quick Launch Taskbar. -Select Roles. Then Add Roles. Before you continue verify that; -You can skip this page by default. -Click Next to continue
  • 24. -Select Active Directory Domain Services. There is no need to select DNS Server; this role will be added with DCPROMO. Then Click Next.
  • 25. - Ensure you read Things to Note. Then Click Next. Click Install.
  • 26. - The Active Directory Binaries have been installed. Click Close this wizard and launch dcpromo.exe. You can also launch dcpromo from the Run box. Click Next. Or type the dcpromo on the run. - Operating System Compatibility warning about new Server 2008 security settings. Check there is no compatibility issue with existing network infrastructure. If none click Next.
  • 27. - Select Create a new domain in a new forest and Click Next.
  • 28. - - There are 3 Forest functional levels Windows 2000, Windows 2003, Windows 2008 and Windows Server 2008 R2.
  • 29. - Select DNS server then Next to continue. Next to continue. The Wizard cannot contact the DNS server for this zone. Select yes to continue; DNS will then be installed. The Database folders are assigned. Click Next to accept the defaults. Restore mode password must be set, click Next to continue.
  • 30. - The Active Directory components are installed. Click Finish to complete the installation. The Server needs to be restarted to finalise the installation. Click Restart Now. Server restarts.
  • 31. - 2. Configure DNS zone: - Configure Forward A Forward lookup is the most common form of DNS lookup. This type of lookup converts a hostname into an IP address. A Forward Lookup-Zone contains Name to IP Address mappings. -Click Start> Administrative Tools> DNS >Expand by clicking the + next to the DNS server
  • 32. -To add a New Forward Lookup Zone Right click Forward Lookup Zones. Click New Zone. -Revers lookup zone - Right click Reverse Lookup Zones and Select New Zone. - Select Primary Zone and tick Store
  • 33. - Select IPv4 Reverse Lookup Zone. and Next to continue
  • 34. - Type in the Network ID and Next to continue - The Wizard will ask you if you want to accept dynamic updates. As the wizard shows there are drawbacks to having it enabled, but there are also drawbacks for having it disabled.
  • 35. - New Delegation to class Monitor as Admin - To open DNS Manager, click Start, point to Administrative Tools, and then click DNS.
  • 36. - right-click the applicable subdomain, and then click New Delegation. - Follow the instructions in the New Delegation Wizard to finish creating the new delegated domain.
  • 37.
  • 38.
  • 39. 3. Create Resource Record: A(Resolve from host to host) -Open DNS Manager - right-click the forward lookup zone to which you want to add the record, and then click New Host (A or AAAA).
  • 40. - In Name, type the DNS computer name for the new host. In IP address, type the IP address for the new host. You can type the address in IP version 4 (IPv4) format (to add a host (A) resource record) or format (to add a host (AAAA) resource record).
  • 41. - PTR(pointer) -You can use this procedure to create a pointer (PTR) resource record in a reverse lookup zone in Domain Name System (DNS). - right-click the reverse lookup zone that you want to manage, and then click New Pointer (PTR).
  • 42. -In the Host IP number text box, type the host IP address in IP version 4 (IPv4), -As an option, you can click Browse to search the DNS namespace for hosts that have host (A or AAAA) resource records already defined.
  • 43. CNAME(alias) - Alias (CNAME) resource records are also sometimes called canonical name resource records. With these records, you can use more than one name to point to a single host,
  • 44. - right-click the applicable forward lookup zone, and then click New Alias. - In Alias name, type the alias name. - In Fully qualified domain name (FQDN) for target host, type the FQDN of the DNS host computer for which this alias is to be used. As an option, you can click Browse to search the DNS namespace for hosts in this domain that have host (A) resource records already defined.
  • 45. - -Click OK to add the new record to the zone.
  • 46. MX(Mail Exchanger) -You can use this procedure to add a mail exchanger (MX) resource record to a Domain Name System (DNS) zone to provide message routing to a mail exchanger host. - right-click the forward lookup zone to which you want to add the record, and then click New Mail Exchanger (MX).
  • 47.
  • 48.
  • 49. 4. Create multiple domains name - (tola091.lan) New Domain -Forward New zone
  • 50.
  • 51.
  • 52.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58. - sna2015.lan(My own Domain) 5. Configure DNS zone transfer - Configure on Primary DNS server
  • 59.
  • 60. - Allow only sna2015.lan
  • 61. - Configure on Secondary DNS server (Transfer only sna2015.lan)
  • 62.
  • 63.
  • 65.
  • 66.
  • 68.
  • 69. 6. Active Directory-integrated DNS zone: - Configure AD-integrated Replication
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80. - Set Dynamic update as Security only