> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.14/install-cortex-xsoar/install-cortex-xsoar-on-a-vm-deployed-on-kvm/task-3.-configure-tenant-network-and-ip-settings-for-each-node.md).

# Task 3. Configure tenant network and IP settings for each node

You need to configure network and IP settings in each node in a cluster. For standalone, there is just a single node.

1. In the textual UI menu, select Host Configuration.
2. Under the Network Configuration section, set the following network and IP settings for each node/virtual machine.

   When choosing the network settings, either use private IPs or a public IP covered by an access policy defined in a security group.

   * Network Interface: A list of available interfaces on the node that the textual UI runs on. For example, `ens160`
   * HW Address: The hardware (MAC) address of the network interface. For example, `02:c4:5f:26:8d:d5`
   * IP Address: \<IP address for this node>/\<CIDR subnet mask relevant for your subnet, by default 24>. For example, `10.196.37.10/21`

     After deployment, this field is not editable.
   * Gateway: IP address of the gateway for this interface. For example, `10.196.37.1`
   * Is Default Gateway: Indicates whether the Gateway is the default gateway for this interface.
   * DNS Server 1 - IP address of the DNS server. For example, `10.196.4.10`
   * DNS Server 2 (optional) - IP address of a secondary DNS server. For example, `10.196.4.11`
3. Select Save.

<br>


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.14/install-cortex-xsoar/install-cortex-xsoar-on-a-vm-deployed-on-kvm/task-3.-configure-tenant-network-and-ip-settings-for-each-node.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.
