# ACIT 2620 Networking Skills Assessment Test The task is to configure two routers connecting three networks as show in the diagram: ![networking_skills_assessment_test](https://hackmd.io/_uploads/Sy6PS1kj6.png) - `r3` and `r4` communicate through the `corenet` network and are assigned IP addresses accordingly - A DHCP service configured in `r3` is responsible for handing out IP addresses to nodes in `net1` network - Arrange for `host2` to be assigned the follwing fixed address (__10.0.27.75__) through DHCP (this is needed so the marking script has a known address to test against) - A DHCP service configured in `r4` is responsible for handing out IP addresses to nodes in `net2` network. - IPv4 routing should be configured in both `r3` and `r4` to forward traffic between `net1` and `net2` - This can be achieved either statically or by running a suitable routing protocol using a service such as `bird` or equivalent. :::info All devices are created using Linux virtual machines Please ensure your VM's names are exactly as described here, lest the reporting script will fail as it will attempt to access the VMs by name. ::: When finished, download the reporting script and execute it as follows: ``` python networking_skills_assessment_test.py A# ``` Where `A#` is your student number. Submit the generated report to the submission folder before the deadline.