Good morning, everyone,
I premise that I am a novice as far as this proxmox is concerned (and maybe also as far as the network is concerned).
I am trying to configure my proxmox in this way:
- each ct should have its own network (10.10.1.0/24)
- each vm should have its own network (10.10.2.0/24)
The problem? I only have one NIC.
This currently my configuration!
I thank in advance anyone who can help me out!
Thank you very much
I premise that I am a novice as far as this proxmox is concerned (and maybe also as far as the network is concerned).
I am trying to configure my proxmox in this way:
- each ct should have its own network (10.10.1.0/24)
- each vm should have its own network (10.10.2.0/24)
The problem? I only have one NIC.
This currently my configuration!
Code:
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.188.51/24
gateway 192.168.188.1
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
I thank in advance anyone who can help me out!
Thank you very much
Last edited: