Assignment 1: DHCP service

DHCP server

Install and configure the DHCP service on server-01. This allows us to keep the network configuration parameters of every client host on only one host; the DHCP server

  1. Installation: (1)

  2. Configuration: After that, configure it:

  3. Post-installation:

More details in reference [1]

DHCP Client

Check that the frontend links correctly with the DHCP server on server-01:

  1. Use the dhclient command from frontend to renew its network setting through (fixing) the DHCP server to server-01. Monitor this process through system log files on server-01 (tail) or using it in a debugging mode.

  2. Use again the dhclient command from frontend to renew network setting without specific server:

More details in references [7][8]

(1) Use the official debian software repositories.

(2) We will use the metadata server of Google (GCP).

(3) Temporally.

Last updated