Multiple Choice
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?
A) route del default gw 192.168.2.1 eth0; route add default gw 192.168.1.1 eth0
B) route add -net 192.168.10.0 netmask 255.255.255.0 gw 192.168.2.1 eth0
C) route add 192.168.1.1 default 192.168.1.50 eth0
D) route host gw 192.168.1.1 eth0
Correct Answer:

Verified
Correct Answer:
Verified
Q163: A user needs to modify the IP
Q164: Which of the following are Linux desktop
Q165: An operator finds a user is having
Q166: A Linux administrator needs to back up
Q167: A Linux administrator looks at the /etc/timezone
Q169: Which of the following server roles would
Q170: A junior Linux administrator is trying to
Q171: A junior systems administrator has generated a
Q172: A server is almost out of free
Q173: An administrator has written the following Bash