Questions tagged as ['ping']

I have a weird PING error in WSL2, Ubuntu 20.04 distribution. When I'm doing nslookup - all ok:
root@i:~# nslookup google.com
Server: 172.19.224.1
Address: 172.19.224.1#53
Non-authoritative answer:
Name: google.com
Address: 142.250.185.206
Name: google.com
Address: 2a00:1450:4001:830::200e
root@i:~#
When I'm pinging by address - also ok:
root@i:~# ping 142.250.185.206
PING 1 ...
1. my setup:
I've got an optical fibre ZTE router from my ISP for internet and telephone.
My old analog phone is connected directly to the router using the dedicated phone port on my router.
(For illustration I draw a network diagram down below.)
2. what I want:
I want to use SIP directly to make calls from my local network, instead of my old analog phone.
For example I want to install the softpho ...
I have a VPN configured on a router (router model is bintec be.ip plus).
VPN Connections are successfully established by the clients using IKEv2 (router is reachable via DynDNS).
Router's local ip address is 192.168.73.1. One of the local device's ip address is 192.168.73.150.
The problem is: sometimes the devices in the local network cannot be reached by the VPN clients. E.g. a ping fails:
> ping ...
I have a series of lab linux server (centos/rh) that are built using an automated PXE install via kickstart file. I would like to use another automated process (ansible) to monitor when the installations have completed. Normally I would use a simple tool like ping
but these servers can only be accessed remotely through an internal proxy.
One idea was to add httpd and a simple index.html page via the k ...

I had to develop an application that makes a request to an external web server and get the response back, sounds easy right? Well no.
The problem is that not all the request I make to that server are correctly routed, by means sometimes the request arrive at destination and other do not (it gives me ECONNTIMEDOUT
)
I have tried to use the ping
command to that server, and I get the exact behavior as befor ...

I have a PetaLinux machine (Embedded Linux on a Xilinx Zynq device, debian fork, kernel 4.19). If the two NICs are on different subnets, then I can disconnect one NIC, and the other will continue working. But if they are on the same subnet, then disconnecting eth0 will render both unreachable. (Disconnecting eth1 is fine.) Also, if the addresses are acquired by DHCP, then disconnecting the plug for eth0 i ...
Subdomains like http://3qax.munzer.webproxy.idc-lorien-apiver01-repay-action.bh-arppofind.comssets.mealcardhss-int-bh-awwwppofind.wire.2.homeetingroom.walmartmobile.cn presents a behavior that when I ping it (or traceroute it), the IP keeps changing. Sometimes it is an IP owned by Twitter, other times an IP owned by Facebook (31.13.80.1), other by Dropbox (162.125.32.5) and sometimes can't resolve to an I ...
This issue is from the following documentation How to deploy Kubernetes using Kubespray. I followed their documentation word by word and reached at this point:
ansible -i inventory.ini -m ping all
Here is the above command in the documentation
The documentation outlines all the necessary steps on deploying Kubernetes to UpCloud using Kubespray and Terraform. As mentioned earlier, I could execute ...
I am facing bad network issue with networking on windows10 machines.
tried most of the solutions available over internet. yet there is no solution.
Solutions tried -
- Solutions related to enabling HyperViser and its virtual switch.
- Solutions related to resolve.conf
The strange part is, nslookup
works for same domain, but ping and telnet fails.
Here is the tcpdump I retrieved.
172.24.208.1.netbio ...
I kinda forgot about CISCO in general, it had been quite a while since I last touched packet tracer. Now I'm on the PRE-deployment phase of a network at work. Long story short.
-I made 2 VLAN on CISCO Router and Switch, trunking, encapsulation, all good and working
Vlan 5 Student
Vlan 76 Office
At first, with just the Switch there was no talking beetwen VLAN, but i had to add a router so VLAN could talk t ...
I'm getting the below weird warning message sometimes when pinging to 8.8.8.8 (Occurrence is very low). Any idea about the root cause?
$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=111 time=256 ms
ping: Warning: time of day goes back (-203756us), taking countermeasures
ping: Warning: time of day goes back (-203647us), taking countermeasures

We have an application which will configure network interface as well as iptables rules based on user configuration. Please find the iptables rules after configuring with the application
Even after adding this rule we can able to ping 10.10.10.10 from test PC. Why iptables fails to drop ICMP?
Note: I have changed the eth0 IP address and switch back to 10.10.10.10 immediately using ifconfig command ...
I am working in a network environnement where I have some Cisco Switch WS-C3560X-48 and Linux Servers running CentOS 7.7.
The linux servers are connected 3 times on my switches : one admin link, one production link and one ILO link because they are running on HP hardware.
When I try to ping the servers on the admin LAN from my Cisco switch, I get the following result :
SWTCisco#ping 10.123.213.152 source ...
I have 2 physical Windows servers having 2 networks. One card is to access the internet and the other is for the internal network. For both servers, the internal card is assign to VLAN ID 100. Both internal card are set to Private network category.
Server A internal IP : 192.168.10.100 Server B internal IP : 192.168.10.200
After rebooting both servers, Server B cannot ping Server A using internal IP ...
I have a remote machine on which I run Debian and Apache. Recently, a strange problem occured.
It started with me not being able to log in by ssh anymore (I simply get a timeout) and my domain not being reachable over the browser. I think I couldn't ping it as well but I'm not sure about this. As of now, ping works.
Using the control panel of the provider, I am still able to log in. ip link
shows ...

According to this article, we would expect a ping of at least 60 milliseconds for 10,000km of distance:
Ireland is roughly 10,000km away from California, so this is the ping we would expect.
I am pinging api.kraken.com
from Ireland, which is located somewhere in California.
How is my ping so low - 4 milliseconds?
I am using the ping
command in Command Prompt to test this:
And it's definitely not jus ...
Background: I'm trying to configure an ubuntu server to run a node.js application with https. I previously had everything working fine with http (configured a year ago), and I wanted to open the firewall for :443 and redirect it to :8443:
sudo ufw allow 443/tcp
sudo iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8443
When trying out my app, it turned out the https request ...
I have a router running OpenWrt and a machine with embedded Linux built with Yocto. I need to detect lease renewing in my C application. On my router I decrease lease time to 30 seconds. When I log on Linux to my OpenWrt network and get DHCPv6 address I can ping from my Linux to the router (from address assigned by DHCPv6 server). But each time when the address is renewed ping starts to show nothing. No ...
I wrote a watchdog script that checks whether the VPN server on my machine (which is reachable over the internet) is working properly. There have been random issues after long runs that required a reboot.
In a loop, the target host is pinged. After 20 unsuccessful pings, the machine reboots.
Unfortunately, the host used for the ping resolves to an IP that is bound to interface tap0
. RTTs of below ...
I run a home network and a privileged user on all devices on that network. In trying to learn about port scanning/host discovery I ran the following:
and
What I find strange is that IP address 10.83.185.140 is alive according to fping 10.83.185.140 yet isn't when I do a PING sweep. Why is this ?
Extra information:
standard ping
shows that the host is up and running and nmap -sn
shows that the host is u ...
I'm posting this here instead of the networking forum because the issue is isolated on my PC
Long story short:
- Pinging anything always results in a successful reply from my private IP
- Any traceroute attempt results in a 2 hop route with hope 1 being the destination and hop 2 my computer
Whatever's causing this is definitely on my PC as I've tested another machine on the same network, and even booted ...

Recently I was configuring some containers with non typical networking settings (at least non typical for me) and so I was having some problems (finalny I was able to make it working so no worries). One thing that was making "debbuging" harder was that many public images doesn't contain "ping" util, and this is normal for building docker images (policy "less" is better).
In case when container ha ...

All of a sudden, I can't ping domains with an IPv6 Address. I'm running this command:
ping google.com
But I don't see anything returned ... it just returns this:
PING google.com(iad30s15-in-x0e.1e100.net (2607:f8b0:4004:807::200e)) 56 data bytes
And nothing else. I hit CTRL+C to cancel and I get this:
--- google.com ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, ti ...
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 everywhere and updated ufw and iptables accordingly to allow DNS queries and allow established connection.
My numbered ufw status related to DNS is