Skip to content

ping: sendto: No route to host #880

Open
@dgvinton

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:

[~/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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions