Valid 1Z0-821 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-821 Exam! ExamDiscuss.com now offer the newest 1Z0-821 exam dumps, the ExamDiscuss.com 1Z0-821 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-821 dumps with Test Engine here:
You are troubleshooting a newly installed desktop Oracle Solaris 11 system with a single network interface. From this system, you can connect to other systems within the company intranet, but cannot access any external services (such as websites and email), even when using IP addresses. Examining the routing table confirms that the default route to 192.168.1.1 is missing. DHCP is not used at this site. Which two commands will temporarily mid permanently configure the default route?
Correct Answer: B,F
Explanation/Reference: Explanation: B: Setting the default route on Solaris is easy. If you are trying to just set the route temporarily you can use the route command: Route add default <ipaddress> Example: Route add default 192.168.1.1 Note: Route command manipulates the kernel routing tables. Routing is the process of forwarding a packet from one computer to another. It is based on the IP address in the IP packet header and netmask. F: If you want the route to be persisted when you reboot the system, you will need to set the route in the / etc/defaultrouter file. /etc/defaultrouter Example: Echo 192.168.1.1 > /etc/defaultrouter