Assignment 2: DNS service

DNS server

DNS server (authoritative and forward mode): You should deploy a local name resolution service (DNS) on server-01 using the bind9 software. You will have to configure it as a “primary” and authoritative DNS for the localdomain zone and to use a “cache” operation mode.

  1. Installation: (1)

  2. Configuration:

More details in references [2][3][4]

DNS client

frontend should manage the name resolution using server-01, as the main DNS server. Keep IP 169.254.169.254 (metadata server in GCP) as its secondary DNS.

  1. Configure the frontend host according to it.

  2. Check from frontend that the DNS service running on server-01 is ok. You can use bind9-dnsutils, for example:

(1) Use the official debian software repositories.

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

(3) Single Sign-On.

Last updated