Networking Tips
Last updated
Was this helpful?
Last updated
Was this helpful?
Press the Windows key, type Command Prompt and open
Type in ipconfig and press enter
Find the ip address you are looking for. Ethernet adapters will be listed as well as any Wireless adapters. You are looking for the IPv4 address.
Search for the Mac app Terminal
type in ifconfig and press enter
Find for the ip address you are looking for. On my Mac, usually en0 is the wifi
If you are trying to connect to a network, you can use the ping command to troubleshoot if the computer can talk to the device you are trying to connect to.
(Windows) Click on Windows and search for Command Prompt. (Mac) Search Applications for Terminal.
Type in "ping" then the address you want to ping, with a space between ping and the address. For example I would enter "ping 192.168.1.1" If the ping is successful, it will show a number and bytes from the address like in this screenshot:
If the ping is unsuccessful, it will say Request timeout.
To stop the ping, close the terminal window or press Control+C (Mac and PC).