Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A systems administrator is unable to reach other devices on the network and the Internet. The server is configured with the IP address 192.169.1.50/24 on eth0. The server's router is 192.168.1.1. The administrator reviews the output of route -n: Which of the following commands should the administrator run to correct the issue?
Correct Answer: A
The current default gateway is incorrect: it's set to 192.168.2.1, which is not on the same subnet as the server's IP 192.169.1.50/24 (which itself is probably a typo and should be 192.168.1.50/24). The correct gateway for 192.168.1.50/24 is 192.168.1.1. The command: route del default gw 192.168.2.1 eth0: removes the wrong default route. route add default gw 192.168.1.1 eth0: adds the correct default route.