0% found this document useful (0 votes)
28 views

Network Protocols Lab Manual - Lab 10

Uploaded by

Atha Mohammed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Network Protocols Lab Manual - Lab 10

Uploaded by

Atha Mohammed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

10.

DNS, SMTP, FTP, and WEB Server configuration

Objective
• Perform basic configuration tasks on a router
• Configure DNS Server on packet tracer
• Configure Web Server on packet tracer
• Configure Mail Server (SMTP) on packet tracer
• Configure FPT Server on packet tracer

• Save the VLAN configuration

Addressing Table

Device IP address Subnet Mask URL


PC0 10.0.0.10 255.0.0.0
PC1 192.168.1.10 255.255.255.0
PC2 192.168.1.11 255.255.255.0
DNS-Server 10.0.0.2 255.0.0.0
WEB Server 10.0.0.3 255.0.0.0 www.webserver.com
SMTP Server 10.0.0.4 255.0.0.0 www.smtpserver.com
FTP Server 10.0.0.5 255.0.0.0 www.ftpserver.com
Step 1: Cable a network that is similar to the one in the topology diagram.
You can use any current switch& routers in your lab as long as it has the required interfaces shown in the
topology. Note: If you use 2900 or 2950 switches, the outputs may appear different. Also, certain commands
may be different or unavailable.

Step 2 Configure the router ports as following


Port IP address Subnet Mask
Fa 0/0 10.0.0.1 255.0.0.0
Fa0/1 192.168.1.1 255.255.255.0

Step 3 Configure the PC hosts as following


Port IP address Subnet Mask Gateway DNS server
PC0 10.0.0.10 255.0.0.0 10.0.0.1 10.0.0.2
PC1 192.168.1.10 255.255.255.0 192.168.1.1 10.0.0.2
PC2 192.168.1.11 255.255.255.0 192.168.1.1 10.0.0.2

Task 3: Configure DNS Server


Step 1: change the Server title to “DNS”.
Step 2: Configure the address of the DNS Server as following
Form Desktop > IP Configuration

Assign the address as the above.


Step 3: do the following Process to add the following names (URL) & addresss to the DNS Server
• Click on DNS Server
• Go to Serveries>DNS
o In Name field type : www.WEBServer.com
o In Address Field type: 10.0.0.3
o Press the Tab: ADD
o In Name field type : www.SMTPServer.com
o In Address Field type: 10.0.0.4
o Press the Tab: ADD
o In Name field type : www.FTPServer.com
o In Address Field type: 10.0.0.5
o Press the Tab: ADD
Task 3: Configure WEB Server
Step 1: change the Server title or Name to “WEB”.
Step 2: Configure the address of the Web server as following
Form Desktop > IP Configuration
Step 3: Enable the HTTP Services
Services > HTTP

• Make Sure HTTP & HTTPS Tab is ON


• You can modify or Edit the First Page (Index.HTML) by press on (edit)
Task 4: Configure SMTP Server
• Step 1: change the Server title or Name to “SMTP”.
• Step 2: Configure the address of the FTP server as following
• Form Desktop > IP Configuration
Step 3: Enable the Email Services
Services > Email

• Make Sure SMTP & POP3 is On


• In Domain Name Tab: mail.com or write any domain you like then Press Set Button
• In User Field write any user name like: Mohammed
• In Password Field write any password for Mohammed like :123
• Press + to add the user
• Repeat these steps to add more users.
Task 5: Configure FTP Server
• Step 1: change the Server title or Name to “FTP”.
• Step 2: Configure the address of the FTP server as following
• Form Desktop > IP Configuration
Step 3: Enable FTP Services
Services > FTP

• Make sure that FTP Services is ON.


• To add FTP User
o In Username field write : Mohammed
o In Password Field write :123
o Assign the permission to the user by choose Write , Read ,Delete ,Rename or List
o Press Add Button.
o Repeat to add more users.
Task 6: Testing Servers
Step 1: Test DNS Server

Ping All Server using their name from any PC like

PC2>Ping www.webserver.com

PC1>Ping www.smtpserver.com

Step 2: Test Web Server

• From any PC Open Web Browser as following Desktop > Web Browser
• In URL write: www.webserver.com
• Press Go Butoon
• You can see now index page
Step 3: Test FTP Server

• From any PC Open Command Prompt Desktop > Command prompt


• Write FTP www.ftpserver.com
• Enter username & password
• type Dir in command prompts to list all files or ? to see the available FTP commands.
Step 3: Test Email Server

• From any PC Open Email , Desktop > Email


• Configure email screen appear enter the following

• Then Press Save


• you can assign an email for each PC
• to Send Email choose Compose Button
You can send any email to any defined email user

You might also like