A systems administrator is configuring a newly deployed Linux server assigned the IPv4 address (subnet mask ). The server can successfully ping other local hosts within its local network segment, but fails to reach any external subnets or remote application servers. The administrator inspects the host network interface and routing table using standard command-line tools:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.31.88.45 netmask 255.255.252.0 broadcast 172.31.91.255
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 172.31.92.1 0.0.0.0 UG 100 0 0 eth0
172.31.88.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
Which of the following identifies the root cause of the remote connectivity failure?
- The configured default gateway IP address (172.31.92.1) resides outside the server's local IPv4 subnet range.Cevap
- BThe broadcast address 172.31.91.255 overlaps with usable host IPs, preventing default route kernel activation.
- CAn inbound access control list rule on eth0 is dropping return traffic due to an implicit deny all statement.
- DThe host interface eth0 requires an explicit 802.1Q VLAN tagging ID configuration to reach off-subnet gateways.