Part I: FTP Server
Question 1 (2 points)
Saved
Listen
In the Services tab of the FTP_Server_ Public, ensure the FTP services are on. Notice that this
service has a default admin account. (The username and password are both cisco). You will use this
account for any testing.
What are the permissions for the default FTP user cisco? Select all that apply.
Question 1 options:
R
W
Ꭰ
N
L
Question 2 (2 points)
Saved
Listen
From Server1_ Admin, access the Command Prompt (from the Desktop tab). Use the FTP command and use the default Cisco FTP account credentials: Packet Tracer PC Command Line 1.0
|C:\>FTP 10.1.10.5
Trying to connect...10.1.10.5
Connected to 10.1.10.5
220- Welcome to PT Ftp server
Username:
Use the dir command (for directory) for a list of all the files hosted on the FTP server.
Which of the following is file number 8 in the FTP directory?
*** After answering this question, type the command ftp>quit ***
Question 2 options:
asa923-k8.bin
pt1000-i-mz.122-28.bin
ir800-universalk9-mz.SPA.156-3.M
c2600-ipbasek9-mz. 124-8.bin
Part II: Host-Based Firewall
Question 3 (4 points)
Saved
Listen
Configure the Firewall on the FTP_Server_Public 1. From the Desktop tab, open the IPv4 Firewall application:
2. Add a firewall rule according to the following settings:
(1) Services: "On"
(2) Interface: FastThernet0
(3) Action: "Deny"
(4) Protocol: "ICMP"
(5) Remote IP: 192.168.1.101
(6) Remote Wildcard Mask: 0.0.0.0
(7) Click "Add"
3. Using your One Drive account, upload a screenshot of the proper firewall rule in place, and share the hyperlink in the box
below.
Question 3 options:
Paragraph
Lato (Recommended)
19px (Default)
https://1drv.ms/i/s!AmeQzk3on3Vli UOPO43jCAYL4wxD?e=Ggb0Bp
https://1drv.ms/i/s!AmeQzk3on3VliUOpO43jCAYL4wxD?e=Ggb0Bp Question 4 (2 points)
Saved
Listen
Test the Firewall Rule
-
From Server Admin (192.168.1.101), use FTP in the command prompt to attempt to connect to
the FTP server (10.1.10.5).
This connection is prevented if your firewall configuration is correct. What is the error message you
receive when this connection is unable to be made?
Question 4 options:
%Error opening ftp://10.1.10.5/ (Timed out)
%Error opening ftp://10.1.10.5/ (Connection refused)
%Error opening ftp://10.1.10.5/ (Host unreachable)
%Error opening ftp://10.1.10.5/ (Access denied)
Question 5 (10 points)
Saved
Listen
Modify the firewall rules
1. From PC1_End_Users (in the End User network), ping the FTP server (C:\>ping 10.1.10.5). You should receive a
message stating "Request timed out." Why? The firewall service is configured in a default-deny stance. By activating the firewall service and applying at least one inbound rule, all other traffic is denied unless allowed by exception using another
rule.
2. To allow specific traffic, you will need to add another rule to the FTP server host-based firewall. Imagine you would like
only the hosts in the End_User network to access the FTP services on the FTP server. Each of the options below would
allow hosts in the End_User network to access the FTP services. Why would you recommend one of the following rules be
applied? Feel free to test each out in Packet Tracer before answering. Configure the selected rule on the FTP server before
moving on to the next question.
Option One:
Action Protocol
Allow
IP
Remote
IP
192.168.2.101
Remote
Allow
IP
192.168.2.102
0.0.0.0
0.0.0.0
Remote Local
Wildcard Port Port
21
any
any
21
Option Two:
Action Protocol
Remote
IP
Allow
IP
192.168.0.0
Remote
Wildcard
0.0.255.255
any
Remote Local
Port Port
21
Option Three:
Action Protocol
Allow
IP
Remote
IP
192.168.2.96
Remote Remote Local
Wildcard Port Port
0.0.0.15
21
any
Option Four: