Project

General

Profile

Actions

Support #15191

closed

download.ceph.com does not work via IPv6 Only

Added by David LeVene about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Category:
Infrastructure Service
Target version:
-
% Done:

0%

Tags:
Reviewed:
Affected Versions:

Description

Posted this to , but didn't get a response.. give I think its a bug.. i'll raise it here.

I’m trying to download some ceph packages on a host which is IPv6 only.

Short version is, it’s not working.. and I think it’s because download.ceph.com isn’t configured to listen on IPv6?

The host I’m testing on is IPv6 only there is no v4 address configured.

$ host download.ceph.com
download.ceph.com has address 173.236.253.173
download.ceph.com has IPv6 address 2607:f298:6050:51f3:f816:3eff:fe50:5ec

$ wget https://download.ceph.com/rpm-hammer/el7/x86_64/repodata/repomd.xml
--2016-02-24 12:26:04-- https://download.ceph.com/rpm-hammer/el7/x86_64/repodata/repomd.xml
Resolving download.ceph.com... 2607:f298:6050:51f3:f816:3eff:fe50:5ec, 173.236.253.173
Connecting to download.ceph.com|2607:f298:6050:51f3:f816:3eff:fe50:5ec|:443... failed: Connection refused.
Connecting to download.ceph.com|173.236.253.173|:443... failed: Network is unreachable.

$ telnet 2607:f298:6050:51f3:f816:3eff:fe50:5ec 443
Trying 2607:f298:6050:51f3:f816:3eff:fe50:5ec...
telnet: connect to address 2607:f298:6050:51f3:f816:3eff:fe50:5ec: Connection refused

use NAT64…
$ telnet fd64::173.236.253.173 443
Trying fd64::adec:fdad...
Connected to fd64::173.236.253.173.
Escape character is '^]'.
^]

If it didn’t have an IPv6 address advertised our NAT64 would do its thing.. but because it has both advertised it always uses the v6 address then for some reason (could be config on our end) doesn’t NAT64 the IPv4 address.

I believe that if you're advertising the DNS, it should be listening as well.

As a workaround we have put the NAT64 address in /etc/hosts

Actions #1

Updated by Nathan Cutler about 8 years ago

  • Project changed from Ceph to sepia
Actions #2

Updated by David Galloway about 8 years ago

  • Category set to Infrastructure Service
  • Status changed from New to Resolved
  • Assignee set to David Galloway

Thank you for bringing this to our attention.

The DNS record has been updated and server has been configured to listen on its IPv6 address.

Actions

Also available in: Atom PDF