Changes

Jump to: navigation, search

SRT210 Lab 5

788 bytes added, 22:44, 5 March 2019
PART 2: DHCP
[[File:dhcpd.conf.png]]
* You should understand what all these parameters mean. In the screenshot the DHCP server will assign IP addresses in the range 192.168.35.100 - 192.168.35.200, and each client will receive the appropriate default gateway and DHS server.
* To test this you'll need a DHCP client on the asg1 network.
* Start the DHCP service (named dhcpd) and once it starts without errors - configure it to start automatically on boot.
 
== DHCP Clients ==
 
* Create two new nested VMs on the asg1 network. Same minimal installation, but leave their network interfaces configured as DHCP clients.
* The first one should have the hostname <code>alice</code> and the second one should be named <code>charlie</code>. lin2a1 will serve as <code>bob</code>, when we get to that.
* Boot up alice (or bring eth0 down and back up) and confirm that it's been configured as expected based on your DHCP server's configuration.
* You should be able to use the internet on the new machine without any extra configuration, which is the whole point of DHCP.
= Lab completion =

Navigation menu