Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Part 1: Topology Configuration.

Figure 1: Topology for DHCP and NAT

Start by building the above topology and configure its IP addresses as indicated above. Make sure
that any pair of hosts on the same link can ping each other. Configure PC-1 and PC-2 to obtain their
IP addresses using DHCP. The DHCP server will be configured in part 2. Do not configure any sort of
routing.

The command “show ip interface brief” can be used to double check that all interfaces
are properly configure and are “up”.

Note: Use the “write” command on each router to save your modifications. Use “save” to save VPCS
configuration.

Part 2: DHCP Server.


Configure R1’s internal interface (facing the switch) to act as a DHCP server with the following
settings:

- IP address range: 192.168.1.1-200.


- Domain name: F29DC.dubai.hw.ac.uk.
- DNS server: 1.1.1.1 (from CloudFlare).
- Default gateway: 192.168.1.254.

Test connectivity between the different VPCS and make sure they can ping each other.
Part 3: NAT.
Configure R1 to run a NAT in such a way that all VPCS share the same IP (203.0.113.2) to get to
“example.com” at 203.0.113.1. Check your VPCS can ping it.

Note: You can test your NAT from R1 by “show ip nat translations”.

You might also like