A network technician is deploying a new remote office client subnet (VLAN 40). Hosts connected to VLAN 40 are unable to reach the centralized DHCP server located across a Layer 3 WAN link at IP address 10.10.1.50, causing client machines to automatically receive 169.254.x.x addresses. Which of the following configuration actions on the router's VLAN 40 gateway interface will resolve this issue?
- Configure an IP helper address specifying the destination IP 10.10.1.50.Answer
- BCreate an AAAA DNS resource record pointing the gateway hostname to 10.10.1.50.
- CChange the default gateway DHCP relay setting from UDP port 67 to TCP port 67.
- DConfigure the IP helper address to point to the local interface APIPA network address.
Answer
Configure an IP helper address specifying the destination IP 10.10.1.50.
Because Layer 3 routers block broadcast messages by default, host DHCP DISCOVER broadcasts generated on VLAN 40 cannot reach a DHCP server residing on a different subnet. Setting an IP helper address on the router's local gateway interface acts as a DHCP Relay Agent, converting client broadcasts into directed unicast packets to IP 10.10.1.50.
Step-by-Step Solution
Key Concept
DHCP Relay / IP Helper Operation across Layer 3 Boundaries