asked 100k views
5 votes
What command would you issue from the command prompt to test whether your computer has connectivity to the network?

1 Answer

6 votes
ping ${myDefaultRoutersAddress}

Personally, I'd probably run ifconfig to see my network setups. Then I'd need to run "netstat -rn" to get my default router's address.

No related questions found