Nouveau Problème IPv6 vpn

Mon serveur YunoHost

Matériel: Raspberry Pi à la maison avec VPN
Version de YunoHost: 4.2.5.2
J’ai accès à mon serveur : En SSH | En direct avec un clavier/écran
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non

Le serveur ne dispose pas d’une adresse IPv6

Bonjour, j’ai déjà eu ce genre de soucis dans un ancien post: Problème ipv6 vpn

J’ai de nouveau pas d’accès ipv6, est-ce de nouveau un soucis d’infra yunohost ?? j’utilise un vpn de Illyse avec vpn_client avec un .cube.

Voici quelques logs:

$ ping6 -c2 ipv6.yunohost.org
PING ipv6.yunohost.org(yunohost.org (2001:910:1410::1)) 56 data bytes

--- ipv6.yunohost.org ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 51ms
$ sudo yunohost diagnosis show --issues
reports: 
  0: 
    description: Internet connectivity
    id: ip
    items: 
      details: Having a working IPv6 is not mandatory for your server to work, but it is better for the health of the Internet as a whole. IPv6 should usually be automatically configured by the system or your provider if it's available. Otherwise, you might need to configure a few things manually as explained in the documentation here: https://yunohost.org/#/ipv6. If you cannot enable IPv6 or if it seems too technical for you, you can also safely ignore this warning.
      status: WARNING
      summary: The server does not have working IPv6.
  1: 
    description: DNS records
    id: dnsrecords
    items: 
      0: 
        details: 
          - Please check the documentation at https://yunohost.org/dns_config if you need help about configuring DNS records.
          - The following DNS record does not seem to follow the recommended configuration:
Type: AAAA
Name: @
Current value: 2aXX:XXXX:XXXX:XXXX::42
Expected value: None
        status: ERROR
        summary: Some DNS records are missing or incorrect for domain domain.tld (category basic)
      1: 
        details: 
          - Please check the documentation at https://yunohost.org/dns_config if you need help about configuring DNS records.
          - The following DNS record does not seem to follow the recommended configuration:
Type: AAAA
Name: *
Current value: 2aXX:XXXX:XXXX:XXXX::42
Expected value: None
        status: WARNING
        summary: Some DNS records are missing or incorrect for domain domain.tld (category extra)
      2: 
        details: 
          - Please check the documentation at https://yunohost.org/dns_config if you need help about configuring DNS records.
          - The following DNS record does not seem to follow the recommended configuration:
Type: AAAA
Name: @
Current value: 2aXX:XXXX:XXXX:XXXX::42
Expected value: None
        status: ERROR
        summary: Some DNS records are missing or incorrect for domain subdomain.domain.tld(category basic)
      3: 
        details: 
          - Please check the documentation at https://yunohost.org/dns_config if you need help about configuring DNS records.
          - The following DNS record does not seem to follow the recommended configuration:
Type: AAAA
Name: @
Current value: 2aXX:XXXX:XXXX:XXXX::42
Expected value: None
        status: ERROR
        summary: Some DNS records are missing or incorrect for domain othersubdomain.domain.tld (category basic)
      4: 
        details: 
          - Please check the documentation at https://yunohost.org/dns_config if you need help about configuring DNS records.
          - The following DNS record does not seem to follow the recommended configuration:
Type: AAAA
Name: @
Current value: 2aXX:XXXX:XXXX:XXXX::42
Expected value: None
        status: ERROR
        summary: Some DNS records are missing or incorrect for domain othersubdomain.domain.tld (category basic)
$ ip a | grep inet6
    inet6 ::1/128 scope host 
    inet6 2aXX:XXX:XX:XX:XXXX:XXXX:XXXX:XXXX/64 scope global dynamic mngtmpaddr noprefixroute 
    inet6 feXX::XXXX:XXXX:XXX:XXXX/64 scope link 
    inet6 2aXX:XXXX:XXXX:XXXX::42/64 scope global 
    inet6 feXX::XXXX:XXXX:XXXX:XXXX/64 scope link 
    inet6 feXX::XXX:XXX:XXXX:XXXX/64 scope link stable-privacy 
$ hostname -I
192.XXX.X.XX 169.XXX.XXX.XXX 10.X.XXX.X XX.XXX.XXX.XXX 2aXX:XXX:XX:XX:XXXX:XXXX:XXXX:XXXX 2aXX:XXXX:XXXX:XXXX::42

Ou bien, est-ce que ce serait depuis que j’ai réactivé Hot-spot Wifi ??
bref, je suis un peu perdu…

Hum, en fait j’ai bien une connexion ipv6:

$ ping6 -c2 ipv6.google.com
PING ipv6.google.com(par21s20-in-x0e.1e100.net (2a00:1450:4007:818::200e)) 56 data bytes
64 bytes from par21s20-in-x0e.1e100.net (2a00:1450:4007:818::200e): icmp_seq=1 ttl=120 time=44.3 ms
64 bytes from par21s20-in-x0e.1e100.net (2a00:1450:4007:818::200e): icmp_seq=2 ttl=120 time=43.0 ms

--- ipv6.google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 2ms
rtt min/avg/max/mdev = 43.015/43.666/44.317/0.651 ms

C’est juste l’ipv6 de yunohost.org qui ne fonctionne pas…
Par contre c’est juste cette erreur de dns que je me m’explique pas…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.