Questions tagged [ping]

Ping is a mechanism to see if a remote host is reachable via an IP network

Ping is used to send an ICMP packet to a remote host. The ICMP type sent is an echo request, and the type the remote host will send back is an echo reply. Some firewalls or hosts may block ICMP, so ping should not be the only tool used for troubleshooting.

949 questions
-1
votes
3 answers

Web server is working, but ping returns a request timeout for icmp_seq

these are my current iptables settings: Chain INPUT (policy DROP) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED DROP tcp -- anywhere …
Carlos Santos
  • 43
  • 1
  • 1
  • 11
-1
votes
2 answers

extreme ping latency in WDS network

I have setup a wireless network at work office with the following config: 192.168.1.1: TP-Link 941 Router, Root AP, connected to internet 192.168.1.2: TP-Link 901 AP, WDS Repeater, connected to 192.168.1.1 192.168.1.3: TP-Link 901 AP, WDS Repeater,…
-1
votes
2 answers

TTL in ping vs dig

When I ran ping google.com, I get a ttl value of 55: 64 bytes from 173.194.127.103: icmp_seq=68 ttl=55 time=16.4 ms When I ran dig google.com @ns1.google.com., it get a TTL value of 300. google.com. 300 IN A 173.194.127.34 Why do I get two…
dayuloli
  • 1,253
  • 2
  • 11
  • 19
-1
votes
2 answers

Domain not resolving from some locations

I need help collecting some sort of proof of what might be wrong here Problem description location 1 Ping Ping request could not find host . Please check the name and try again. location 2 Ping Pinging…
User123456
  • 111
  • 3
-1
votes
1 answer

Geo distributed ip

When i ping 8.8.8.8 from my home computer (europe) i get around 26 ms latency. When i ping 8.8.8.8 from a server(US) i get around 1 ms latency. When i ping my (US) server from home (europe) i have 130 ms latency. I know that i can setup a custom…
lolwin
  • 1
  • 3
-1
votes
1 answer

If i can ping a server does that mean it's switched on?

I think the question says it all, if I ping a server and access it using \server\c$ and get a response does that mean that server is on?
-1
votes
1 answer

Trace route to specific page on a website

If I can access a site (ie: serverfault.com) through my proxy/firewall, it means that it will allow all it's subdirectories (serverfault.com//)? I can access the website site.com/ but it returns me error 403.6, if I try to access…
Sheldo
  • 27
  • 2
-1
votes
3 answers

How can be ping used to measure a server speed?

When I ping myserver.com, I get this responses: 64 bytes from XXX.XXX.XXX.XXX: icmp_seq=1 ttl=242 time=52.6 ms 64 bytes from XXX.XXX.XXX.XXX: icmp_seq=2 ttl=242 time=55.9 ms 64 bytes from XXX.XXX.XXX.XXX: icmp_seq=3 ttl=242 time=52.1 ms 64 bytes…
Enrique Moreno Tent
  • 459
  • 2
  • 7
  • 19
-1
votes
1 answer

Dedicating a server for latency test

I've created a server to test bandwidth from employees working remote (using speedtest.net mini), but was wondering if anyone knew of a way to setup some software in linux to test latency and possibly keep track of the results. I essentially want to…
LB3
  • 1
  • 1
-1
votes
1 answer

Cannot ping, neither can use the server as the DNS. but can ssh to the server from any IP address

I have a server that holds my server services. I'm able to ssh to the server: ssh root@example.com enter password: root@example:# But, I can't ping the server: $ ping example.com PING example.com (1.2.3.14):56 data bytes Request timeout for…
Vijit Jain
  • 86
  • 3
  • 15
-1
votes
1 answer

Hamachi gateway PC responds when pinging remote PCs from internal network

We are using Hamachi to link 2 remote sites together via a gateway VPN network. This generally works fine. At our main office, our SBS 2003 server acts as the DHCP server. The Hamachi gateway client on an XP computer at this site allows remote…
Austin ''Danger'' Powers
  • 1,180
  • 6
  • 21
  • 51
-1
votes
2 answers

I can't ping my server from certain IP

I have 2 internet connections from 2 different ISPs with static IPs, lets call them A and B. A connects to the server in several ways (ping, SSH, HTTP), while B cannot do anything (ping, SSH, HTTP). I ran tcpdump on the server using connection A,…
wael34218
  • 321
  • 2
  • 5
  • 15
-1
votes
1 answer

Pinging two machines (mac and a pc) from a wifi hotspot

I am in India and I use a device like this(Verizon mifi) to connect to internet(Indian version is called Tata photon WiFi hub), this device can connect upto 5 computers but the problem is that none of these devices can ping each other essentially I…
Sap
  • 99
  • 1
-1
votes
1 answer

I am unable to ping two machines each other despite they are on same domain network

I am having two VM's equipped with 180 trial versions of Windows server 2008 R2 SP1. In one i have configured active directory domain services and ran dcpromo.exe on it and added the other server to the domain with this. I am unable to ping two…
-1
votes
1 answer

How to find out why website is not accessible?

I cannot access a certain website. There are two possible reasons: The block is on the ISP side. The block is at the website. Is there a technical way to figure out which of these are causing the problem?
Sleepster
  • 117
  • 1
  • 3