virtual machine

  1. R

    No bridge in VM setup

    Hello everyone, I've just installed Proxmox on Debian 11 following this official guide. I wanted to create a VM but there's no bridge available in the network configuration. This is my /etc/network/interfaces: source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo...
  2. J

    Recovery VM in a OLD HDD LVM

    Goodmorning, I reinstall proxmox in another disk, but i wanna the vm that is inside in the old disk. root@pve:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS fd0 2:0 1 4K 0 disk sda...
  3. K

    [NOT SOLVED AND NOONE HELPING] nvidia 30 40 series gpu support

    I want to build a server and use it as a host with 4 virtual machines on it. I did some researches and found that nvidia is blocking gpu passthrough, so my question is if i buy a 30/40 series card can i passthrough multiple vms that are active at the same time. please help
  4. G

    VM mounting a mountpoint to multiple machines?

    I have a SSD that is mounted on a linux VM (Plex-VM)-- vm, mp0 /mnt/plex23,mp=/mnt/plex23 Can i also mount this same point to another machine at the same time? I utilize a service that is only available on windows (Goob-VM) Hypothetically the mount point would be linked to two virtual...
  5. A

    Proxmox reboots randomly when running docker containers inside Windows 11 VM with "host" CPU type

    I am experiencing random reboots of my Proxmox server. This issue occurs specifically when running a Windows 11 VM with the CPU set to "host" to support Docker containers inside the VM. Interestingly, a Fedora Linux VM with the same "host" CPU setting and Docker containers does not cause...
  6. D

    Proxmox VM unable to configure network

    I have a proxmox server with public ip address - X.X.X.X/24 also i have public ip addresses - Y.Y.Y.10/24 Y.Y.Y.11/24 Y.Y.Y.12/24 by default the proxmox vmbr0 is configured with ip address X.X.X.X/24 , default gateway X.X.X.1 and bridged to eth0 interface. I have created a windows server vm...
  7. T

    VM keeps turning off by itself

    Running PVE 7.2-7. An Ubuntu Server VM keeps turning off by itself. Node and VM have been running O.K. for a few hundred days. No update to PVE or the VM could've caused this, as I haven't updated any of then. Where can I find any shutdown logs as to what initiated the shutdown? One indication...
  8. C

    proxmox vm is not accessible via the web browser

    hey guys, i have only been using proxmox for a short time and would like to know what my problem is... when i run a webserver nginx/httpd on the vm, i can't access the website via. static priv address. If I use a lxc container instead of a vm it works, what do I have to change so that I can use...
  9. S

    Sharing Storage Between LXCs and VMs Issue

    Hello! I'm currently running Proxmox 8.1 and originally had a Ubuntu Server VM set up for months, which I've loaded data on my hard drive in path /mnt/WD14-1 through two separate virtual disks (/dev/sdb1 mounted to /mnt/WD14-1/sdb1/, /dev/sdb2 mounted to /mnt/WD14-1/sdb2/). I just created a few...
  10. A

    Share persistent host-directory to VM

    Hi all! I'm new to Proxmox and I try to add a directory from the host (e. g. a directory on the system drive) as shared directory to the (Debian) VM. I want to use this as persistens config directory for Docker containers running inside the VM. If the VM crashes or I need to relaunch a new one...
  11. G

    Any way to just show VM names?

    Hello, newbie here. Excited to learn more about Proxmox. So! Hey, I get it, you guys are xNIX guys and you love to number things and "that's just the way it is." I get it, I do. But... My company is about to dump VMware due to all Broadcom's changes, but I'm sorry guys, there's no way in hell...
  12. G

    LXC Pass devices

    Hi Is it possible to pass a LXC container devices? A have a tv tuner card I would like to pass I saw something like this online lxc.cgroup2.devices.allow: c 226:0 rwm lxc.cgroup2.devices.allow: c 226:128 rwm Am I going down the wrong route? I wanted a container to save resources, however I...
  13. O

    Seagate tools (Seatools) bootable install

    Hello, my question is rearding installing seatools bootable in a vm and let it access/see HDD's. I have 2 zfs mirror pools where my vm's are installed, and one for the backups . i want to install seatools bootable but the problem is that it will only see the partition size i specify during the...
  14. ismokemysocks

    Creating VMs and CTs brings down LAN and Internet connectivity

    Hello, all. I am experiencing some issues with getting Proxmox to behave. First, some key points: I use a Unifi Dream Machine SE. The network is segmented into different VLANs. My desktop PC and my home server reside on the same subnet/VLAN (192.168.2.0). My home server has only one network...
  15. ismokemysocks

    Creating VMs and LXC containers makes the host lose Internet connection

    As the title states. I don't know why, but the PVE host loses connection to LAN and Internet... I have to physically go down to my home server, manually log in, kill the process and either wait a couple of minutes or reboot it (the latter one is not a must). I've followed some of the steps...
  16. O

    Changed hdd size but Ubuntu vm not reporting proper sizes

    Hello everyone, and im so happy to join such a great community. i created an ubuntu vm and assigned it a LVM disk for storage. on the initial setup i made a mistake and only assigned 850 gb, i copied all my files and then i found out i only have 30 gb left of storage. So i wanted to increase the...
  17. K

    Ubuntu 20.04 vm - no DNS entry

    Sorry for this noob question. I have a small proxmox dc with two hosts. I've deployed a new ubuntu 20.04 server based vm on one of the hosts. From that vm I'm able to ping *any* lxc-container and/or vm with their host and fqdn name - no problem here. These lxc:s and vm:s are also available...
  18. M

    Proxmox dies when i try to install win11

    Guys, please help me. When I try to install windows11 on my proxmox which is on virtualbox, I wait couple minutes when it says installing some components and when the installation is done my vm freezes and server crash. I tried bunch of different iso images but none of them work correctly. Does...
  19. E

    VMID Assignment

    Curious... Am I the only one who assigns their LXC/VMs to coincide with their IP. For example, I have 172.16.20.5, so I have a service LXC that's set as 2005. Or is this my OCD? :D
  20. H

    Minor request on qm --memory setting

    In my attempts to write a shell script to create VMs quickly I've got oneliners working fine i.e. # qm create 9999 --name vmtest --bios ovmf --efidisk0 data:0,efitype=4m,pre-enrolled-keys=1 --boot "order=net0;scsi0" --cores 1 --sockets 1 --cpu host --memory 2048 --net0 model=virtio,bridge=vmbr0...