[DNS] No AAAA. Checking CNAME - (AAAA): Error: queryCname ENODATA
-
Hey !
Trying to install cal.com as a new app but got this error :
box:dns/waitfordns resolveIp: Checking AAAA for cal.cockpit.mydomain.com at 5.XXX.65.209 box:dns/waitfordns resolveIp: No AAAA. Checking CNAME for cal.cockpit.mydomain.com at 5.XXX.65.209 box:dns/waitfordns isChangeSynced: NS ns107.ovh.net (5.XXX.65.209) errored when resolve cal.cockpit.mydomain.com (AAAA): Error: queryCname ENODATA cal.cockpit.mydomain.com box:dns/waitfordns resolveIp: Checking AAAA for cal.cockpit.mydomain.com at 2001:XXd0:b00:fb00::2 box:dns/waitfordns resolveIp: No AAAA. Checking CNAME for cal.cockpit.mydomain.com at 2001:XXd0:b00:fb00::2 box:dns/waitfordns Attempt 70 failed. Will retry: ETRYAGAINHowever, all my other app are correctly working.
The network feature indicates :This IPv4 address is used to set up DNS A records. ProviderPublic IP IP Address 51.XX.234.115 (detected) This IPv6 address is used to set up DNS AAAA records. ProviderPublic IP IP Address 2001:XXd0:303:7b73::1 (detected)Which are not the same IP than the error message...
My DNS provider is configured like this :*.mydomain.com. 0 A 51.XX.234.115 *.cockpit.mydomain.com. 0 A 51.XX.234.115 cockpit.mydomain.com. 0 A 51.XX.234.115Is there something i'm missing ?
Thanks. -
Hey !
Trying to install cal.com as a new app but got this error :
box:dns/waitfordns resolveIp: Checking AAAA for cal.cockpit.mydomain.com at 5.XXX.65.209 box:dns/waitfordns resolveIp: No AAAA. Checking CNAME for cal.cockpit.mydomain.com at 5.XXX.65.209 box:dns/waitfordns isChangeSynced: NS ns107.ovh.net (5.XXX.65.209) errored when resolve cal.cockpit.mydomain.com (AAAA): Error: queryCname ENODATA cal.cockpit.mydomain.com box:dns/waitfordns resolveIp: Checking AAAA for cal.cockpit.mydomain.com at 2001:XXd0:b00:fb00::2 box:dns/waitfordns resolveIp: No AAAA. Checking CNAME for cal.cockpit.mydomain.com at 2001:XXd0:b00:fb00::2 box:dns/waitfordns Attempt 70 failed. Will retry: ETRYAGAINHowever, all my other app are correctly working.
The network feature indicates :This IPv4 address is used to set up DNS A records. ProviderPublic IP IP Address 51.XX.234.115 (detected) This IPv6 address is used to set up DNS AAAA records. ProviderPublic IP IP Address 2001:XXd0:303:7b73::1 (detected)Which are not the same IP than the error message...
My DNS provider is configured like this :*.mydomain.com. 0 A 51.XX.234.115 *.cockpit.mydomain.com. 0 A 51.XX.234.115 cockpit.mydomain.com. 0 A 51.XX.234.115Is there something i'm missing ?
Thanks.Hello @GuillaumeRZ
Without the real domain I can't look up the DNS records.
The only manual DNS records needed would be:
A *.mydomain.com 51.XX.234.115and
AAAA *.my.domain.com IPv6 AddressIn the log, it expects if the AAAA record is
2001:XXd0:b00:fb00::2.And since you only stated you have configured A records, yes the AAAA record is missing.