sh to get a shell.
Line 6 starts the display of information about the primary network port and line 12 starts the display of the secondary network interface.
Line 8 indicates that the primary interface is currently connected where as line 14 indicates that the secondary interface is not connected. Lines 9 and 10 show the v4 and v6 IP address of the primary interface.
To test that DNS is working you can attempt to ping your favorite web site and see if it is able to get an IP address for it.

In the example above we know DNS is working since www.google.com is resolved to an IP address, in this case 216.58.216.4.
Below is an example where DNS lookup failed. Note that it usually takes a short time for the test to fail since the JACE needs to time-out waiting for the DNS server to respond.

To test that we can establish a secure connection to the outside world we can use serial shell (ssh) and attempt a connection to the Device Registration Service. For this test enter the host name of the Device Registration
URL in your CloudConnector.

You will need to use the fully qualified path to the ssh command. You will also need to specify the -v verbose flag to see what is happening.
Line 4 shows that we were able to successfully connect to the Device Registration Service. Since we are connecting to a web
server and not a sshd server the connection will hang and you will need to enter Ctrl+C to get out of the command.