Support Knowledgebase - Last Updated: October 26, 2023
This section provides a guide to diagnosing and resolving common network connectivity problems. These steps can help you identify the root cause of your issue and get back online quickly.
Ensure your network cable is securely connected to your computer and the router/switch. If using Wi-Fi, verify you are connected to the correct network and have a strong signal.
This is often the first and most effective solution. Restart your computer, router, and modem in the following order:
Verify that your computer is receiving an IP address from the router. Open a command prompt (Windows) or terminal (macOS/Linux) and run the following command:
ipconfig (Windows) / ifconfig (macOS/Linux)
Look for your IP address, subnet mask, and default gateway.
Most operating systems have built-in network diagnostic tools. Use these to identify potential problems, such as DNS issues or connectivity problems.
Windows: Open the Network and Sharing Center, click "Troubleshoot".
macOS: Open System Preferences, click "Network," select your network connection, and click "Diagnostics."
Sometimes, outdated DNS information can cause network problems. Flushing the DNS cache can resolve this.
Windows: Open a command prompt as administrator and run the command: ipconfig /flushdns
macOS: Open Terminal and run the command: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
For more detailed troubleshooting, please refer to our Network Troubleshooting Guide.