7 comments

  • cookiengineer 2 days ago

    ICMP does not use ports, so it's not working as tcp or udp would.

    Check whether the target host allows incoming tcp/udp connections.

    Also, because of the IP range you posted: If you are using a VPN, the client could be misconfigured. It could be that the VPN client is e.g. exposing a local SOCKS or HTTP/HTTPS proxy that Chrome ignores.

    • jpscharf a day ago

      If you are running Sequoia, check your macOS security settings (System Settings > Privacy & Security > Local Network).

  • timonoko 3 days ago

    chrome://settings/content/siteDetails?site=http%3A%2F%2F10.78.16.30

    • FireBeyond 3 days ago

      Sadly, even at its most permissive, the site is still ERR_ADDRESS_UNREACHABLE (which to me implies it's lower down Chrome's network stack).

      • timonoko 3 days ago

        If you make a Chrome bookmark pointing to the subnet address it always works.

  • cpach 3 days ago

    I would file a bug. Instructions are here: https://www.chromium.org/for-testers/bug-reporting-guideline...

    • cpach 2 days ago

      As a workaround, you could try adding this IP address to /etc/hosts as foobar.home.arpa or whatever, and see if that works better.