I followed this here:
https://blog.khmersite.net/p/configure-ipv6-for-proxmox-host-via-slaac/
this did work simply with adding the following on Proxmox 9.2.3:
iface vmbr0 inet6 static auto
accept_ra 2
with a `ifreload -a` to apply the...
What about setting following in /etc/network/interfaces:
iface vmbr0 inet6 auto
accept_ra 2
autoconf 1
Will it work and is `autoconf` needed?
Update:
I added above 3 lines in /etc/network/interfaces which wasn't enough. I had...
I was able to get ipv6 working on my Proxmox host because of this topic and the linked topic! So thank you to both of you and the people in the other topic!
This is what I have in my sysctl configuration which I got from the linked topic.
#...
Thanks for the reply. After posting this I also found this:
https://forum.proxmox.com/threads/ipv6-address-on-all-interfaces.122790/
Seems like the same thing I'm hitting as well.
Edit: the sysctls didn't seem to work for me. I appreciate...
Kind of hard to make a succinct title for what I'm trying to ask.
I have my PVE with vmbr0 and a static IPv4. I use this for management. None of my other vmbr*'s have any IPs at all (they are pure layer 2 for guests). I do have RAs coming in...
Hi @robertlukan
Thank you for your testing! I have also looked into this issue a bit.
I know you said you'll create a blog post and please link it as soon as its available.
Nevertheless i'd like to ask about the specific flag hv-evmcs. Why is...
Das leere Netzwerkverbindungen-Fenster ist das Wichtige: die Karte verschwindet komplett aus Windows, also ein PnP-Surprise-Removal und nicht nur Link weg. Schau im System-Log mal nach Kernel-PnP (Event 219) und netkvm-Einträgen zum Zeitpunkt, da...
Hello,
We aware of a issue that results in Windows 11/2022/2025 VMs using the `host` CPU type freezing for some time (10-30 minutes) and 100% CPU usage can be seen on the VM's summary. This happens on kernels 7.0.0 or newer (tested up to...
Wenn du den Parameter änderst, wird etwas weniger Slopspace reserviert, das bedeutet du bekommst für normale Dateioperationen wie z.B. Löschen, wieder etwas Speicher frei. Nachdem der Paramenter direkt nach Sys geschrieben wird, ist kein Neustart...
this started for people running a single host or a small cluster who want to see their day to day work from a tidier place.. Not for an operation with 32 nodes and 1000+ VMs.. I haven't tested it at that scale and I won't claim it fits there. For...
Thanks both are fair questions..
On the node view,. you're right, the built_in UI already shows what lives where. But what I'm after is a bit different. I'm not trying to show the current state, I'm trying to show what an action will touch...
We played around with different tools on a simple vc level and also with tools like etckeeper but hae not found a better solution than just do auto-add/remove/commits. We also tried it on /etc/pve itself, but also with an rsynced copy.
I would like to be able to track and log how configuration of all our QEMU VMs across our clusters develop and evolve over time. I plan to do that by periodically snapshotting all qemu instance configs via the PVE cluster API, and stuffing the...
We played around with different tools on a simple vc level and also with tools like etckeeper but hae not found a better solution than just do auto-add/remove/commits. We also tried it on /etc/pve itself, but also with an rsynced copy.
Since several users have encountered this issue, these two workarounds have proven to be a current solutions:
The easiest option is to select a generic CPU for the VM, for example, x86-64-v2-AES [0].
The second option would be to create a...
Sorry was doing 10 things at once i have added
*******************************
cd /var/lib/docker/overlay2/
sudo unzip ~/docker_backup.zip -d /
*******************************