DNS

DNS 11 DSOTYPENI vs 21 BADALG

Both DNS 11 (DSOTYPENI) and 21 (BADALG) belong to the DNS Response Codes (RCODEs) category. 11 indicates that dSO-TYPE Not Implemented. The DNS Stateful Operations (DSO) type in the request is not supported by the server. Meanwhile, 21 means that algorithm not supported. The cryptographic algorithm specified in the TKEY or SIG record is not supported by the server.

Описание

DSO-TYPE Not Implemented. The DNS Stateful Operations (DSO) type in the request is not supported by the server.

Когда вы это видите

Your client attempted a DSO operation (like a keepalive or push subscription) that the server does not recognize or has not implemented.

Как исправить

Verify that both client and server support the same DSO-TYPE. Upgrade the server software or fall back to traditional DNS queries.

Описание

Algorithm not supported. The cryptographic algorithm specified in the TKEY or SIG record is not supported by the server.

Когда вы это видите

Your TKEY negotiation or DNSSEC operation requested an algorithm (e.g., HMAC-SHA512) that the server has not been compiled with or configured to accept.

Как исправить

Use a mutually supported algorithm. HMAC-SHA256 is widely supported for TSIG; for DNSSEC, check the server's supported algorithm list with its documentation.

Ключевые различия

1.

DNS 11: DSO-TYPE Not Implemented. The DNS Stateful Operations (DSO) type in the request is not supported by the server.

2.

DNS 21: Algorithm not supported. The cryptographic algorithm specified in the TKEY or SIG record is not supported by the server.

3.

You encounter 11 when your client attempted a DSO operation (like a keepalive or push subscription) that the server does not recognize or has not implemented.

4.

You encounter 21 when your TKEY negotiation or DNSSEC operation requested an algorithm (e.g., HMAC-SHA512) that the server has not been compiled with or configured to accept.

Когда что использовать

For 11 (DSOTYPENI): Verify that both client and server support the same DSO-TYPE. Upgrade the server software or fall back to traditional DNS queries. For 21 (BADALG): Use a mutually supported algorithm. HMAC-SHA256 is widely supported for TSIG; for DNSSEC, check the server's supported algorithm list with its documentation.

Узнать больше