a network administration utility to test reachability of a host on an IP network and measure round-trip time from host to destination.
Questions tagged [ping]
78 questions
17
votes
6 answers
Raspberry Pi connected to internet but can't SSH or Ping
I have a Raspberry Pi Model 2 running the newest version of Raspbian Jessie. My Pi is connected to the internet using an Edimax Wireless adapter, and I can download and browse the internet just fine. However any time I try to ping the Pi I get…
Sullivan Prellwitz
- 179
- 1
- 1
- 5
7
votes
2 answers
Pi stops responding to pings from one host, until that host is pinged from the pi
I have a small office network run with Unifi.
My main Windows workstation (on wired ethernet) is unable to ping one Raspberry Pi (WiFi) on my network (by IP or hostname):
> ping -t funipi.tsl
Pinging funipi.tsl [10.119.0.129] with 32 bytes of…
Cameron Tacklind
- 535
- 6
- 13
4
votes
3 answers
Can ping, but not SSH into RP3
I've read dozens of posts on this on these forums, but none of them seemed to help. I can ping the RP3 but not SSH in.
I have a mac (latest OSX) and am trying to SSH into a Pi 3.
The Pi is running Raspbian, and is set to a static IP address. It has…
J B
- 41
- 1
- 1
- 3
3
votes
0 answers
Can't ping RPi from Win 10
Pi is connected with cable, the router gave it IP 192.168.1.10 via DHCP. I can ping PI from router directly, from an Android phone (which is connected over WiFi), and from a friend's Win 7 laptop (over WiFi, not available atm). However, I cannot…
Me again
- 131
- 1
- 3
3
votes
2 answers
eth0 prioritize over wlan0, although it has no internet access
My pi is connected to my home router using wlan0, and have access to internet successfully
When I plug my pi with an Ethernet cable, connected to other router, not connected to internet, I cant ping anymore with answer "Destination Net…
BarLesh
- 31
- 3
3
votes
1 answer
“Destination Host Unreachable” when not logged in
I ping a device on my network by its local IP. When the device is logged out (at lock screen), I get a wall of "Destination Host Unreachable". When the device is logged in, the pings return just fine. Remote is 16.04 Ubuntu MATE on a Raspberry Pi 3,…
Wolf
- 583
- 3
- 7
- 16
3
votes
2 answers
Reasons for Raspberry Pi not responding to network ping?
I was trying to setup my new Raspberry Pi 3 (Model B). I do have a wireless mouse and monitor but no keyboard so I decided to go for a headless-ish setup. Here's what I did:
I installed the latest version of NOOBS on my SD card and inserted into…
Chocolava
- 161
- 1
- 2
- 4
3
votes
3 answers
Ping not working as excepted
This is kind of a follow up to this question.
My goal in the end is to use my Raspberry Pi 1 Model B to log whenever the Internet connection goes down, and for how long.
I tried doing that with the following command:
ping 8.8.8.8 | while read line;…
usbpc102
- 147
- 1
- 4
3
votes
3 answers
Connected to internet via WIFI but not with Ethernet
I'm connecting my pi via ethernet to my router and is assigned an IP address (via static DHCP) but I'm unable to connect to any outside network. The strange thing is I can also connect via WIFI dongle and able to access outside…
Ric Sapasap
- 31
- 3
2
votes
1 answer
How to ping raspberrypi instead of raspberrypi.local
I recently noticed that when I run ping raspberrypi it resloves to an IP that is not part of my name but when I run ping raspberrypi.local I get the raspberrypi in my LAN.
I am wondering if there is a way to not have to type the .local and have it…
yasgur99
- 123
- 1
- 3
2
votes
1 answer
I can ping my pi by IP but not HostName
I'm trying to ping my Pi by hostname from a windows machine on the same eth0 network. I've done the following two commands:
sudo apt-get install samba
sudo apt-get install avahi-daemon
However I still can't ping my pi by host name. I'm getting…
Capn Jack
- 123
- 1
- 9
2
votes
1 answer
Why doesn't IPv6 over SLIP work?
The goal
I'm attempting to connect two Raspberry Pi's together using IPv6 over SLIP but it's not quite working. Here's what I've done:
The attempt
Both Pis are Model B running Jessie and the same process was applied to both. First, I edited the…
Edward
- 961
- 1
- 6
- 25
2
votes
0 answers
No-IP + extenal IP not even pinged
I set up my RPi using no-ip with this video. Locally I can access SSH at port 22 as normal. But when using my external IP or my NOIP from a mobile connected to 3g with the 22 port forwarded it does nothing. I tried to ping it, both external and NOIP…
trelozakinthinos
- 73
- 7
2
votes
2 answers
Timeout when connection to a page but ping works?
I'm getting a strange problem on my raspberry pi. I tried to install a program today using apt-get and I got this output:
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main libcurl3 armhf 7.26.0-1+wheezy13
Cannot initiate the connection…
qwertz
- 180
- 2
- 10
2
votes
1 answer
Strange DNS Behavior
I just started using a pi2 v1.1. It's old, I know. I'd buy and use a 4, but can't get my hands on one.
I loaded the pi2 with a fresh raspbian (bullseye) lite using the imager. I updated everything with an apt get.
When I ping, I get strange…
astronautgravity
- 121
- 4