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
1 answer

Monitoring a Servers Connections to a default gateway via SNMP

I wanted to know how to configure SNMP to monitor a servers connection to a gateway: I have a server at location A running an SNMP monitoring software I have another server at Location B running my companies services Is it possible to have an SNMP…
DateMike
  • 1
  • 1
-1
votes
2 answers

How to Access a host behind a server over VPN (IP Forwarding)

I have a Ubuntu server (172.10.200.11) and many remote terminal units with simcards and each individual simcard operator using different IP pool such as 10.57.0.0/16 for OP-A, 10.112.0.0/16 for OP-B, etc. In the server actually i am using a routing…
crackerboy
  • 1
  • 1
  • 2
-1
votes
2 answers

Looking for new network endpoint for monitoring

Good afternoon, all! I'm looking for a new static, highly reliable endpoint to ping as a network connectivity monitor. We had been using Google's DNS server address, but we just had trouble with it today. Has anyone successfully used a different…
Gregg Hughes
  • 67
  • 1
  • 1
  • 4
-1
votes
1 answer

Strange behavior of ping response

So we have an AWS Account with our DNS Servers running in it which resolve our on-prem instances. When i ping an on-prem server, this is the response i get back: ping myServer.example.com PING myServer.example.com (xx.xx.xx.xx) 56(84) bytes of…
Asdfg
  • 109
  • 1
  • 13
-1
votes
2 answers

Should traceroute be used to diagnose network latency issues?

I ran the traceroute command from Server A to Server B, two of the hops display a latency between 250ms to 480ms. However when running ping from Server A to Server B, the response is always within 1ms. My network admin team is of the opinion that…
Oliver
  • 13
  • 2
-1
votes
1 answer

unable to ping VM on another machine within the same network

I can't ping from one VM to another VM on different machine. Both are connecting on the same wifi. firewall has been disable ICMP enable Network connection = NAT
-1
votes
2 answers

Does Ping ever uses DNS cache

I have couple questions. Firstly, this morning I was running ping against google.com and it returned me an address 216.58.220.14. Now what strange happened was, any time after the first ping all attempt to ping resulted in same address i.e…
Viren
  • 171
  • 1
  • 2
  • 10
-1
votes
1 answer

Default gateway and ARP confusion

I have the following configuration (I'd post a pic but not enough rep for more than 2): PC1 (10.0.2.10/24) and PC2 (10.0.2.137/29) are connected to a hub, which is connected to a router on interface FastEthernet0/1 (10.0.2.138/24). I ran two tests…
Gerk
  • 1
  • 1
  • 2
-1
votes
1 answer

resolve a previously failing url without editing resolv.conf

I want to ping a some website from my machine. But currently its failing to resolve ubuntu % nslookup somewebsite.in ;; Got SERVFAIL reply from…
Ayush
  • 255
  • 1
  • 3
  • 10
-1
votes
1 answer

Unable to maintain connection on servers. Ping inconsistent

We have two new Windows 2012 server installs. These are fresh installs that don't have much on them. However, they are having connection issues with the SQL server. From the SQL server I have some command prompts pinging the new servers. When I…
-1
votes
1 answer

Ping times change over time only to a certain server

The problem happens only to a certain server from a nearby country. When i test the ping to that server, i get 30-40 ms today, then tomorrow i'll get 240-250 ms. Sometimes, an hour later it'll be 50-60 ms and then later gets higher or maybe lower…
-1
votes
1 answer

Ping can not find any subdomain at all

Following shows the information of my virtual environment. computer name = spFull computer name = sp.spd.localdomain = spd.localInside DNS there is a Forward lookup zone, its name is spd.local and contians these: CName: name=*, Data=sp.spd.local,…
user217648
  • 99
  • 2
-1
votes
1 answer

What Factors that affect ping to a dynamic IP?

If i'm going to test the ping between me and my friend, will interleaved mode that applied by cabinet would affect his connection and expect an increase in the latency/ping to his machine regardless of distance?
Semphie94
  • 61
  • 7
-1
votes
2 answers

Can ping server one from client 1, but can't ping client 1 from server

I set up a router on my linux machine as described here. Now I can ping the server/router from my windows client. I can also ping my linux client from my windows client. But I can not ping the windows client from either the server/router or the…
puk
  • 285
  • 1
  • 6
  • 18
-1
votes
1 answer

Can't access (ping, tracert..) from cmd but works from putty

I am not able to ping or tracert to a remote machine from windows command line, but I am able to ping/tracert and access same machine when using putty on same windows machine. What can I do to access from command prompt as well?
Ayush
  • 101
  • 2