Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahul-joy/configuration-of-smtp-and-ftp-server-using-cisco-packet-tracer

Configuration of SMTP and FTP Server using Cisco Packet Tracer
https://github.com/rahul-joy/configuration-of-smtp-and-ftp-server-using-cisco-packet-tracer

Last synced: about 2 months ago
JSON representation

Configuration of SMTP and FTP Server using Cisco Packet Tracer

Awesome Lists containing this project

README

        

# Configuration-of-SMTP-and-FTP-Server-using-Cisco-Packet-Tracer
Configuration of SMTP and FTP Server using Cisco Packet Tracer




















1. TITLE OF THE LAB REPORT EXPERIMENT: Configuration of SMTP and FTP Server
2. OBJECTIVES/AIM
            • To learn about step-by-step configuration of FTP Server & SMTP Server using Cisco Packet Tracer.
            • To learn how to send email from end-host to end-server.
            • To learn how to upload a file to the FTP Server.
            • To learn how to rename and delete a file in an FTP server.
            • To learn how to download a file from the FTP Server.
3. PROCEDURE / ANALYSIS / DESIGN
            1. Create a network by setting up all the necessary devices in Cisco Packet Tracer.
            2. Configure static IP addresses on the PC, Laptop, Server, and other devices.
            3. For FTP Server Configuration, click on the Server and go to the FTP option then at the
                right side turn on the FTP server. After that, provide a username and password for the
                server. Then, provide the permission to access “Write”, “Read”, “Delete”, “Rename”,
                “List” options.
            4. Now, an FTP client is built in the PC to send files to an FTP server configured in the
               Server. The FTP client can be used to read, write, delete and rename files present in the
               FTP server. For accessing the file, there are existing some commands which are listed
               below:
                        (a) put - used to upload a file to the server. For example: put ABC.txt
                        (b) get - used to get(download) a file from the server. For example: get ABC.txt
                        (c) delete - to delete a file in the FTP directory with the server. For example: delete ABC.txt
                        (d) rename – used to rename a file. Command: rename “Old file name” “New file
                             name” For example: rename ABC.txt, myFile.txt, etc.
                        (e) dir – use to see the existing listed files in the FTP server directory
                        (f) quit – use to close the connection
            5. For DNS Server Configuration, click on the server then go to the IP Configuration. Put
                your IP, Default Gateway which is your router IP, and DNS Server option will be 0.0.0.0
                for DNS Server Configuration





4. IMPLEMENTATION
            1. Build the network topology.





2. Configure static IP addresses on the PC, Laptop, DNS server, Mail Server and FTP server.
            a) Click the device and go to the Desktop tab > IP Configuration.
                        For Gateway: 192.168.1.2
                        For DNS Server: Set 192.168.1.4 as IP address and 255.255.255.0 as Subnet Mask
                        For Mail Server: Set 192.168.1.1 as IP address and 255.255.255.0 as Subnet Mask
                        For FTP Server: Set 192.168.1.3 as IP address and 255.255.255.0 as Subnet Mask
                        For David: Set 192.168.1.10 as IP address and 255.255.255.0 as Subnet Mask.
                        For Jon: Set 192.168.1.11 as IP address and 255.255.255.0 as Subnet Mask.
                        For Jerry: Set 192.168.1.12 as IP address and 255.255.255.0 as Subnet Mask.



                        For Gateway: 192.168.2.1
                        For DNS Server: Set 192.168.2.3 as IP address and 255.255.255.0 as Subnet Mask
                        For Mail Server: Set 192.168.2.3 as IP address and 255.255.255.0 as Subnet Mask
                        For Jenny: Set 192.168.2.13 as IP address and 255.255.255.0 as Subnet Mask.
                        For Loara: Set 192.168.2.14 as IP address and 255.255.255.0 as Subnet Mask.





3. Click on the “FTP Server” and then clicking on the “Services” option to FTP server configuration.
           (a) Click on the FTP option then at the right side click On to enable the FTP server.
           (b) Provide a username and password and then click on “Write”, “Read”, “Delete”,
                “Rename”, “List” options. At last, click the “Add” button (Figure 4).
           (c) Now, an FTP client is built in the PC to send files to an FTP server configured in the
                Server. The FTP client can be used to read, write, delete and rename files present in the FTP server