holzschu / holzschu/a-shell

ping: sendto: No route to host

Open
#880 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Perl
Stars
3.9k
Forks
213
Avg merge
1m
Merged PRs (30d)
1

Description

Hello,

I'm running a-shell on an iPad Pro (11-inch) (3rd Generation).

First, thank you for developing a-shell. I love it!

Second, when I ping any device (except the iPad itself, 192.168.10.202) on the local subnet I receive "ping: sendto: No route to host" messages. External pings work. For example:

```sh
[~/Documents]$ ping -c2 192.168.10.202
PING 192.168.10.202 (192.168.10.202): 56 data bytes
64 bytes from 192.168.10.202: icmp_seq=0 ttl=64 time=0.303 ms
64 bytes from 192.168.10.202: icmp_seq=1 ttl=64 time=0.365 ms
--- 192.168.10.202 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.303/0.334/0.365/0.031 ms
[~/Documents]$ ping -c2 192.168.10.204
PING 192.168.10.204 (192.168.10.204): 56 data bytes
ping: sendto: No route to host
ping: sendto: No route to host
Request timeout for icmp_seq 0
--- 192.168.10.204 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
[~/Documents]$ ping -c2 www.google.com
PING www.google.com (142.251.218.132): 56 data bytes
64 bytes from 142.251.218.132: icmp_seq=0 ttl=60 time=11.354 ms
64 bytes from 142.251.218.132: icmp_seq=1 ttl=60 time=11.897 ms
--- www.google.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 11.354/11.625/11.897/0.272 ms
[~/Documents]$
```

Using Joe's Network Utility Pro, ping's to .204 receive replies.

Please advise.

Best regards,

Don

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.