During a network audit, an administrator inspects a server configured with the static IPv4 address (subnet mask ). The host can successfully communicate with local devices on its subnet but cannot reach any external networks. Command output confirms the default gateway is set to and the DNS server is set to .
Which of the following statements correctly explain the root cause of the routing failure and how to resolve it? (Select TWO.)
- The configured default gateway resides outside the server's valid local subnet range of through .Answer
- BThe DNS server address must be updated to because DNS services can only be hosted on the router designated as the default gateway.
- The default gateway must be reconfigured to an IP address within the network address space.Answer
- DThe server must be reconfigured to automatically request an APIPA address starting with to enable routing to remote subnets.
Answer
The default gateway is misconfigured on a different subnet outside the local range of to , and it must be changed to an IP address within the local network space.
With a CIDR notation of /22 (), the network block size in the third octet is 4. The subnet housing host starts at and ends at broadcast address , making the valid host range through . The configured gateway is on a separate subnet. A default gateway must reside on the local subnet to process off-subnet packets.
Step-by-Step Solution
Key Concept
Subnet Mask Calculation and Default Gateway Alignment