首页 > > 详细

讲解留学生 DHCP server、HTTP 辅导、讲解留学生HTTP语言、HTTP辅导

The configuration shows a (fictitious) company network. The company purchased a
block of IP addresses (a class B network) and has subdivided it into an intranet
server network, a client network, and several backbone networks. The network
configuration has a number of errors. Your task is to find and fix those errors, to
implement new functionality, and to extend the network with a new subnet.
Tasks:
a) Set up static routing tables in all four routers such that the three networks
containing computers (the clients, the www server, and the intranet server) can
reach each other. Take into account the link speeds between the routers, to find
routes that deliver good speed and latency (you are not allowed to change the
link speeds). In the report, describe the reasons for the particular routes you
chose.
b) Find three errors in the network configuration. All errors are in either the
configuration of the IP addresses and masks and/or the static routing tables.
For each error, describe what the problem is, how you found it, the fix you
applied, and how you can test that the fix works. After fixing the errors, you
should be able to execute the command lynx www.fit9135 successfully.
c) The network currently has no gateway to the Internet. We want to make router
R3 the gateway router. Add default routes to all other routers such that any
packet whose destination is outside of the company network is routed via R3.
d) Add a new subnet with 3 clients that are connected to the existing network
using a new router. The subnet is allocated the network address
192.168.192.0/20. The new router should be named External. It connects to the
gateway router R3 and should be configured with a default route to R3. To get
full marks, the clients need to be configured with DHCP, i.e., the new External
router must be running a DHCP server. You can use router R1 and the clients in
its subnet as an example of how to set up DHCP.
e) The server with the label www acts as the company’s public web server, and
the server with the label ssh as the remote-login (secure shell) server. The
company decided to update its security policy and implement a Demilitarised
Zone (DMZ). Your task is to implement a firewall on router R3 such that:
a. Any packets for the specific servers in the DMZ are accepted (HTTP packets
for www, SSH packets for ssh, and DNS packets for dnsserver), as well as
any ICMP packets for devices in the DMZ.
b. Any packets from inside the company network are accepted.
c. Any packets relating to connections that were established from inside the
company network are accepted.
d. Any SSH packets from the ssh server into the company network are
accepted
e. Any other packets are blocked.
Document the design of the DMZ, including the firewall rules you used, in your
written report. Document four test cases that verify different aspects of your
DMZ firewall. A test case would consist of a command executed on a particular
device, e.g. a ping, lynx or ssh command, that shows the desired behaviour.
Use the new subnet added in d) to test the behaviour for devices that are
outside the company network.

Hints for testing: There are a number of things you can test. Try out whether
the ping and traceroute commands work as expected between different pairs
of devices. Remember that both commands require routing to work in both
directions: Let’s assume you ping from node A to to B, then the ping packet
needs to be routed from A to B, but the response needs to be routed back
from B to A in order for the ping command to display the result! You can use
the lynx command line web browser to test whether you can access the web
server. The network contains a DNS server, so if a client is configured correctly,
the command lynx www.fit9135 should succeed.

联系我们
  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-21:00
  • 微信:codinghelp
热点标签

联系我们 - QQ: 99515681 微信:codinghelp
程序辅导网!