0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-28 22:52:30 +00:00
netdata_netdata/packaging/installer/methods/no_ipv4.md
kanelatechnical 532450d162
Installation + docker, improvements (#19987)
* Installation + docker, improvements

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Update packaging/docker/README.md

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

* Address review comments

---------

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2025-03-28 12:45:10 +02:00

1.3 KiB
Raw Permalink Blame History

Installing on hosts without IPv4 connectivity

Our regular installation process requires access to GitHub services that lack IPv6 connectivity. Using the kickstart install script on such hosts may result in connection timeouts from cURL or wget.

To check if your system is affected, try connecting to or pinging https://api.github.com/. If it fails, the issue impacts you. There are three potential workarounds for this:

  1. You can configure your system with an IPv6 transition mechanism like NAT64. GitHubs lack of IPv6 affects many projects, not just Netdata, and other services may have similar issues. Setting this up can save you time in the future.
  2. If you are using a system that we publish native packages for (see our platform support policy for more details), you can manually set up our native package repositories as outlined in our native package install documentation. Our official package repositories do provide service over IPv6, so they work without issue on hosts without IPv4 connectivity.
  3. If neither of the above options work for you, you can still install using our offline installation instructions, though do note that the offline install source must be prepared from a system with IPv4 connectivity.