Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 support #984

Open
Jimbolino opened this issue Nov 1, 2024 · 3 comments
Open

IPv6 support #984

Jimbolino opened this issue Nov 1, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Jimbolino
Copy link

Since AWS has started to charge money for ipv4 addresses, i was looking into switching our backend EC2 servers to ipv6 only
https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/

I noticed that newrelic was unable to install because they are not reachable over ipv6:
apt.newrelic.com
download.newrelic.com

Are there any plans to support IPv6 in the future?

@Jimbolino Jimbolino added the enhancement New feature or request label Nov 1, 2024
@workato-integration
Copy link

@zsistla
Copy link
Contributor

zsistla commented Nov 5, 2024

Hi, we're looking into this.
In the meantime, can you please try the following and please let us know if makes apt.newrelic.com and download.newrelic.com reachable:

curl --resolve download.newrelic.com:443:[2a04:4e42::649] https://download.newrelic.com/ -vI

@Jimbolino
Copy link
Author

https://docs.newrelic.com/docs/new-relic-solutions/get-started/networks/

After installation, the agent will not be able to do much, since all the ingest urls are also ipv4 only.
To resolve this issue, dual stack support in fastly should be enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants