Questions tagged [ping]
Ping is a mechanism to see if a remote host is reachable via an IP network
882
questions
1
vote
0answers
41 views
Openstack Kolla VM not ssh or ping
I successfully installed OpenStack kolla Victoria release. After that i executed init-runonce and VM(cirros) is spinned up and running. I assigned floating IPs as per run-init. Everything is ...
1
vote
0answers
19 views
ODOO 10 Page wasn't loaded completely
Since a few days I can't access my ODOO instance from the external network. The home page doesn't load completely if I use a public IP address, only the logo loads. I searched in google and I found ...
1
vote
1answer
46 views
Windows to Linux Ping not working while Telnet works
On Linux we have a service running which is listening on port 9999 but when we try to check it from a Windows machine on same network with PING it says :
Ping request could not find host 10.32.9.82:...
-2
votes
1answer
103 views
Firewall rules does not apply to pfsense hosted machine [closed]
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' ...
0
votes
4answers
131 views
Why does my domain name work whenever I ping it, but not in the browser?
my domain name, "codeplane.dev", (who's IP address is updated periodically using Google's dydns API), can be pinged and displays the correct IP address when pinged, but whenever I attempt to ...
2
votes
1answer
33 views
Finding static IPs after reboot
I am having troubling pinging IP addresses on the local network after rebooting or clearing the ARP table. I am looking for guidance on fixing this.
I have a windows 10 PC which is has a 4 port ...
0
votes
0answers
30 views
Host cannot ping VMware's NAT network adapter's gateway ip
I am using VMware workstation 15.5. My host is Windows 10 and guest is Ubuntu 18.04.
Using virtual network editor I created a NAT network adapter as shown in image
With NAT settings(guest ip is 192....
0
votes
1answer
38 views
Can not ping any hostname/domain when ufw enabled
Why I can't ping any domain/hostname when ufw enabled?
[[email protected] ec2-user]# ping google.com
ping: google.com: Name or service not known
[[email protected] ec2-user]# ufw disable
...
0
votes
1answer
114 views
ping script - host down vs host not on network
I have the following script where I am trying to differentiate between a server that is down and a server that is no longer on the network.
If I use the ping command on the command line on a server ...
0
votes
1answer
37 views
One IP address does not respond to ping
Ok so here's the situation: I have a DMZ subnet, x.x.x.x, and this IP address( x.x.x.63 | 255.255.255.0 | gateway x.x.x.1) fails every ping request by any other device in the network but still works ...
0
votes
0answers
46 views
Cannot ping to/from IPv6 address obtained from DHCPv6 server
I have two Qemu virtual machines with Ubuntu Server 20.04. I would like one of them to be a DHCPv6 Server. I am able to get IPv6 address on the client from the server, but I cannot ping to and from ...
0
votes
0answers
33 views
Trouble bridging remote access VPN connection to LAN
I am using Radmin VPN to create a remote access VPN between my home and office computer. On the office computer, I created a network bridge (in windows) to bridge the VPN network connection with the ...
0
votes
1answer
34 views
Why do I get an error when pinging a windows computer by HOSTNAME from Linux Unbutu 20.04?
I have a Hyper-V Linx Ubuntu 20.04 VM
I'm trying to ping a windows box in my domain via it's HOSTHAME.
I've followed some threads with this suggested fix:
sudo apt-get install libnss-winbind
I then ...
-3
votes
4answers
109 views
I've lost my router's ip address [closed]
I have a router connected directly to my pc and I misconfigured my router's ip address and had disabled dhcp on it prior and popped off the reset button(so resetting is not possible).Due to this, I'm ...
8
votes
2answers
736 views
Why echo request doesn't show in tcpdump?
I have two network segments connected using a IPSEC-VPN tunnel :
NET#1: a.b.0.0/16 with LAN gateway a.b.0.1
NET#2: x.y.0.0/16 with LAN gateway x.y.130.1
I initiate a ping from a.b.0.1 to x.y.130.100 ...