Could it be that the VirtIO driver has not been installed?
When migrating Windows, I think it is common to boot Windows once using IDE, install the VirtIO driver, and then switch to SCSI afterward...
Hello,
I successfully migrated a Windows Server 2003 VM from VMware to Proxmox using the import feature. However, when I boot the VM, it immediately displays a blue screen. If I change the disk bus type from SCSI to IDE, the VM boots...
Hi everyone,
I have created a small Python-based helper script for importing VMware VMs stored on NFS into Proxmox VE:
GitHub: https://github.com/cybrwerk/vmware-pve-nfs-import
The underlying method is not something new or proprietary. It is...
Da muss ich @TErxleben zustimmen: Docker in LXC ist einfach anfälliger und nicht so isoliert wie VMs. Ich schätze mal 70% oder mehr der hiesigen Posts im Forum, die Probleme mit LXC und Docker thematisieren, wären unnötig, wenn die User direkt...
Recht einfach ließe sich das über eine NAS und NFS einrichten. Die NAS kann bare-metal oder auch als VM vorhanden sein. Ich vermute mal, Du wirst Nextcloud, Immich, etc. als Docker Container laufen lassen? Im LXC wäre das mit Docker nicht zu...
OPNsense is my edge router with a 2.5GB/s connection. As I said, I have a /56 and this is assigned by my ISP. I am familiar with how IPv6 works compared to IPv4.
I am also aware that /etc/sysctl.conf is not supposed to be used anymore. As I...
do you indeed have a dhcp6 server running on the network where eth1 is connected to? (Otherwise this would explain the long wait for a dhcp-timeout)
if you don't have a dhcp6 server - chose static in the GUI (both for configuring a static ip, and...
Hi AlexanderB
You could try with this vlan entry:
auto vmbr0.9
iface vmbr0.9 inet static
address 192.168.9.20/24
gateway 192.168.9.1
Did you check that vlan9 is tagged on nic0 uplink on switch-side (or Bridge when virtual) as with...