A system administrator is troubleshooting network reachability on a newly provisioned server configured with IP address and subnet mask (). The server can communicate with local host devices on its broadcast domain, but fails to send packets to remote subnets. The default gateway interface on the switch router is assigned . Upon reviewing the server's network configuration, the administrator notes that the default gateway entry is configured as . Which of the following accurately identifies the root cause of this routing issue?
- The host IP address and configured default gateway reside on different subnets, preventing local Layer 2 frame delivery to the gateway.Answer
- BThe configured default gateway address of is an unassigned subnet broadcast address and cannot process unicast packets.
- CAn implicit deny statement at the end of the router's inbound Access Control List (ACL) is dropping outbound traffic from .
- DThe server's default gateway port is configured for a protocol mismatch, blocking ICMP and IP forwarding across Layer 3 boundaries.
Answer
The host IP address and its configured default gateway belong to different subnets, causing Layer 2 resolution and IP routing to fail.
The server's IP address () is located within the subnet (usable host range to ). The misconfigured gateway address () belongs to the neighboring subnet (). Because hosts can only send ARP requests for default gateways on their own local IP subnet, the server cannot establish Layer 2 communication with its gateway, preventing any outbound packet routing to remote networks.
Step-by-Step Solution
Key Concept
Default Gateway Subnet Mismatch Diagnosis