> 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/platforms-and-hardware/changing-the-internal-subnets.md).

# Changing the Internal Subnets

> **Applies to:** Tmedia 2.8, 2.9, 2.10, 3.0, 3.2; SBC 3.0, 3.1

This procedure describes how to change the internal subnets (IP addresses) of a TMG800, TMG3200 or TMG7800 Unit.

[Click here for more information on internal subnets of TMG Units](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/platforms/internal-subnets/README.md)

### Change the IP Addresses of the TMG7800 Telecom Units

**Note: For the TMG800 and TMG3200, skip this step.**

Before you change the host's subnets, make sure that all the Telecom units of your TMG7800 system have had their IP addresses changed to the new subnet. For each Telecom unit of the TMG7800 system, do the following:

* Connect to Telecom unit's shell (using Telnet, or serial port)
* Use "set\_net" command
* Follow the instructions
* Reboot the unit

### Resetting the Host Role of the Unit

**Note: If your Unit was just shipped, it does not have its "role" configured; skip this step.**

Changing the internal IP addresses of a TMG requires that the unit's role (Standlone/Primary/Secondary) is reset. Once the role is reset, the Web Portal displays the steps to reconfigure the unit's Role, and configure the internal Subnets.

[Reset the Host Role](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/resetting-the-host-role/README.md)

### Configure the Unit's Role

You can configure the host role of your unit, to the following choices:

* [Standalone](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/setting-the-role-to-standalone/README.md)
* [1+1 Primary](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/setting-the-role-to-a-primary-unit-in-a-1-1-system/README.md)
* [1+1 Secondary](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/setting-the-role-to-a-secondary-unit-in-a-1-1-system/README.md)

Make sure to repeat this operation for the two units of your 1+1 system, or the two hosts of your TMG7800 system. In addition, make sure to start with the primary.


---

# 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/platforms-and-hardware/changing-the-internal-subnets.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.
