# Additional Network Interfaces

To add an additional network interface to the OpenShift cluster nodes, the Cockpit console access is required. For this purpose, the ONP has two interfaces.

* onp1
* onp2

Both the interface can be added directly from the virtual machine console. Here are the steps to achieve that.

<figure><img src="/files/9MiTmBWHhfDoiskptnwF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WrSqankR2PYRVY9kO1dv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/NoCBSVz9FuAlw06gwXIP" alt=""><figcaption></figcaption></figure>

By default, the DHCP server for the additional interface will be turned off. To start and manage the service, the below command will be useful.

#### Check the service

```
onp services
```

#### Start the service

```
sudo systemctl start onp1-dhcp
```

#### Check the logs

```
journalctl -f -u dhcp
```


---

# Agent Instructions: 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:

```
GET https://kevy.gitbook.io/onp/user-guide/additional-network-interfaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
