My room has only one RJ45 port in the wall which is taken up by the Proxmox server and I don't intend to add a switch to connect the other device to the LAN through network cable.
The Proxmox server has a 10G NIC which connects to the router and runs behind the default network bridge
When I...
Read more
The Proxmox server has a 10G NIC which connects to the router and runs behind the default network bridge
vmbr0
. There is an onboard Intel i211 NIC left unused. I tried to bind the onboard NIC to the bridge by modifying /etc/network/interfaces
like this:
Bash:
...
bridge-ports enp4s0 eno1
...
When I...
Read more