A network engineer is integrating a new remote branch office subnet () connected to corporate headquarters through a Layer 3 site-to-site VPN. Client workstations at the branch fail to obtain dynamic IP configurations from the central enterprise DHCP server (). Packet captures confirm that client DHCPDISCOVER broadcast frames arrive at the branch router's inbound local interface, but no DHCPOFFER packets are returned. Which configuration change on the branch router directly resolves this connectivity failure?
- Configure an IP helper address pointing to on the branch router's LAN interface facing the client subnet.Answer
- BConfigure an IP helper address pointing to on the branch router's WAN interface facing the VPN tunnel.
- CAdd a CNAME record on the headquarters DNS server mapping the branch default gateway IP to the central DHCP server hostname.
- DEnable UDP port 69 relay forwarding on the branch router's LAN interface to pass client discovery packets across the gateway.
Answer
Configure an IP helper address pointing to on the branch router's LAN interface facing the client subnet.
Configuring an IP helper address on the client-facing LAN interface allows the branch router to intercept client broadcast DHCPDISCOVER messages (UDP port 67). The router converts these broadcasts into unicast IP packets targeted directly at the remote central DHCP server () across the routed VPN, populating the gateway IP field (GIADDR) so the server can assign an address from the scope.
Step-by-Step Solution
Key Concept
DHCP Relay Agent and IP Helper Placement