Knowledge Base

Troubleshooting Connectivity Issues

This guide will help you diagnose and resolve common connectivity problems you might encounter.

1. Check Basic Network Connectivity

Before diving into specific application settings, ensure your device has a stable internet connection.

2. Verify Firewall and Antivirus Settings

Firewall or antivirus software can sometimes block legitimate network traffic.

3. Check Application-Specific Network Configuration

Ensure the application is configured to use the correct network settings.

If connecting to a remote server:

If the application is acting as a server:

Tip: Use the netstat command (on Linux/macOS) or Get-NetTCPConnection (on Windows PowerShell) to see which ports are being used and by which processes.

4. DNS Resolution Issues

Problems with Domain Name System (DNS) resolution can prevent you from connecting to servers using hostnames.

5. Check Proxy Settings

If you are using a proxy server, ensure it's configured correctly.

6. Examine Application Logs

Application logs often contain specific error messages that can pinpoint the problem.

Important: If you are unable to resolve the connectivity issue after following these steps, please gather relevant log information and contact support with details about your network environment.

7. Check for Service Status

Ensure the service you are trying to connect to is actually running and healthy.

Error Example:

If you see an error message like "Connection refused", it typically means the server is reachable, but no process is listening on the specified port, or a firewall on the server is blocking the connection.

If you see a "Timeout" error, it might indicate network congestion, a firewall blocking traffic, or the server is overloaded and not responding in time.