I am trying to install and setup proxmox on laptop and use it as daily driver. I want to make network setup that can use both ethernet and WiFi, whichever is available and i want VMs to be able to access LAN because some things dont work otherwise (like NDI). I have writen config file that makes 2 bridges and every VM would have 2 interfaces. I havent installed Proxmox yet because i dont want to mess things up (it wouldn’t be first time :) ). My question is does this config look ok and are there some recomendations.

/etc/network/interfaces

auto lo
iface lo inet loopback

# Ethernet interface
auto eth0
iface eth0 inet manual

# WiFi interface
auto wlan0
iface wlan0 inet manual

# Ethernet bridge
auto vmbr0
iface vmbr0 inet dhcp
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

# WiFi bridge
auto vmbr1
iface vmbr1 inet dhcp
    bridge_ports wlan0
    bridge_stp off
    bridge_fd 0
  • eldavi
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    watch out for your battery.

    i don’t do proxmox; but i do a lot of virtualization through kvm/qemu on my own laptop and the battery can take a beating if you don’t mitigate it somehow. i’ve had this laptop less than 6 months and the battery condition is already at 67%.

    i’m lucky in that i got this laptop from a linux company so i can can order replacement batteries; but most people don’t (willingly) have this luxury anymore.

    • RealBot@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      If i mostly use CTs/LXCs the impact should be minimal (in theory), maybe even better if i dont have everything powerd up.