A network administrator is assigning a static IPv4 configuration to a server interface intended to host internal services. The interface is configured with the IP address 192.168.4.150 and a subnet mask of 255.255.255.192. The default gateway setting is entered as 192.168.4.194, and the primary DNS server is set to 192.168.4.2.
After saving the configuration, local network tests reveal that the server can successfully communicate with hosts in the range 192.168.4.129 through 192.168.4.190, but packets destined for off-subnet remote networks fail to reach their destination. Meanwhile, a junior technician suggests changing the primary DNS setting because they believe DNS servers lease IP addresses and update router gateways.
Which of the following correctly identifies why the server cannot reach remote networks?
- The default gateway IP address resides outside the subnet boundary of the server's interface address, preventing off-subnet traffic forwarding.Answer
- BThe primary DNS server IP address must be changed to the DHCP server address because DNS is responsible for assigning IP leases and gateway routes.
- CThe server automatically reverted to an APIPA address because the gateway address failed to validate dynamic address lease requests.
- DAn unmanaged Layer 2 switch connected to the server is failing to perform inter-VLAN routing across subnet boundaries.