> 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/legacy-releases-toolpack-v2.x/configuring-ip-interfaces.md).

# Configuring IP Interfaces

The IP interface of the VoIP0 and VoIP1 ports can be configured by setting the following:

* IP Address
* Netmask
* Gateway

### To configure a VoIP0 or VoIP1 port

1. Select **IP Interfaces** from the navigation panel:

![Toolpack v2.5 Navigation Panel IP Interfaces](https://docs.telcobridges.com/w/images/f/f4/Toolpack_v2.5_Navigation_Panel_IP_Interfaces.png)

2. Click **Edit** from the IP Interfaces Information panel:

![Toolpack v2.5 Edit IP Interface](https://docs.telcobridges.com/w/images/b/b8/Toolpack_v2.5_Edit_IP_Interface.png)

3. Configure the IP port:

* Indicate whether or not to use **DHCP** on this port
* Enter an **IP address**
* Enter a **Netmask**
* Enter a **gateway address**
* Click **Save**

**Note:** The IP addresses of ETH0, ETH1, VOIP0 and VOIP1 must be on different subnets.

![Toolpack v2.5 Editing IP Interface](https://docs.telcobridges.com/w/images/f/fa/Toolpack_v2.5_Editing_IP_Interface.png)

4. The changes are displayed in the IP interfaces information panel:

![Toolpack v2.5 IP Interface Edited](https://docs.telcobridges.com/w/images/2/28/Toolpack_v2.5_IP_Interface_Edited.png)

**IMPORTANT!** The system will display the following notice, describing steps to apply your new configuration:

![Toolpack v2.5 IP Interface Alert](https://docs.telcobridges.com/w/images/d/d3/Toolpack_v2.5_IP_Interface_Alert.png)

5. Activate the configuration

Systems -> Edit -> Activate

6. Reboot the adapter (will drop active calls)

Status -> Adapters -> Click on the adapter Serial Number -> Reboot adapter

It will take about 1.5 minutes to restart the unit.

### List of Parameters

* [Use DHCP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/use-dhcp/README.md)
* [IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ip-address/README.md)
* [Netmask](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/netmask/README.md)
* [Gateway](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/gateway/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/legacy-releases-toolpack-v2.x/configuring-ip-interfaces.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.
