# DNS64

DNS64 is a DNS service that returns AAAA records with these synthetic IPv6 addresses for IPv4-only destinations (with A but not AAAA records in the DNS). This lets IPv6-only clients use NAT64 gateways without any other configuration.

The benefit of using DNS64 is that, the IPv6 single-stack cluster cannot communicate to the whole internet as the 40% of the internet moved to IPv6 stack and it needs a middle man called NAT64 to do the translation. DNS64 can help to resolve the hostname to IPv6 IP and handover to NAT64.

The OpenShift Network Playground uses `bind` package for this. It listens on `sno0` interface and use the network `192.168.126.0/24`.

<table data-header-hidden data-full-width="false"><thead><tr><th width="242"></th><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>Directory</td><td><code>/opt/openshift-network-playground/dns64/</code></td><td></td><td></td></tr><tr><td>Service</td><td><code>dns64.service</code></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kevy.gitbook.io/onp/getting-started/architecture/dns64.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
