> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/creating-a-dns-group.md).

# Creating a DNS Group

> **Applies to:** SBC 3.1, 3.3

\*\*Note: \*\* This article describes how to configure a DNS Group, which is not the same as creating a [DNS server group for the Linux host](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/configuring-the-dns/README.md).

You can create one or more DNS Groups to manage the DNS Server traffic of Fully Qualified Domain Names (FQDN).

1- Click **DNS** in the navigation panel

![dns group 0](https://docs.telcobridges.com/w/images/7/7f/Dns_group_0.png)

2- Click **Create New DNS Group**

![dns group 1](https://docs.telcobridges.com/w/images/c/ce/Dns_group_1.png)

3- Enter a name for the DNS Group.

* Click **Create**

![dns group 2](https://docs.telcobridges.com/w/images/0/0e/Dns_group_2.png)

4- Verify that the **"DNS group was successfully created"** message appears

![dns group 3](https://docs.telcobridges.com/w/images/2/29/Dns_group_3.png)

5- Create a DNS Server for the DNS Group.

* Click **Create New DNS Server**.

![dns group 4](https://docs.telcobridges.com/w/images/c/cb/Dns_group_4.png)

6- Configure the DNS Server.

* Enter a name for the DNS server.
* Enter an IP address for the server.
* Select a Local IP interface. This is the interface through which the DNS requests will be transmitted.
* Click **Create**.

![dns group 5](https://docs.telcobridges.com/w/images/4/4b/Dns_group_5.png)

7- Verify that the **"DNS server was successfully created"** message appears

![dns group 6](https://docs.telcobridges.com/w/images/d/d9/Dns_group_6.png)

8- Select an IP interface from the list of available interfaces. The interfaces that are added will have their FQDN requests resolved by this DNS group.

* Click ![dns group 8](https://docs.telcobridges.com/w/images/8/8c/Dns_group_8.png) to move the available interface over to the **Current** list.

![dns group 7](https://docs.telcobridges.com/w/images/8/87/Dns_group_7.png)

* Click **Create**.

The DNS Group with the new DNS Server and DNS Local entries are displayed.

![dns group d](https://docs.telcobridges.com/w/images/9/93/Dns_group_d.png)

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/enables/README.md)
* [Use Cache](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/use-cache/README.md)
* [Cache Expire Time](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/cache-expire-time/README.md)
* [Query Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/query-timer/README.md)
* [Query Retry Count](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/query-retry-count/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/creating-a-dns-group.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
