> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpdesk.gbnetwork.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to use PING command ?

| How to use PING command ?

> The ping command is useful for determining the status of the network and various foreign hosts, tracking and isolating hardware and software problems, and testing, measuring, and managing networks.
---
You can get the 4 line ping result by following the steps below:

1. Click Start > Click Run or **Windows+R**
2. type `cmd` in the text field, then click **OK**
3. On the command prompt, type `ping yourdomainname.com` then press enter.

| Sample Output that is working fine :

![](https://storage.crisp.chat/users/helpdesk/website/67938060e89a4400/1_h2vi7.png)

| Sample Output that has connection issue:
```
C:\>ping xxxx.com
Pinging xxxx.com [69.116.26.194] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 69.116.26.194:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
```