Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Unable to ping a particular website  (Read 10186 times)

0 Members and 1 Guest are viewing this topic.

Coco423



    Intermediate

    Thanked: 7
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #15 on: March 02, 2018, 11:40:40 AM »
Using my LG Rebel phone running Android 5.1.1, I was able to ping the site. The site is ravib.com, the one posted. But, I was using a phone and not a PC. Here is the screenshot

[attachment deleted by admin to conserve space]

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Unable to ping a particular website
« Reply #16 on: March 02, 2018, 12:06:38 PM »
Not unusual.
Reference:
https://en.wikipedia.org/wiki/Ping_(networking_utility)
Quote
In case of error, the target host or an intermediate router sends back an ICMP error message, for example "host unreachable" or "TTL exceeded in transit". In addition, these messages include the first eight bytes of the original message (in this case header of the ICMP echo request, including the quench value), so the ping utility can match responses to originating queries.
But that does not really tell you what is wrong with the site. It just tells you that the ping does not work.

The objective is to see if the web site is up and doing normal HTML stuff. -Right?
When piing does not work, you can use another kind of tool to verify the web site is working normally. You can find many in a Internet  search.

Verify website is online without ping.

https://www.uptrends.com/tools/uptime
https://www.pingdom.com/free
http://dnscheck.pingdom.com/
https://community.spiceworks.com/topic/514573-connectivity-check-without-ping-test

Not found in above search was:
Network-Tools

This is my favorite way to see if either the host server or my own website is down. It gives a detailed trace and also provides DNS information and WHOIS details.  :)

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Unable to ping a particular website
« Reply #17 on: March 02, 2018, 12:42:41 PM »
Using my LG Rebel phone running Android 5.1.1, I was able to ping the site. The site is ravib.com, the one posted. But, I was using a phone and not a PC. Here is the screenshot

Screenshot clearly shows that there was no ping reply. 100% packet loss.
I was trying to dereference Null Pointers before it was cool.

Squashman



    Specialist
  • Thanked: 134
  • Experience: Experienced
  • OS: Other
Re: Unable to ping a particular website
« Reply #18 on: March 02, 2018, 01:26:04 PM »
Using my LG Rebel phone running Android 5.1.1, I was able to ping the site. The site is ravib.com, the one posted. But, I was using a phone and not a PC. Here is the screenshot
I guess you do not understand how networking works. Your ping clearly shows 100% packet loss.
Code: [Select]
H:\>ping google.com

Pinging google.com [172.217.6.110] with 32 bytes of data:
Reply from 172.217.6.110: bytes=32 time=8ms TTL=50
Reply from 172.217.6.110: bytes=32 time=8ms TTL=50
Reply from 172.217.6.110: bytes=32 time=8ms TTL=50
Reply from 172.217.6.110: bytes=32 time=8ms TTL=50

Ping statistics for 172.217.6.110:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 8ms, Maximum = 8ms, Average = 8ms

H:\>ping ravib.com

Pinging ravib.com [69.172.237.220] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 69.172.237.220:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

H:\>

Coco423



    Intermediate

    Thanked: 7
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #19 on: March 02, 2018, 04:45:28 PM »
Oh. Sorry. That was the first time I tried to ping, now know ping failed. Good to know. Thought packet lss meant something.

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #20 on: March 02, 2018, 06:37:48 PM »
Follow the ping...the ping reveals all...

Keep trying.
" Anyone who goes to a psychiatrist should have his head examined. "

Squashman



    Specialist
  • Thanked: 134
  • Experience: Experienced
  • OS: Other
Re: Unable to ping a particular website
« Reply #21 on: March 02, 2018, 07:23:59 PM »
Follow the ping...the ping reveals all...

Keep trying.
I thought I was supposed to follow the white rabbit.

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #22 on: March 02, 2018, 07:46:56 PM »
1 pill makes you larger...
" Anyone who goes to a psychiatrist should have his head examined. "

Allan

  • Moderator

  • Mastermind
  • Thanked: 1260
  • Experience: Guru
  • OS: Windows 10
Re: Unable to ping a particular website
« Reply #23 on: March 03, 2018, 06:41:02 AM »
1 pill makes you larger...

Yeah, I get those emails too :D

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Unable to ping a particular website
« Reply #24 on: March 03, 2018, 03:07:29 PM »
Yeah, pssh, "This pill can make you larger". Seriously?  I'm not a dwarf so why are you telling me this?
I was trying to dereference Null Pointers before it was cool.

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #25 on: March 03, 2018, 03:20:46 PM »
It's from White Rabbit...just so you know.
" Anyone who goes to a psychiatrist should have his head examined. "

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #26 on: April 04, 2018, 09:29:45 AM »
athman8 Welcome Aboard...

You should start a new Topic so it can recieve the proper attention...
" Anyone who goes to a psychiatrist should have his head examined. "

Squashman



    Specialist
  • Thanked: 134
  • Experience: Experienced
  • OS: Other
Re: Unable to ping a particular website
« Reply #27 on: April 04, 2018, 12:10:58 PM »
I have encountered an issue recently that I am unable determine the cause of. There is a website I needed to access and was unable to access it so I called the customer service department of the website's organization and they told me after some troubleshooting to try to open the website on a different computer. This suggestion worked. I was able to access it with no issue on another Windows 10 computer. In fact, I was able to access this website on my smartphone and a Macintosh computer that are all connected to the same network.
Your comments have nothing to do with this question.  We are talking about getting a PING response.  Not whether the website loads in your browser. 

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #28 on: April 04, 2018, 01:17:37 PM »
He's new...

Go easy squash.... :P
" Anyone who goes to a psychiatrist should have his head examined. "

patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Unable to ping a particular website
« Reply #29 on: April 07, 2018, 03:12:10 PM »
OK...apparently you didnt' get the hint....Posting priviledges restricted.

patio.
" Anyone who goes to a psychiatrist should have his head examined. "