* bug#71462: Default ntp service configuration not working on IPv6 network
@ 2024-06-10 8:30 Guillaume Le Vaillant
2024-06-17 23:18 ` Leo Famulari
0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-06-10 8:30 UTC (permalink / raw)
To: 71462; +Cc: Leo Famulari
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
On an IPv6-only network, the default configuration for ntp-service-type
doesn't work, because the default pool used (<0.guix.pool.ntp.org>)
doesn't have IPv6 addresses.
In fact, the <1.guix.pool.ntp.org> and <3.guix.pool.ntp.org> pools don't
have IPv6 addresses either. Only the <2.guix.pool.ntp.org> pool works
with IPv6.
Would it be possible to add IPv6 support to pools 0, 1 and 3?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71462: Default ntp service configuration not working on IPv6 network
2024-06-10 8:30 bug#71462: Default ntp service configuration not working on IPv6 network Guillaume Le Vaillant
@ 2024-06-17 23:18 ` Leo Famulari
2024-06-18 8:21 ` Guillaume Le Vaillant
0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2024-06-17 23:18 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 71462
On Mon, Jun 10, 2024 at 08:30:32AM +0000, Guillaume Le Vaillant wrote:
> On an IPv6-only network, the default configuration for ntp-service-type
> doesn't work, because the default pool used (<0.guix.pool.ntp.org>)
> doesn't have IPv6 addresses.
>
> In fact, the <1.guix.pool.ntp.org> and <3.guix.pool.ntp.org> pools don't
> have IPv6 addresses either. Only the <2.guix.pool.ntp.org> pool works
> with IPv6.
>
> Would it be possible to add IPv6 support to pools 0, 1 and 3?
It's not something that we, as Guix, can do.
The NTP pool is run by a separate organization, and the question of
which DNS names should return AAAA (IPv6) records is open:
https://community.ntppool.org/t/the-time-has-come-we-must-enable-ipv6-entirely/1968
However, the reason they give us 4 different addresses is so that we can
spread the load around. Our NTP services should choose randomly at
run-time. Or we could just make number 2 the default, and then we'll
have IPv6 support. Or something more complicated...
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71462: Default ntp service configuration not working on IPv6 network
2024-06-17 23:18 ` Leo Famulari
@ 2024-06-18 8:21 ` Guillaume Le Vaillant
2024-10-19 12:51 ` Maxim Cournoyer
0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-06-18 8:21 UTC (permalink / raw)
To: Leo Famulari; +Cc: 71462
[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]
Leo Famulari <leo@famulari.name> skribis:
> On Mon, Jun 10, 2024 at 08:30:32AM +0000, Guillaume Le Vaillant wrote:
>> On an IPv6-only network, the default configuration for ntp-service-type
>> doesn't work, because the default pool used (<0.guix.pool.ntp.org>)
>> doesn't have IPv6 addresses.
>>
>> In fact, the <1.guix.pool.ntp.org> and <3.guix.pool.ntp.org> pools don't
>> have IPv6 addresses either. Only the <2.guix.pool.ntp.org> pool works
>> with IPv6.
>>
>> Would it be possible to add IPv6 support to pools 0, 1 and 3?
>
> It's not something that we, as Guix, can do.
>
> The NTP pool is run by a separate organization, and the question of
> which DNS names should return AAAA (IPv6) records is open:
>
> https://community.ntppool.org/t/the-time-has-come-we-must-enable-ipv6-entirely/1968
>
> However, the reason they give us 4 different addresses is so that we can
> spread the load around. Our NTP services should choose randomly at
> run-time. Or we could just make number 2 the default, and then we'll
> have IPv6 support. Or something more complicated...
Thanks for the info. I'm now using pool 2 as the default on my IPv6-only
machines, and it works well.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71462: Default ntp service configuration not working on IPv6 network
2024-06-18 8:21 ` Guillaume Le Vaillant
@ 2024-10-19 12:51 ` Maxim Cournoyer
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-10-19 12:51 UTC (permalink / raw)
To: Guillaume Le Vaillant; +Cc: 71462-done, Leo Famulari
Hi Guillaume,
Guillaume Le Vaillant <glv@posteo.net> writes:
> Leo Famulari <leo@famulari.name> skribis:
>
>> On Mon, Jun 10, 2024 at 08:30:32AM +0000, Guillaume Le Vaillant wrote:
>>> On an IPv6-only network, the default configuration for ntp-service-type
>>> doesn't work, because the default pool used (<0.guix.pool.ntp.org>)
>>> doesn't have IPv6 addresses.
>>>
>>> In fact, the <1.guix.pool.ntp.org> and <3.guix.pool.ntp.org> pools don't
>>> have IPv6 addresses either. Only the <2.guix.pool.ntp.org> pool works
>>> with IPv6.
>>>
>>> Would it be possible to add IPv6 support to pools 0, 1 and 3?
>>
>> It's not something that we, as Guix, can do.
>>
>> The NTP pool is run by a separate organization, and the question of
>> which DNS names should return AAAA (IPv6) records is open:
>>
>> https://community.ntppool.org/t/the-time-has-come-we-must-enable-ipv6-entirely/1968
>>
>> However, the reason they give us 4 different addresses is so that we can
>> spread the load around. Our NTP services should choose randomly at
>> run-time. Or we could just make number 2 the default, and then we'll
>> have IPv6 support. Or something more complicated...
>
> Thanks for the info. I'm now using pool 2 as the default on my IPv6-only
> machines, and it works well.
I've now made pool 2 our default configuration address, in commit
503919fcf0 ("services: ntp: Default to an address that supports IPv6.").
Closing.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-19 12:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 8:30 bug#71462: Default ntp service configuration not working on IPv6 network Guillaume Le Vaillant
2024-06-17 23:18 ` Leo Famulari
2024-06-18 8:21 ` Guillaume Le Vaillant
2024-10-19 12:51 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.