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

Network time metrics

I am trying to get a sense of the different networking metrics and specifically those that are about time. I find myself lost in definitions though. From the research I have done so far I found some contradictions in the definitions depending on the…
-1
votes
1 answer

firewalld causing nmap to return host seems down

I've two machines, server1 and server2. On server2, I stop firewalld. [root@server2 ~]# systemctl stop firewalld From server1, nmap returns Host is up. [root@server1 ~]$ nmap -sn server2 Starting Nmap 6.40 ( http://nmap.org ) at 2020-09-02 11:27…
JeremyCanfield
  • 413
  • 4
  • 11
  • 17
-1
votes
1 answer

using a ping command in c code

I`am a beginner in coding so I would ask for help to using this code on raspberry buster in a c program: ping -c 1 -t 1 192.168.1.1;if [ $? -eq 0 ]; then echo "192.168.1.1 is up"; else echo "ip is down";fi the code should do 1. if ip is up insert…
-1
votes
1 answer

Problems resolving hostnames on LAN in CentOS

I have a CentOS 7.7 server up and running, which I am trying to access from other CentOS machines on LAN. Unfortunately, I am not able to reach the hostname from other machines. How can I solve this problem? Server (CentOS 7.7): $…
JavaCake
  • 111
  • 3
  • 11
-2
votes
1 answer

ping to the 4.2.2.2 is not working. what to do?

Network connectivity is good. ping to the 4.2.2.2 is not working. I also want to know why we ping to the 4.2.2.2. ping -n 4.2.2.2
Shreeya
  • 63
  • 1
  • 9
-2
votes
1 answer

Ping server until read to login via RDP and attempt to login

Looking for a way via powershell or any means to ping until server is available and once it is then run remote desktop to login. I have seen it before but unable to find a way to do it.
mikedopp
  • 229
  • 2
  • 7
  • 16
-2
votes
2 answers

intra ethernet interface of a router

Please I need some clearification. Is it possible to ping from one interface of a router to another interface of thesame router ? Assuming router R1 with LAN interfaces e1 and e2. can i ping e2(destination) interface from e1(source).
-2
votes
1 answer

Cannot ping DNS servers

I'm in abit of a situation, here is what I'm up against: So I have two server, on different subnets. Both servers can ping each other. Server one 10.0.1.* Server two 192.168.2.* Server one can ping the DNS servers without any issues Server two…
-2
votes
2 answers

The arp-scan tool found machine but i can't ping

I have two VPS that i buyed from one corporation, OS of two VPS is ubuntu and when i ran arp-scan -l on one of the both machine and i can see IP of other machine, but i havn't any type of access to other machine such as ping or ssh. VPS1 by IP…
M.J
  • 97
  • 4
-2
votes
2 answers

Check a machine's up or down status without using ping

I have a function that at the moment does a quick ping to a remote machine in the same network by doing so: ping -n 1 It then evaluates the commands success (1 or 0) in order to determine whether the machine is powered on or not. Seems that this…
-2
votes
1 answer

Inconsistent ping to my ISP backbone

this is a traceroute from My ISP to the same ISP backbone located in another city from my country here (500miles aprox) : https://i.stack.imgur.com/BbQjm.png Does this idicate a traceroute problem? And will this affect some real-time applications…
Semphie94
  • 61
  • 7
-2
votes
2 answers

Ping PC in Different Subnet / Network

I am new to practical aspects of networking. So what I was trying is to ping two PC which are connected to two (wireless) routers which are taking internet through LAN. So Router 1 IP : 10.100.98.25 PC 1 IP : 192.168.1.1 Router 2 IP :…
Anup
  • 151
  • 1
  • 1
  • 4
-2
votes
2 answers

Cannot ping / ssh server after installing VirtualBox on CentOs 6.6

Our server was running fine this morning. I installed VirtualBox and rebooted the server. Since rebooting the server I do not recieve a response when pinging the IP address and I cannot connect through SSH anymore. I have access through KVM. Does…
Syn
  • 141
  • 1
  • 4
-2
votes
2 answers

Can ping by IP address but not by hostname

I have 3 Debian VM. 1)DNS 2)DHCP 3)Client DHCP looks ok. I got my fixed-address on DNS and Client like I want. When I try to ping each of them @ip it's responding. If I try to : ping dhcp But I got a : unknown host dhcp Same for nas. I don't know…
Ragnar
  • 113
  • 7
-2
votes
2 answers

PING to my site url returns 100 percent but my site is still up and working

I've done ping mysiteaddress.com But I get PING mysiteaddress.com (xx.xx.xx.xxx) 56(84) bytes of data. --- mysiteaddress.com ping statistics --- 29 packets transmitted, 0 received, 100% packet loss, time 27999ms I have tried pinging the site…
Mutuma
  • 111
  • 6