nerdexam
Oracle

1Z0-821 · Question #3

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 a

The correct answer is B. route add default 192.168.1.1 F. echo 192.168.1.1 >/etc/defaultrouter. 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> Route add default 192.168.1.1 Note: Route command manipulates the kernel routing tables. Routing is the process of for

Understanding Java Technology and Environment

Question

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?

Options

  • Aipadm set-gateway 192.168.1.1
  • Broute add default 192.168.1.1
  • Cipadm set-default 192.168.1.1
  • Ddladm route-add -d 192.168.1.1
  • Eecho 192.168.1.1 >/etc/gateway
  • Fecho 192.168.1.1 >/etc/defaultrouter

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    78% (31)
  • C
    3% (1)
  • D
    13% (5)
  • E
    5% (2)

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> 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 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 Echo 192.168.1.1 > /etc/defaultrouter

Topics

#default route#routing table#network configuration#ipadm

Community Discussion

No community discussion yet for this question.

Full 1Z0-821 Practice