A network technician is troubleshooting a newly deployed workstation that can communicate with local host servers on the same segment but cannot reach external internet addresses. Operating system command output for the host display the following network settings:
IPv4 Address:
Subnet Mask:
Default Gateway:
DNS Server:
Which of the following statements correctly identify the cause of the connectivity failure and the appropriate resolution? (Select TWO.)
- The default gateway is configured on a different IP subnet than the client workstation host.Answer
- Updating the host's default gateway address to 10.0.10.1 will allow traffic to route off the local network.Answer
- CThe workstation failed to contact a DHCP server and automatically assigned itself an APIPA address.
- DThe DNS server address must be reconfigured to dynamic leasing mode to resolve IP addresses.
Answer
The host is unable to reach off-subnet resources because its configured default gateway (10.0.20.1) belongs to a different IP subnet than its host address (10.0.10.45/24). Reconfiguring the default gateway to a local subnet address (10.0.10.1) resolves the routing issue.
The subnet mask 255.255.255.0 (/24) requires all hosts and gateways on the local network segment to share the first three octets (10.0.10.x). Because the default gateway is set to 10.0.20.1, the host attempts to reach a gateway on another subnet directly without a local Layer 3 boundary router, causing off-subnet packet transmission to fail. Updating the gateway to an address within 10.0.10.x (such as 10.0.10.1) restores proper routing capabilities.
Step-by-Step Solution
Key Concept
Subnet Boundaries and Default Gateway Alignment
Estimated Time:1m 30s