Users on a corporate network segment suddenly report an inability to access internal intranet resources and the internet. A technician checks an affected client workstation and runs the `ipconfig /all` command, obtaining the following network output:
IPv4 Address. . . . . . . . . . . : 192.168.1.105(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
The corporate network standard uses the address space, and authorized enterprise DHCP servers reside at and . Which of the following is the most likely root cause of this connectivity failure?
- An unauthorized rogue DHCP server connected to the broadcast domain is responding to client lease requests before the enterprise server.Answer
- BThe client workstation failed to communicate with any DHCP server and assigned itself an Automatic Private IP Addressing (APIPA) address.
- CThe IP helper address configured on the Layer 3 switch interface is missing, blocking DHCP traffic from reaching the remote server.
- DThe authorized corporate DHCP server scope has exhausted all usable host IP addresses in the subnet pool.
Answer
An unauthorized rogue DHCP server connected to the broadcast domain is responding to client lease requests before the enterprise server.
The output demonstrates that the client host successfully obtained an IP address lease () from a DHCP server operating at . Because the authorized corporate network utilizes the range and authorized DHCP servers at and , the presence of a server issuing leases indicates an unauthorized rogue DHCP server on the local broadcast domain.
Step-by-Step Solution
Key Concept
Rogue DHCP Server Detection and Troubleshooting