Search results

  1. B

    How to change a network MAC address in a VM

    What is the correct method for changing the network MAC address within a proxmox VM? For example, if I have a VM with vmid=905, I normally edit the /etc/pve/qemu-server/905.conf configuration file.. and change the MAC for the appropriate network interface (e.g. net0...
  2. B

    When to assign an IP address to a proxmox network bridge?

    Hello. I have a proxmox server that has two configured network bridges (i.e. vmbr0, and vmbr1). Here is most of the /etc/network/intefaces file from my proxmox server: --------------------------------------------------------- auto lo iface lo inet loopback iface eth0 inet manual iface eth1...
  3. B

    Grouping VM IDs (vmids) under storage pool IDs (in the Proxmox GUI)

    Is there a way to configure the Proxmox GUI to display vmids under the 'storage pool ID' that they use for their local disk drive? e.g. You could have 5 VM IDs appear under the 'local' storage pool.. You could have 10 (separate) VM IDs appear under a 'local2' storage pool... Thanks!
  4. B

    What data fields must be changed..for a copied VM?

    What OS/VM data fields must be changed..when you copy VM 'A' files to VM 'B'? (By files..I mean: 1) The .qcow2 image file and 2) the VM's configuration .conf file) I already understand that the following fields should be changed: VM MAC address, VM IP address, VM hostname, VM smbios1...
  5. B

    Can't mount USB drive into proxmox (Ubuntu) VM

    Hello... I'm seeing errors when I try to mount an external USB drive into a (Ubuntu 16.04) based VM. (Previously, this used to work..) Current proxmox version (from pveversion tool: pve-manager 5.3-5/97ae681d ) On the proxmox console, when I run the following commands: qm monitor 750...
  6. B

    proxmox processes often being restarted

    Hello. I was monitoring my /var/log/syslog file, for proxmox 5.3.0 entries, and it appears that the following processes are often crashing/terminating..and then being restarted: pveproxy spiceproxy pvedaemon (log entry: "Starting Proxmox VE replication runner...") (Many instances of...
  7. B

    Proxmox VNC client disconnecting every few seconds

    Hello. I just upgraded my system to proxmox version 5.3-5/ae681d. (I performed the upgrade, to try to resolve a separate problem that I was experiencing..when mounting USB keys into running VMs. Can't get them to mount correctly.) After the upgrade, I've found a new proxmox server problem...