> For the complete documentation index, see [llms.txt](https://kevy.gitbook.io/onp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kevy.gitbook.io/onp/user-guide/additional-network-interfaces.md).

# 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="https://2342170319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FymVjYZSHHpqdxVGCJVv6%2Fuploads%2FnQh9TIerJl4HLPE5vMtB%2Fimage.png?alt=media&amp;token=cda6d40d-0761-41b2-a4ab-9f55ce7c5705" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2342170319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FymVjYZSHHpqdxVGCJVv6%2Fuploads%2F7XhgSEf7f4YLdHr4b5a7%2Fimage.png?alt=media&amp;token=3f58adf6-40e8-482f-bf99-7e41b43853ec" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2342170319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FymVjYZSHHpqdxVGCJVv6%2Fuploads%2FjAODhNacZ5Hgo5MfthGI%2Fimage.png?alt=media&amp;token=6ae317de-8750-46ff-9399-78360712b9ad" 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
```
