Moin @rothkraut, Cloudbase-Init ist schon der richtige Ansatz für Windows auf Proxmox. Funktioniert im Prinzip wie Cloud-Init, nur halt für Windows. Hostname, Netzwerk, Admin-Account geht damit gut.
Für Domain-Join und komplexere Sachen würd ich...
I am new so no need to apologize and no offense taken. I joined the forum to share this in case anyone else needed it. The full code is open source so anyone is welcome to clone and take it apart.
The whole reason I put this together was that I...
Hallo,
ich experementiere im Moment mit PMG um zu sehen wie gut sich SPAM filtern lässt.
Um die Ergebnisse zu verbessern habe ich Rspamd vorgeschaltet wodurch ja der Wert CustomCheck hinzugefügt wird.
Desweiteren habe ich eingestellt, dass die...
What is the benefit of shifting the initiator down to the host level instead of just mounting in the VM? I've seen you mention this in (I think) at least 2 other places, so I figured I would ask. I'm still researching options, so I'd be very...
Can somebody help me with getting white listing to work using the Welcomelist options either under Mail Filter -> Rules or Mail Proxy -> Welcomelist ?
I have some emails that keep being quarantined despite adding the sender's adress in either or...
Dell PE R550 with 8 SAS drives - ZFS RAID10. I have 15 Windows VM's all using virtio drivers v0.266. The server having issues is the only one on 0.271, and being a Veeam backup server, does get pretty high disk and network i/o. The host shows...
I think this is a very useful contribution to Virtual computing.
BUT, I know nothing of who mav2287 user is, (he joined this forum today in the above post & one other also mentioning his repo). Looking at the repo, I see no activity (as of yet)...
Naja, aber das eine Netz wird doch nicht zum anderen durchgeroutet? Also Wenn Netz A - Clients haben mit VLAN1 und über die 2. Netzwerkkarte über VLAN2 ein internes Netz angesprochen werden soll.. und zwar von genau dieser VM. Wie wäre denn...
Genau, NFS auf dem Host mounten und per Bind-Mount in den Container reichen ist der richtige Weg. Das Tutorial das du gefunden hast passt dafür.
Und nein, für nen Homelab mit Jellyfin ist privileged kein Weltuntergang. Aber da der Umbau auf...
I really hate PHP. Using the Nextcloud AIO docker image puts managing the PHP junk squarely back on the Nextcloud developers. If you must run Nextcloud, which I refuse to do anymore, then go the AIO docker route. It is the easiest way to run...
Damit machst du einen Kurzschluss zwischen den beiden Netzen. Das führt oft zu "interessanten" Effekten... und eliminiert die vermutlich gewünschte Trennung.
Ist einfacher als du denkst, brauchst keine VLANs dafür. Leg dir ein eigenes Subnetz für das Backup-Netz an, z.B. 10.10.10.0/24. Zweite NIC bekommt ne eigene Bridge (vmbr1) mit ner IP aus dem Subnetz, und die Synology bekommt auf nem zweiten...
@rct Good that you found the bugs and the way to "bypass" them. They surely should be fixed.
From many posts in the Forum I believe that submitting a bug report at https://bugzilla.proxmox.com/ does not require a subscription. So you should be...
I know this doesn’t answer the copy/paste part directly, but when I was trying to find an OS X / macOS QEMU guest agent this thread was the #1 result that kept coming up.
I never actually found one that had decent compatibility so I ended up...
I don't speak Rust, but I figured I'd glance at the source code for clues There are references to RFC 3339, so I tested it with an RFC 3339 date time string and it worked.
I had previously tried with a T as the separator between date and time...
Hallo Bu66as,
witzigerweise habe ich das durch lesen der OVS Doku und mit den "Schnipsel"-Scripten schon teilweise probiert, das funktioniert halt weitestgehend wenn das tap Interface direkt am OVS hängt. Man könnte wahrscheinlich, so wie das...