Questions tagged [proxmox]

Proxmox Virtual Environment (PVE for short) is an Open Source Server Virtualization Platform, based on Debian, KVM and (LXC for v4 and above, OpenVZ for versions <4.0)

Proxmox VE is a complete open source virtualization management solution for servers. It is based on KVM virtualization and container-based virtualization and manages virtual machines, storage, virtualized networks, and HA Clustering.

513 questions
0
votes
1 answer

promox is blocked from fully booting by ifupdown2 start job

i have a promox server with ifupdown2 installed. recently when trying to reboot the entire server promox failed to get to console, it gets stuck on replication runner failing and the ifupdown2 service not starting up. i have gained access the server…
Fuseteam
  • 111
  • 6
0
votes
0 answers

Missing creation time for LVM logical volume

One of our storage has an lvm volume group on which multiple logical volumes are not set the creating host name and time (LV Creation host, time attribute). These were created quite a long time ago, but unfortunately (since the date is missing) I…
Laszlo Malina
  • 168
  • 2
  • 10
0
votes
1 answer

Bridge interface with VLAN tagging

I need my Proxmox instance to accept traffic from another VLAN and I'm having trouble with setting the interface correctly. I have 1 NIC, I've configured a port on my switch as a trunk interface, now I only need the correct configuration in…
dywan666
  • 160
  • 8
0
votes
0 answers

Windows10 Proxmox VM has no network connection after veeam bare metal restore

I just performed a Veeam bare-metal(Windows10 Pro) restore to Proxmox Virtual Machine. I managed to boot the virtual machine but it has no network connection. There are 4 other VMs that have an internet connection. I tried to check the option…
honphi-codee
  • 1
  • 1
  • 1
0
votes
1 answer

Proxmox - redirect all ports to a specific vm

I wanted to ask if it would be possible to access all ports of a virtual machine using a subdomain. As a small example: host: 10.0.2.1 VM1: 10.0.2.2 VM2: 10.0.2.3 As result: vm1.example.com:any -> 10.0.2.2:any vm2.example.com:any -> 10.0.2.3:any I…
0
votes
1 answer

Load Balance with proxmox and kubernetes with 3 physical server

We have 3 physical servers and We want to build a HA Kubernetes cluster on it. At the moment We use proxmox ve 6.2 and VM-s for Kubernetes. How can I provide load balancing between the three servers? If I create a Proxmox Cluster with the servers…
Bttd
  • 13
  • 1
  • 5
0
votes
2 answers

Dell PowerEdge T-620 - Choosing Memory Modes in the BIOS

I'm trying to configure the Memory Mode, in the BIOS, of a Dell PowerEdge T620 with dual processors: Owner's Manual | Technical Guide The system has 384GB of DDR3 LRDIMM Memory and I'm able to choose between any of the following modes: Optimizer…
LonnieBest
  • 1,510
  • 4
  • 22
  • 39
0
votes
1 answer

Adding more than 32 IPs on a Proxmox (v6) VM

I use Proxmox v6 and I want to add more than 32 IPs (network device) on a VM but via the interface it is not possible. Currently, I go through the Proxmox interface and I go to -> Hardware -> Add -> Network Device, but beyond 32 the "Network device"…
0
votes
0 answers

Having some issues with proxmox bridge on Hetzner

So, i'm having 1 main IP and 1 addition IP that I've ordered for the server. Main IP: xxx.xxx.200.200/27 Additional IP: xxx.xxx.202.175/27 This is my bridge configuration: auto lo iface lo inet loopback iface lo inet6 loopback auto enp4s0 iface…
Viktor
  • 113
  • 4
0
votes
0 answers

Proxmox for enterprise environment

I'm in a process of upgrading existing server infrastructure witch consists of couple of self-built servers running XEN. For management reasons XEN is not ideal, because requires advance console knowledge, editing VM config files from terminal…
Kadikis
  • 1
  • 1
0
votes
0 answers

Proxmox how to remove disk from node

Am new to proxmox wondering how can we remove disks from proxmox as you can see i have somes disks mounted What i did to remove them systemctl disable mnt-pve-ISOs.mount umount /mnt/pve/ISOs i checked nano /proc/mounts ISOs disk entry is not…
user889030
  • 181
  • 1
  • 8
0
votes
1 answer

Ubuntu 20.04 container failing to startup in Proxmox

Hello I have created a Ubuntu 20.04 and 18.04 container in Proxmox and both return the same error when I try to start them up after creating the container via the Proxmox GUI. They fail to start and return the following error message: Job for…
ComputerLocus
  • 193
  • 4
  • 12
0
votes
1 answer

Proxmox VM provisioning with ansible - how to run task on created vm?

I've got 3 tasks in my playbook that operate on hypervisor supplied in hosts file - create vm from template with preconfigured network settings, customise its parameters, power on and from that point all other tasks should run on created vm based on…
0
votes
0 answers

After resize and after reduce get error on parted

Scenario I expanded the disk space, from a kvm in proxmox. By mistake expand instead of 50 GB expand 500GB Well, when I did the vps check with dmesg | grep vdb and with fdisk -l /dev/vdb | grep ^/dev I realized my mistake Choose to stop the machine…
abkrim
  • 417
  • 7
  • 18
0
votes
1 answer

Proxmox IPv4 inward routing not working

Yesterday I realized that one of my LXC containers on a Proxmox server needed to access github.com, therefore I had to add IPv4 support (really Github?). I added a /29 subnet to the internal network behind the vmbr0 interface. However, routing of…
Sven
  • 1
  • 2