After wipe one of the managed cluster and adding it again (change of hostnames, addressation same as was, old cluster name ) old hostnames still shows in Updates section of Remotes, anyone knows where to look for those old hostnames? I have...
It should be possible to just run dnsmasq on your own, so find the vnet bridge (in this example myvnet) and run:
dnsmasq \
--interface=myvnet \
--bind-interfaces \
--port=0 \
--dhcp-range=192.168.100.10,192.168.100.200,12h \...
Are there any best practices or supported tools for backing up and restoring the datacenter and/or node-level configuration? It looks like the backup support built into Proxmox VE itself only backs up individual VMs. I also noticed that if you...
Hello Nico, I've created a separate, isolated network/subnet (10.10.20.0/25) connected to eno3, added an IP address, (10.10.20.5) selected the 10.10.20.5/25 address in Datacenter | Migration and everything is working fine. Stepping back, as you...
Hey, wie kommst du auf die 4MB/s bei der usb Platte? Ich kann das hier nicht nachvollziehen. Da ist der synjob zu einer usb Platte ( 3.1) wesentlich schneller.
Gerade geschaut, letzter sync sind es 80gb gewesen in durchschnittlich 70MB/s laut log...
Hey, wie kommst du auf die 4MB/s bei der usb Platte? Ich kann das hier nicht nachvollziehen. Da ist der synjob zu einer usb Platte ( 3.1) wesentlich schneller.
Gerade geschaut, letzter sync sind es 80gb gewesen in durchschnittlich 70MB/s laut log...
You are right. Thank you for the input. I will definitely try your debugging in my script. I havent had a chance to test it yet because I am currently trying to resolve a unmet dependency problem with xfce4 chromium/firefox-esr for my offline...
Ja, sieht alles normal aus, Carrier OK, RustDesk OK, Bridge UP
Es ist fast sicher ein ARP-Problem
Da der Container keinerlei eigenen Netzwerk-Traffic erzeugt, wenn niemand den RustDesk-Server nutzt, passiert Folgendes:
- Gateway/Router hat...
Thanks for the response. I tried an approach to handle the lock mechanism and it works as expected, so testing in progress.
Able to create 10 parallel vms, with snapshot, revert, poweron/off, delete it works fine till now...and test in progress...
Hallo.
Danke für die Hinweise. Ich habe das geprüft. Also der Reihe nach:
journalctl -u systemd-networkd --no-pager | grep -i "carrier"
liefert nur diese 4 Einträge für vorgestern. Das deutet auf den Systemstart hin:
Feb 17 19:21:40...
BTW, ZFS with refreservation=none is the more feature-rich option: you get thin provisioning plus native checksums, self-healing (with RAID-Z), built-in compression (lz4), and very efficient copy-on-write snapshots at no extra cost. The downside...
Guten Morgen, Ich frage mich immer warum kauft man so einen "Schrott"?. Ja was ist hier gemeint? Das ist ein Desktop PC für Office Anwendung und kein Server. Da fehlt doch jegliche Redundanz und Zuverlässigkeit für den 24 Stunden Betrieb. Wenn...
Feature-Requests und Bugreports am Besten über https://bugzilla.proxmox.com/enter_bug.cgi?product=pdm einreichen, hier im Forum gibt es keine Garantie, dass die Entwickler das mitkriegen, beim Bugzilla dagegen schon.
Das hier ist das Proxmox Community Support Forum und der Name sollte grundsätzlich schon auch Programm sein, bitte also schon auch etwas bei dem Thema bleiben.
Der Thread hat auch einige Reports und Spam Triggers generiert, etwas offensichtlich...
Hello,
I'm creating VXLAN zone. I installed the dnsmasq on all the nodes :
apt update
apt install dnsmasq
systemctl disable --now dnsmasq
But on the VXLAN UI, I can't see any option.to enable the DHCP support.
Thanks for your help !