Skip to content

Configuring Interfaces

You can now carry out the following steps from your proxmox shell which you can access in the proxmox webui or in the Windows Terminal/SSH-Console.

apt update
apt upgrade
apt install openvswitch-switch

If you want to copy my config look her /etc/network/interfaces. There you will find my exact config to copy.
But remember the values you read beforehand You will have to adjust your ip4 and gateway to the ones given to you from proxmox.
To copy this config just use vim or nano

nano /etc/network/interfaces
reboot