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
-2
votes
2 answers

Nmap scans the host but cannot ping the host

My laptop is connected to a network where we have routers with filters. I can use nmap to scan alive hosts and I can see open ports (mostly port 80). But then, when I try to ping those hosts, I dont receive any data. Can anyone point out what the…
kevin
  • 101
  • 1
  • 4
-2
votes
1 answer

Cannot ping Windows 2008 R2 by hostname

I cannot ping the Windows 2008 R2 server by hostname from Windows XP Home machines, but I can ping it from Windows 7 Ultimate machines. I already disabled ipv6. I need to access a shared folder: \server\a All computers are on the same local network,…
-2
votes
1 answer

Ping resolve a IP but reply from a different IP

I'm try to ping a host name and it resolve to a IP(1.82.184.10). But it does ping a strange IP(1.0.229.138) What the problem here?
Magic
  • 155
  • 1
  • 1
  • 7
-2
votes
2 answers

OSX cannot ping my server IP, however unix & windows can

We are having an issue with our Debian Server, we host several services on it each using several ports (all are open in iptables), all users can connect to these fine, except osx users. We have got the users to ping / traceroute the server, but it…
-2
votes
5 answers

Unable to ping Redhat 5.6 instance on vmware esx 5.1

I am running vmware esx 5.1 and I've created an instance of red hat 5.6 Desktop with a static ip address. When I restart the red hat guest I am able to ping it from another system but then as soon as it gets to the logon page I can no longer ping…
-2
votes
2 answers

giving no response of pinging from one but give response from other machine

Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.141.148.253 0.0.0.0 255.255.255.255 UH 0 0 0 eth0 14.1.0.0 10.141.148.253 255.255.255.0 UG 0 0 …
-2
votes
1 answer

Ping hidden-master.yahoo.com

I am on windows 7 OS. tried the following command at the command line ping hidden-master.yahoo.com Following is the output:-- C:\Users\bilbo>ping hidden-master.yahoo.com Pinging hidden-master.yahoo.com [127.0.0.1] with 32 bytes of data: Reply from…
bugs99
  • 15
  • 1
  • 8
-2
votes
1 answer

solaris + why cant ping to default getway

I have Solaris machine with IP 10.10.10.100 and default getway 10.10.10.1 and subnet 255.255.255.0 remark - solaris machine connected to cisco switch via cross cable and from switch to my laptop I configure my laptop to connect to my Solaris…
yael
  • 2,433
  • 5
  • 31
  • 43
-2
votes
2 answers

Lowering latency to distant endpoint

I need the lowest possible latency from Bulgaria to Korea. From what I understand, as an individual there is not much I can do to choose which physical cable my internet traffic travels on across Eurasia (or through the ocean). This is the realm of…
-2
votes
1 answer

Ubuntu Firewall blocking DNS requests to VMWARE guest with outbound traffic rules added and stateful matching done

This is a unique problem related to DNS queries(tcp/udp 53) even with correct UFW/iptables rules and does not relate to /etc/resolv.conf I can ping google DNS 8.8.8.8 but cannot resolve google.com after turning on the host ufw. Tried searching…
Rabinpro
  • 11
  • 2
-2
votes
1 answer

Firewall rules does not apply to pfsense hosted machine

I am using pfsense as my home firewall and configured multi-wan setup. In addition, I have installed package 'Telegraf ' package for exporting my pfsense stats into InfluxDB, also in 'Telegraf' configuration I have enabled 'Ping Monitor' for 4…
-3
votes
1 answer

Get request IP from dns lookup

I have been looking to find the IP from a machine that asks my DNS server for a CNAME resolution. For example: User A pings to DNS server 1 on test.myserver.com, this server has a CNAME resolution for test to www.google.com. I would like to find the…
Maxim
  • 105
  • 3
-3
votes
1 answer

What Does "ping -f" Do In The OS X Terminal?

I've recently read about the command in the OS X terminal, "ping -f (Target IP)". I haven't been able to form an understanding on the command even after looking through numerous online articles. I assume it floods the server with ping requests…
Stephen
  • 7
  • 1
  • 1
  • 4
-3
votes
3 answers

Server monitoring reports ping failed

i run a dedicated server and my hosting provider sent me an email reporting this and in 20 mins the service is recovering. i am running centos with softlayer Service Issue: SERVICE PING failed for 184.xx.xx.xxx What exactly does this mean? does it…
pbu
  • 91
  • 4
-3
votes
1 answer

Why a traceroute to a dynamic ip is different from static ip addresses?

Sorry I can't show you an output of a traceroute atm. Anyways, i find it strange when i try pinging a dynamic ip from the same ISP and get a good route and ping times. Where if i pinged their static ip address, it would takes longer or maybe a bad…
Semphie94
  • 61
  • 7