SlideShare una empresa de Scribd logo
1 de 65
Microsoft 70-410
Manual
The manual covers different topic ranging from Hyper -V to
Exchange Server
Yves Mukusa
5/1/2015
Table of Contents
Table of Contents........................................................................................................................................2
SETTING UP HYPER-V...................................................................................................................................3
CREATING A VIRTUAL SWITCH ....................................................................................................................6
INSTALLING WINDOWS SERVER 2012 IN HYPER-V.......................................................................................8
CREATING A DIFFERENCING DISK...............................................................................................................13
EXCHANGE SERVER ...................................................................................................................................21
DHCP FRAME RELAY SERVER.....................................................................................................................47
...................................................................................................................................................................58
2
SETTING UP HYPER-V
You can use the steps in the following procedure to convert a Server with a GUI installation to a Minimal Server
Interface Configuration using Server Manager:
1. On the Windows Server 2012 system, open Server Manager and select add roles and features
1. Select Hyper-V as a role
3
3. Accept additional features
4. Add Ethernet as a network adapter
4
5. The installation progress window shows as a summary what you have installed
5
6. once the installation is finished, close the window
CREATING A VIRTUAL SWITCH
1. Select Hyper-V manager
6
2. Select virtual switch manager
3. In this exercise we will connect the switch to a private network
4. Give the switch a name. I named it "Vm1" as shown in the following figure
7
INSTALLING WINDOWS SERVER 2012 IN HYPER-V
1. Choose a drive where the virtual machine will be stored
2. Create a folder that will contain the virtual machine
8
4. In the Name text box, enter a name for the virtual machine, such as DC1.
5. By default, the virtual machine data is stored on the system disk. To select a different location, select the Store The
Virtual Machine In A Different Location check box, click Browse, and then use the Select Folder dialog box to select a
save location. Click Next.
9
6. On the Assign Memory page, specify the amount of memory to allocate to the virtual machine. In most cases, you
should reserve at least the minimum amount of memory recommended for the operating system you plan to install.
Click Next.
7. On the Configure Networking page, use the Connection list to select a network adapter to use. Each new virtual
machine includes a network adapter, and you can configure the adapter to use an available virtual network for
communicating with other computers. Click Next.
10
8. On the Connect Virtual Hard Disk page, use the options provided to name and create a virtual hard disk for the
virtual machine. Each virtual machine requires a virtual hard disk so that you can install an operating system and
required applications. Click Next.
9. On the Installation Options page, select Install An Operating System From A Boot CD/DVD-ROM. If you have
physical distribution media, insert the distribution media, and then specify the CD/DVD drive to use. If you want to
11
install from an .iso image, select Image File, click Browse, and then use the Open dialog box to select the image file to
use.
10. Click Next, and then click Finish.
12
CREATING A DIFFERENCING DISK
1. To ensure that you create a new machine identity, you should generalize your installation.
To do that for Microsoft operating systems, that means running sysprep. IThe simple usage of the tool is to simply
type sysprep from an elevated Command Prompt or the Run dialog box and read the dialog box. Review the
Sysprep dialog box, select the appropriate options, and then run it.
2. Ensured the generalize box is marked
13
3. Change the shutdown option from reboot to shutdown then press OK
Leave the virtual machine shut down/off
14
4. Locate the virtual hard drive file, vhdx, and set that as read-only. To do so, right-click the actual file, clickProperties,
then select the Set the virtual hard drive (.vhdx) file as read only. This will help prevent you or someone else from
accidentally modifying it.
15
5. You no longer need the parent virtual machine configuration files or folders. In Hyper-V manager, right-click the
entry for the virtual machine and then select Delete. Confirm the deletion by clicking Delete. This should remove all
the extraneous files, leaving you only with the virtual hard disk. However, you can go check the file path to ensure
the folders and .xml files were removed. Just be sure not to remove the .vhdx file, because that is the one you want.
That is your parent virtual hard disk from which you will create the differencing disks.
16
6. Right-click the Hyper-V server you want to target, click New, Hard Disk. The New Virtual Hard Disk
Wizardopens.
7. If the Before You Begin page appears, review it and then click Next.
17
8. Select vhdx as the disk format
9. On Choose Disk Type, select Differencing and then click Next.
18
10. On Specify Name and Location, type an appropriate name. For example, APP1.vhd and then enter a specific
location where you want to store the virtual hard disk. For example, I have stored the vhdx to I:DifferenceDisk2. Then
Click Next.
19
11. On Configure Disk, in Location, type or browse to the file path to the parent vhdx that you created previously
and then click Next
12. The parent disk is under the virtual hard disks folder
13. On Completing the New Virtual Hard Disk Wizard, review your selections and then click Finish.
20
EXCHANGE SERVER
Setting up Linux server for mail purpose using Windows as a class DNS
First step is installing Linux. For this practice, we will use Fedora as a distribution
1. Select the appropriate language
21
2. choose the destination where you want the operating system to be installed
3. For advanced set up , select " I will configure partitioning"
22
4. Change the “Partitioning Scheme” to “Standard Partition” and click on the “+” button in order to create a new hard
drive
5. Make sure that the mount point is set to “/” and click on “Add mount point”, some options will show up.
23
6. Assign a memory and When you’re done, click on the “Done” button and choose “Accept Changes”.
7. While installation is in progress, you should cease the chance to configure the root password
Configuring bind
24
1. Login as root and Install bind
2. Install webmin . Before installing webmin , you may do the following steps :
a. create the /etc/yum.repos.d/webmin.repo file containing :
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
b. You should also fetch and install my GPG key with which the packages are signed, with the commands :
wget http://www.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc
25
Use "yum update" to install updates
Configure the network settings
26
Disable the firewall by typing the following commands:
iptables -L
iptables -F
systemctl disable firewalld.service
To confirm if bind is running , running the following commands:
systemctl start named.service
systemctl enable named.service
systemctl status named.service shows bind is active
Configure the named.conf configuration file
27
Replace the IP address 127.0.0.1 with your static IP address and "localhost" with "any"
In the same configuration file, replaced the lines highlighted where it says yes with no and comment out the last line .
28
Edit the resolv.conf by typing the following command : gedit resolv.conf
Configure the hosts file by adding the following as shown in the image
29
Configure the "hostname "file by typing the following command : gedit hostname
Configure the local-host-names file
30
Configure the sendmail.mc file by commenting out the following line as shown in the figure
gedit /etc/mail/sendmail.mc
I did change my server ip address to 9.0.24.16 at a point
To access the webmin site, type your < IP address >: port# , example: 9.0.24.16:1000
Your username is : root
31
Password : ###
On the webmin site, select create master zone
32
In the domain name/network field, you can put any alias. I did earlier put fedora2.net but will later on change it to
.org.
The email address was also changed to fedora2.org.
Only the mail server field is not touched
Select address to create records
33
I created 2 records: a www and a blank one . For the blank record, simply leave the name field empty
Select mail address to create an MX record
34
Set priority to 10
Edit zone options in order to transfer the zones already created
35
Point the zones to the class DNS : 9.0.20.3
Create a forward look up zone pointing at the class DNS
36
Login windows 2012 server which is your edge server then connect to the slave the server
Enter the IP address of the slave server
37
Create a secondary zone
Select secondary
38
In the exercise, I changed the record to .org. So please ignore the following record
The DNS could not resolve the IP address because I did not configure the named.conf properly.
39
Earlier I had changed the IP address from 9.0.24.10 to 9.0.24.16
40
Configuring sendmail
1. In order to use Sendmail, first ensure the sendmail package is installed on your system by running, as root
In order to configure Sendmail, ensure the sendmail-cf package is installed on your system by running, as root
2. Avoid editing the sendmail.cf file directly. To make configuration changes to Sendmail, edit
the /etc/mail/sendmail.mc file, back up the original/etc/mail/sendmail.cf, and use the following alternatives to
generate a new configuration file:
o Use the included makefile in /etc/mail/ (~]# make all -C /etc/mail/) to create a
new/etc/mail/sendmail.cf configuration file.
41
3. You should be able to see the file "make" created
Edit the local-host-names file
Type gedit /etc/mail/local-host-names
42
Configure the access file as well
gedit /etc/mail/access
43
Type "alpine" to access the mail options
Type "C" to compose mail
44
Enter "CTRL + X" to send mail
45
46
DHCP FRAME RELAY SERVER
Using Relay agent to assign an IP address
I have used the following topology
Configure the network interface on the server that run the relay agent service and point the DNS to the DHCP server
47
Configure Ethernet interfaces of the router that I will be used as a gateway
Establish a link between the two networks with OSPF protocol . Use area 0 for the configuration
Test the network connection by pinging the gateways on both ports : 192.168.0.1 and 10.0.0.1
From the relay agent , ping the dhcp server to test if the connection has been established
48
Click start then server manager
Add role :
Select remote Access services
49
Select routing then click next
Click Next
50
Click close once installation has completed
Click start
51
Click Administrative tools
Click routing and remote access
52
Right click on the server icon
53
Click to enable routing and remote access
Click next
54
55
Select customer configuration
Select LAN routing
56
Click finish
Click start to launch the relay service
57
In the Routing and Remote Access console, expand the IPV4 Routing node in the left pane of the console and right
click on the General node. Click on the New Routing Protocol command
58
In the New Routing Protocol dialog box, click on the DHCP Relay Agent entry and click OK
A new node, the DHCP Relay Agent node, appears in the left pane of the Routing and Remote Access console.
Right click on the DHCP Relay Agent node and click New Interface
59
Select the Ethernet interface (this is an internal interface used by the Routing and Remote Access Service. Click OK
In the DHCP Relay Agent Properties dialog box , type in the IP address of the DHCP server in the Server
address text box and click the Add button. Click Apply and then click OK.
60
Configuring DHCP server
1. In the left pane of the DHCP console, right click on your server name and click the New Scope command
Then click Next on the first page of the New Scope Wizard
61
2. Type a Name and Description for the scope on the Scope Name page
3. Put in the range of IP addresses used by the scope on the IP Address Range page. Type the first IP address in the
range in the Start IP address text box and the last IP address in the range in the End IP address text box. Note that the
subnet mask is entered for you automatically. You can change the default subnet mask if you require a custom mask
4. After clicking next, a new scope wizard pops to enter a range of IPs that need to be excluded.
In this exercise, we will not skip the wizard
5. You can set a lease duration on the Lease Duration page. For this exercise, we have left it at default
62
6. Select the Yes, I want to configure these options now on the Configure DHCP Options page. Click Next.
7. You can enter a default gateway on the Router (Default Gateway). For this exercise, we have entered 10.0.0.1 as the
gateway on the other network
8. You can enter a Parent domain and a DNS server address on the Domain Name and DNS Servers page.My DNS is
192.168.0.2
9. On the Activate Scope page , select the Yes, I want to activate the scope now option and click Next
10. Click Finish on the Completing the New Scope Wizard
Login to your windows client
63
Disable then re-enable the network adapter
Run ipconfig
We see the DHPC giving the client an ip address 10.0.0.2
64
REFERENCES
http://social.technet.microsoft.com/wiki/contents/articles/1393.hyper-v-virtual-machine-vm-parent-child-
configuration-using-differencing-disks.aspx
http://www.webmin.com/rpm.html
http://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/s2-email-mta-sendmail.html
http://www.isaserver.org/img/upl/vpnkitbeta2/dhcprelay.htm
65

Más contenido relacionado

La actualidad más candente

O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
rossodavide
 
Creating a new virtual machine
Creating a new virtual machineCreating a new virtual machine
Creating a new virtual machine
jhonmariocasas
 

La actualidad más candente (17)

RH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux CertificationRH302 Exam-Red Hat Linux Certification
RH302 Exam-Red Hat Linux Certification
 
My Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation TrackMy Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation Track
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
 
Veritas Software Foundations
Veritas Software FoundationsVeritas Software Foundations
Veritas Software Foundations
 
Gluster Storage Platform Installation Guide
Gluster Storage Platform Installation GuideGluster Storage Platform Installation Guide
Gluster Storage Platform Installation Guide
 
154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c154090896 installation-of-oracle-database-12c
154090896 installation-of-oracle-database-12c
 
Creating a new virtual machine
Creating a new virtual machineCreating a new virtual machine
Creating a new virtual machine
 
Windows Deployment Services Tutorial
Windows Deployment Services TutorialWindows Deployment Services Tutorial
Windows Deployment Services Tutorial
 
Xen server quick installation guide
Xen server quick installation guideXen server quick installation guide
Xen server quick installation guide
 
Microsoft Certifications 70-410 dumps
Microsoft Certifications 70-410 dumps Microsoft Certifications 70-410 dumps
Microsoft Certifications 70-410 dumps
 
Command reference nos-v3_5
Command reference nos-v3_5Command reference nos-v3_5
Command reference nos-v3_5
 
Habilitar repositorio EPEL RHEL
Habilitar repositorio EPEL RHELHabilitar repositorio EPEL RHEL
Habilitar repositorio EPEL RHEL
 
Open-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape DriveOpen-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape Drive
 
Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5
 
02.12.2012 ubuntu 12.1 server guide
02.12.2012 ubuntu 12.1 server guide02.12.2012 ubuntu 12.1 server guide
02.12.2012 ubuntu 12.1 server guide
 
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
Wp intelli cache_reduction_iops_xd5.6_fp1_xs6.1
 
Unixtoolbox
UnixtoolboxUnixtoolbox
Unixtoolbox
 

Destacado (15)

As Media Studies Schedule
As Media Studies ScheduleAs Media Studies Schedule
As Media Studies Schedule
 
Independent textual analysis_1
Independent textual analysis_1Independent textual analysis_1
Independent textual analysis_1
 
Production log 1
Production log 1Production log 1
Production log 1
 
Evaluation
EvaluationEvaluation
Evaluation
 
Complete filming planning sheet
Complete filming planning sheetComplete filming planning sheet
Complete filming planning sheet
 
Production log 1
Production log 1Production log 1
Production log 1
 
Independent textual analysis_1
Independent textual analysis_1Independent textual analysis_1
Independent textual analysis_1
 
Reader profile and flat plan
Reader profile and flat planReader profile and flat plan
Reader profile and flat plan
 
Story board a2 media
Story board a2 media Story board a2 media
Story board a2 media
 
Socialmedia sheehan
Socialmedia sheehanSocialmedia sheehan
Socialmedia sheehan
 
Independent textual analysis_1
Independent textual analysis_1Independent textual analysis_1
Independent textual analysis_1
 
Production log 1
Production log 1Production log 1
Production log 1
 
Photography plan
Photography planPhotography plan
Photography plan
 
Evaluation question 1
Evaluation question 1 Evaluation question 1
Evaluation question 1
 
Complete filming planning sheet
Complete filming planning sheetComplete filming planning sheet
Complete filming planning sheet
 

Similar a Manual 70-410 _Yves

12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows
rajuy2r
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
Robert Jones
 
rgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordrgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab record
naaaaz
 
Linux conf-admin
Linux conf-adminLinux conf-admin
Linux conf-admin
badamisri
 
Deployment serviceswd sinwindowsserver2008
Deployment serviceswd sinwindowsserver2008Deployment serviceswd sinwindowsserver2008
Deployment serviceswd sinwindowsserver2008
o12
 
Install nagios
Install nagiosInstall nagios
Install nagios
hassandb
 
Install nagios
Install nagiosInstall nagios
Install nagios
hassandb
 
Install nagios
Install nagiosInstall nagios
Install nagios
hassandb
 

Similar a Manual 70-410 _Yves (20)

Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceQuick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Quick-Start Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows12849144 how-to-install-a-cccam-server-on-windows
12849144 how-to-install-a-cccam-server-on-windows
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
Dual boot with a vhd final
Dual boot with a vhd finalDual boot with a vhd final
Dual boot with a vhd final
 
rgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordrgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab record
 
Windows 2003 Server
Windows 2003 ServerWindows 2003 Server
Windows 2003 Server
 
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBoxHow to Create a Windows Server 2008 Virtual Lab Using VirtualBox
How to Create a Windows Server 2008 Virtual Lab Using VirtualBox
 
Linux conf-admin
Linux conf-adminLinux conf-admin
Linux conf-admin
 
Linux conf-admin
Linux conf-adminLinux conf-admin
Linux conf-admin
 
Linux Conf Admin
Linux Conf AdminLinux Conf Admin
Linux Conf Admin
 
Deployment serviceswd sinwindowsserver2008
Deployment serviceswd sinwindowsserver2008Deployment serviceswd sinwindowsserver2008
Deployment serviceswd sinwindowsserver2008
 
Bsd routers
Bsd routersBsd routers
Bsd routers
 
Vmware inter
Vmware interVmware inter
Vmware inter
 
Virtualization and Socket Programing
Virtualization and Socket ProgramingVirtualization and Socket Programing
Virtualization and Socket Programing
 
Install nagios
Install nagiosInstall nagios
Install nagios
 
Install nagios
Install nagiosInstall nagios
Install nagios
 
Install nagios
Install nagiosInstall nagios
Install nagios
 
1
11
1
 
Kali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-StepKali Linux Installation process in VMware Step-By-Step
Kali Linux Installation process in VMware Step-By-Step
 
Ad installation
Ad installationAd installation
Ad installation
 

Manual 70-410 _Yves

  • 1. Microsoft 70-410 Manual The manual covers different topic ranging from Hyper -V to Exchange Server Yves Mukusa 5/1/2015
  • 2. Table of Contents Table of Contents........................................................................................................................................2 SETTING UP HYPER-V...................................................................................................................................3 CREATING A VIRTUAL SWITCH ....................................................................................................................6 INSTALLING WINDOWS SERVER 2012 IN HYPER-V.......................................................................................8 CREATING A DIFFERENCING DISK...............................................................................................................13 EXCHANGE SERVER ...................................................................................................................................21 DHCP FRAME RELAY SERVER.....................................................................................................................47 ...................................................................................................................................................................58 2
  • 3. SETTING UP HYPER-V You can use the steps in the following procedure to convert a Server with a GUI installation to a Minimal Server Interface Configuration using Server Manager: 1. On the Windows Server 2012 system, open Server Manager and select add roles and features 1. Select Hyper-V as a role 3
  • 4. 3. Accept additional features 4. Add Ethernet as a network adapter 4
  • 5. 5. The installation progress window shows as a summary what you have installed 5
  • 6. 6. once the installation is finished, close the window CREATING A VIRTUAL SWITCH 1. Select Hyper-V manager 6
  • 7. 2. Select virtual switch manager 3. In this exercise we will connect the switch to a private network 4. Give the switch a name. I named it "Vm1" as shown in the following figure 7
  • 8. INSTALLING WINDOWS SERVER 2012 IN HYPER-V 1. Choose a drive where the virtual machine will be stored 2. Create a folder that will contain the virtual machine 8
  • 9. 4. In the Name text box, enter a name for the virtual machine, such as DC1. 5. By default, the virtual machine data is stored on the system disk. To select a different location, select the Store The Virtual Machine In A Different Location check box, click Browse, and then use the Select Folder dialog box to select a save location. Click Next. 9
  • 10. 6. On the Assign Memory page, specify the amount of memory to allocate to the virtual machine. In most cases, you should reserve at least the minimum amount of memory recommended for the operating system you plan to install. Click Next. 7. On the Configure Networking page, use the Connection list to select a network adapter to use. Each new virtual machine includes a network adapter, and you can configure the adapter to use an available virtual network for communicating with other computers. Click Next. 10
  • 11. 8. On the Connect Virtual Hard Disk page, use the options provided to name and create a virtual hard disk for the virtual machine. Each virtual machine requires a virtual hard disk so that you can install an operating system and required applications. Click Next. 9. On the Installation Options page, select Install An Operating System From A Boot CD/DVD-ROM. If you have physical distribution media, insert the distribution media, and then specify the CD/DVD drive to use. If you want to 11
  • 12. install from an .iso image, select Image File, click Browse, and then use the Open dialog box to select the image file to use. 10. Click Next, and then click Finish. 12
  • 13. CREATING A DIFFERENCING DISK 1. To ensure that you create a new machine identity, you should generalize your installation. To do that for Microsoft operating systems, that means running sysprep. IThe simple usage of the tool is to simply type sysprep from an elevated Command Prompt or the Run dialog box and read the dialog box. Review the Sysprep dialog box, select the appropriate options, and then run it. 2. Ensured the generalize box is marked 13
  • 14. 3. Change the shutdown option from reboot to shutdown then press OK Leave the virtual machine shut down/off 14
  • 15. 4. Locate the virtual hard drive file, vhdx, and set that as read-only. To do so, right-click the actual file, clickProperties, then select the Set the virtual hard drive (.vhdx) file as read only. This will help prevent you or someone else from accidentally modifying it. 15
  • 16. 5. You no longer need the parent virtual machine configuration files or folders. In Hyper-V manager, right-click the entry for the virtual machine and then select Delete. Confirm the deletion by clicking Delete. This should remove all the extraneous files, leaving you only with the virtual hard disk. However, you can go check the file path to ensure the folders and .xml files were removed. Just be sure not to remove the .vhdx file, because that is the one you want. That is your parent virtual hard disk from which you will create the differencing disks. 16
  • 17. 6. Right-click the Hyper-V server you want to target, click New, Hard Disk. The New Virtual Hard Disk Wizardopens. 7. If the Before You Begin page appears, review it and then click Next. 17
  • 18. 8. Select vhdx as the disk format 9. On Choose Disk Type, select Differencing and then click Next. 18
  • 19. 10. On Specify Name and Location, type an appropriate name. For example, APP1.vhd and then enter a specific location where you want to store the virtual hard disk. For example, I have stored the vhdx to I:DifferenceDisk2. Then Click Next. 19
  • 20. 11. On Configure Disk, in Location, type or browse to the file path to the parent vhdx that you created previously and then click Next 12. The parent disk is under the virtual hard disks folder 13. On Completing the New Virtual Hard Disk Wizard, review your selections and then click Finish. 20
  • 21. EXCHANGE SERVER Setting up Linux server for mail purpose using Windows as a class DNS First step is installing Linux. For this practice, we will use Fedora as a distribution 1. Select the appropriate language 21
  • 22. 2. choose the destination where you want the operating system to be installed 3. For advanced set up , select " I will configure partitioning" 22
  • 23. 4. Change the “Partitioning Scheme” to “Standard Partition” and click on the “+” button in order to create a new hard drive 5. Make sure that the mount point is set to “/” and click on “Add mount point”, some options will show up. 23
  • 24. 6. Assign a memory and When you’re done, click on the “Done” button and choose “Accept Changes”. 7. While installation is in progress, you should cease the chance to configure the root password Configuring bind 24
  • 25. 1. Login as root and Install bind 2. Install webmin . Before installing webmin , you may do the following steps : a. create the /etc/yum.repos.d/webmin.repo file containing : [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 b. You should also fetch and install my GPG key with which the packages are signed, with the commands : wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc 25
  • 26. Use "yum update" to install updates Configure the network settings 26
  • 27. Disable the firewall by typing the following commands: iptables -L iptables -F systemctl disable firewalld.service To confirm if bind is running , running the following commands: systemctl start named.service systemctl enable named.service systemctl status named.service shows bind is active Configure the named.conf configuration file 27
  • 28. Replace the IP address 127.0.0.1 with your static IP address and "localhost" with "any" In the same configuration file, replaced the lines highlighted where it says yes with no and comment out the last line . 28
  • 29. Edit the resolv.conf by typing the following command : gedit resolv.conf Configure the hosts file by adding the following as shown in the image 29
  • 30. Configure the "hostname "file by typing the following command : gedit hostname Configure the local-host-names file 30
  • 31. Configure the sendmail.mc file by commenting out the following line as shown in the figure gedit /etc/mail/sendmail.mc I did change my server ip address to 9.0.24.16 at a point To access the webmin site, type your < IP address >: port# , example: 9.0.24.16:1000 Your username is : root 31
  • 32. Password : ### On the webmin site, select create master zone 32
  • 33. In the domain name/network field, you can put any alias. I did earlier put fedora2.net but will later on change it to .org. The email address was also changed to fedora2.org. Only the mail server field is not touched Select address to create records 33
  • 34. I created 2 records: a www and a blank one . For the blank record, simply leave the name field empty Select mail address to create an MX record 34
  • 35. Set priority to 10 Edit zone options in order to transfer the zones already created 35
  • 36. Point the zones to the class DNS : 9.0.20.3 Create a forward look up zone pointing at the class DNS 36
  • 37. Login windows 2012 server which is your edge server then connect to the slave the server Enter the IP address of the slave server 37
  • 38. Create a secondary zone Select secondary 38
  • 39. In the exercise, I changed the record to .org. So please ignore the following record The DNS could not resolve the IP address because I did not configure the named.conf properly. 39
  • 40. Earlier I had changed the IP address from 9.0.24.10 to 9.0.24.16 40
  • 41. Configuring sendmail 1. In order to use Sendmail, first ensure the sendmail package is installed on your system by running, as root In order to configure Sendmail, ensure the sendmail-cf package is installed on your system by running, as root 2. Avoid editing the sendmail.cf file directly. To make configuration changes to Sendmail, edit the /etc/mail/sendmail.mc file, back up the original/etc/mail/sendmail.cf, and use the following alternatives to generate a new configuration file: o Use the included makefile in /etc/mail/ (~]# make all -C /etc/mail/) to create a new/etc/mail/sendmail.cf configuration file. 41
  • 42. 3. You should be able to see the file "make" created Edit the local-host-names file Type gedit /etc/mail/local-host-names 42
  • 43. Configure the access file as well gedit /etc/mail/access 43
  • 44. Type "alpine" to access the mail options Type "C" to compose mail 44
  • 45. Enter "CTRL + X" to send mail 45
  • 46. 46
  • 47. DHCP FRAME RELAY SERVER Using Relay agent to assign an IP address I have used the following topology Configure the network interface on the server that run the relay agent service and point the DNS to the DHCP server 47
  • 48. Configure Ethernet interfaces of the router that I will be used as a gateway Establish a link between the two networks with OSPF protocol . Use area 0 for the configuration Test the network connection by pinging the gateways on both ports : 192.168.0.1 and 10.0.0.1 From the relay agent , ping the dhcp server to test if the connection has been established 48
  • 49. Click start then server manager Add role : Select remote Access services 49
  • 50. Select routing then click next Click Next 50
  • 51. Click close once installation has completed Click start 51
  • 52. Click Administrative tools Click routing and remote access 52
  • 53. Right click on the server icon 53
  • 54. Click to enable routing and remote access Click next 54
  • 55. 55
  • 57. Click finish Click start to launch the relay service 57
  • 58. In the Routing and Remote Access console, expand the IPV4 Routing node in the left pane of the console and right click on the General node. Click on the New Routing Protocol command 58
  • 59. In the New Routing Protocol dialog box, click on the DHCP Relay Agent entry and click OK A new node, the DHCP Relay Agent node, appears in the left pane of the Routing and Remote Access console. Right click on the DHCP Relay Agent node and click New Interface 59
  • 60. Select the Ethernet interface (this is an internal interface used by the Routing and Remote Access Service. Click OK In the DHCP Relay Agent Properties dialog box , type in the IP address of the DHCP server in the Server address text box and click the Add button. Click Apply and then click OK. 60
  • 61. Configuring DHCP server 1. In the left pane of the DHCP console, right click on your server name and click the New Scope command Then click Next on the first page of the New Scope Wizard 61
  • 62. 2. Type a Name and Description for the scope on the Scope Name page 3. Put in the range of IP addresses used by the scope on the IP Address Range page. Type the first IP address in the range in the Start IP address text box and the last IP address in the range in the End IP address text box. Note that the subnet mask is entered for you automatically. You can change the default subnet mask if you require a custom mask 4. After clicking next, a new scope wizard pops to enter a range of IPs that need to be excluded. In this exercise, we will not skip the wizard 5. You can set a lease duration on the Lease Duration page. For this exercise, we have left it at default 62
  • 63. 6. Select the Yes, I want to configure these options now on the Configure DHCP Options page. Click Next. 7. You can enter a default gateway on the Router (Default Gateway). For this exercise, we have entered 10.0.0.1 as the gateway on the other network 8. You can enter a Parent domain and a DNS server address on the Domain Name and DNS Servers page.My DNS is 192.168.0.2 9. On the Activate Scope page , select the Yes, I want to activate the scope now option and click Next 10. Click Finish on the Completing the New Scope Wizard Login to your windows client 63
  • 64. Disable then re-enable the network adapter Run ipconfig We see the DHPC giving the client an ip address 10.0.0.2 64