- The 165 Project Company is setting up a new headquarters in Downtown Springfield. As such, they need to set up a network of publicly available services on that network. Please read the rest of the instructions and answer carefully, the answer boxes will be doing string matches, to the best of your ability. You will get three submissions chances to get it right.
They have bought the public IP subnet of 192.165.3.64/26 to be used. You need to divide that subnet into three subnets. One for public that can support 14 nodes, one for private services that can support 30 nodes, and one for inf services that can support 14 nodes. The lowest numeric value IPs should be used for the public services.
They will need you to configure a ISC DHCP server that will hand out the last half of each subnets IPs except the last usable IP (that will be used as the default-gateway. The DHCP server will also be the Name Server (DNS Server) (named net-srv.infra.165pro.net) for the three subnets as well. The IP of the DHCP and DNS server is the first usable IP of the infrastructure subnet. The default and max lease time should be set to three days. The domain names for the three subnets should be set to infra.165pro.net, prv.165pro.net, and pub.165pro.net.
Please provide in the appropriate answer box below the three subnets from lowest value network address to highest in the following format:
Example:
X.X.X.X/XX
X.X.X.X/XX
X.X.X.X/XX
Answer:
__192.165.3.64/28____________
_____192.165.3.80/27 _________
______192.165.3.112/28________
Next provide usable configuration for the ISC DHCP to set the default and max lease times to three days in the following format:
Example:
default-lease-time;
max-lease-time X;
Answer:
default-lease-time X ___259200_____________ ;
max-lease-time _______259200____________;
Then the configuration of the dhcpd.conf file for the three subnets. Be sure to set the default gateway, dns server, and domain names of the subnets. Also they must be, for this submission, be in the following order no matter the value IP addresses: infrastructure, public and then private. Be sure to get the syntax correct (there will be a string match for the grade) following the example:
Example:
# Infrastructure Subnet
subnet X.X.X.X netmask X.X.X.X {
range X.X.X.X X.X.X.X;
option routers X.X.X.X;