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?
A.
dladm route-add –d 192.168.1.1
B.
echo 192.168.1.1 >/etc/gateway
C.
route add default 192.168.1.1
D.
ipadm set-gateway 192.168.1.1
E.
echo 192.168.1.1 >/etc/defaultrouter
F.
ipadm set-default 192.168.1.1
c,e