Scenario
A branch office reports that some clients cannot get valid addresses, some users cannot reach intranet.company.local by name, and a printer must always keep the same IP address. The DHCP server scope is 10.20.30.100-10.20.30.199/24. Router/gateway is 10.20.30.1. DNS server is 10.20.30.10.
Your task: Configure DHCP and DNS services correctly.
Name Resolution
Instructor Answer
- Default gateway: 10.20.30.1.
- DNS server: 10.20.30.10.
- Use a DHCP reservation when a device should always get the same IP from DHCP.
- Use a DHCP exclusion to prevent DHCP from assigning an address used statically elsewhere.
- An A record maps a hostname to an IPv4 address.
- An MX record identifies mail exchangers.
- A PTR record supports reverse lookup.
- A 169.254.x.x address indicates APIPA, usually because DHCP failed.