> For the complete documentation index, see [llms.txt](https://kb.hostednetwork.com.au/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.hostednetwork.com.au/support/services/cloud/infrastructure-as-a-service/multiportal/networking/internal-networks.md).

# Internal Networks

Creating a private LAN for a tenant that can be shared between Virtual Data Centers.

An internal network is a private network inside a tenancy. It can be shared between Virtual Data Centers in the same tenant and is what you attach virtual machines to for LAN traffic.

You can create internal networks directly from your reseller account. Networking is in the left hand menu.

### How to create an internal network

* Click Networking then Internal Networks in the left hand menu
* Click Create Internal Network
* Enter a Name the customer will recognise, for example Demo LAN
* Choose the Tenant the network belongs to
* Choose the Data Center, for example MP-SYDNEY
* Select the Virtual Data Centers that should be able to use the network
* Enter the Subnet and Gateway, for example 192.168.99.0/24 and 192.168.99.254. These fields are labels only and do not configure anything
* Click Create

<figure><img src="https://3953723498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LYYiX2aEcPAPdzrvDc4%2Fuploads%2F5a6E8ssOGrNKzJ3yicYW%2Fcreate-internal-network-dialog.jpeg?alt=media&amp;token=a5ef1cc8-8acc-42d3-aef0-2c708e4966b2" alt=""><figcaption></figcaption></figure>

### After the network is created

* The network appears in the Internal Networks list
* It becomes selectable in the Network Configuration page of the New Virtual Machine wizard and in Edit Hardware
* Addressing is up to the customer. MultiPortal does not run DHCP on the network, so set static addresses in the guest or run a DHCP server on one of the machines
* Use the pencil icon on the row to change the name, subnet or gateway later

<figure><img src="https://3953723498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LYYiX2aEcPAPdzrvDc4%2Fuploads%2FepKsKQgq81750L5lC9wo%2Finternal-networks-list.jpeg?alt=media&amp;token=4d899d93-c267-48bc-8c49-83b785668892" alt=""><figcaption></figcaption></figure>


---

# 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://kb.hostednetwork.com.au/support/services/cloud/infrastructure-as-a-service/multiportal/networking/internal-networks.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.
