# OpenWRT - Internal DNS Service

1. Set up a DNS service such as PiHole.
2. Make sure it has a Static IP
3. Click `Edit` on the Interface&#x20;
4. Navigate on `DHCP Server` then `Advanced Settings`&#x20;
5. In `DHCP-Options` set up the DNS Service like: `6,` `<INTERNAL IP>`  Done!

{% hint style="info" %}
If Interface is in a Different `VLAN` this will require an additional `Firewall` rule to allow connection to be made
{% endhint %}


---

# 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://docs.arkannis.net/networking/openwrt/openwrt-internal-dns-service.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.
