With Hetzner i think using their vSwitch should be the easiest option to get additional IPs for your VMs.
I also found this:
https://tomjorge.me/install-proxmox-and-create-vms-with-ips-on-your-hetzner-dedicated-server/
and this...
No, that should work, but your IO Bandwidth will be severly limited by your nas, 50 VMs sharing i presume 1gigabit connection, even with 10 gigabit it is not that much. Since i do not know anything about your use case it might be ok.
Is this a test setup to try out things or do you want to...
Ich bin nicht ganz sicher wofür das gut sein soll, aber im prinzip kannst du das so ähnlich umsetzen:
Mach dir eine Template VM und klone diese für deine VMs. Du kannst ein Backup deiner master VM auf einem PBS haben und dieses auf deinen "Workstation PVEs" einspielen
That "pve" is the host, if you have a cluster the settings and infographics under datacenter are for the whole cluster, the ones under "pve" are for that host.
I did not even know a windows LTSC existed ;) Downloading it now
Do i understand correctly that your proxmox stops working when you shutdown that windows ltsc vm?
does Proxmox hang or crash and reboot?
1. Boot Live CD
2. fsck your partitions
3. mount your partitions under /mnt (on live system)
e.g.
mount /dev/sda5 /mnt
mount /dev/sda2 /mnt/boot
mount /dev/sda1 /mnt/boot/efi
for i in /proc /sys /dev /run ; do mount -o bind $i /mnt/$i; done
chroot /mnt
update-grub
grub-install /dev/sda...
Ich habe einen neuen Container erstellt, gemountet bin in den nmaespace gewechselt, hab das backup gemountet und gersynced.
Falls jemand eine Idee hat woran der restore scheitern könnte BITTE melden;)
I get the following error trying to restore a Container.
How can i get more information what the error is / how to solve it?
KVM restore is working, LXC fails, Verify finds no errors on backup
recovering backed-up configuration from 'pbs_pve165:backup/ct/16000186/2023-11-13T08:32:07Z'...
Yes you can use vlans
You can use anything linux can use, however i strongly recommend ZFS (dont use HW RAID with ZFS)
Proxmox does not use libvirt, the kvm config is in /etc/pve/qemu/ID.conf in a key: value format, you can get the info on the host by qm config ID, or via the proxmox api
You...
Hallo Lueghi,
wie sieht dein Partitionsschema aus, benutzt du BIOS oder UEFI boot? Für /boot oder EFI solltest du (wenn überhaupt) Superblock-Format 0.9 verwenden, da dieses die Raid Info ans Ende der Partition packt. (https://raid.wiki.kernel.org/index.php/RAID_superblock_formats)
Für EFI wird...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.