Hello
I have a proxmox server with a specific interface configuration. Here is the relevant part:
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0...
A robust Bash toolkit that converts Proxmox LXC containers into fully bootable QEMU/KVM virtual machines — directly on your Proxmox VE host. Includes a companion disk-shrink script and handles disk creation, filesystem copy, kernel/GRUB...
Can you show us the following
on pve1:
pvecm status
pvecm nodes
on pve2:
pvecm status
pvecm nodes
systemctl status corosync --no-pager
journalctl -u corosync -b -n 200 --no-pager
and as a safe first-aid you can try this on the problem node...
Another things to consider: Due to the opensource nature of ProxmoxVE it's not only possible but completely legal to develop and use custom solutions.
@gyptazy mentioned on his linkedin feed that some third-party developers created PegaProx...
Hallo,
ich versuche, dem Spamming von *.onmicrosoft.com Herr zu werden und habe in meiner Domain-Blocklist (Who-Object) eine RegEx (.*\.)?onmicrosoft\.com eingetragen.
Da es jedoch zwei erlaubte Sender (Bsp. erlaubt01.onmicrosoft.com) gibt...
Should NUMA Nodes per Socket be set to 1/2/4 in BIOS?
Whats the best configuration for a single socket amd-cpu?
In VM Hardware I would enable NUMA. Or is it better to set NUMA-Nodes to 1 and not use numa in vm hardware?
Has someone made some...
Indeed, pve-firewall only opens port 5404-5 - although the documentation states otherwise [1].
Would you mind opening a bug in our bugtracker [2] for this issue?
[1]...
There's the possibility of using the old firewall in conjunction with the VM-level firewall and configure the firewall for each VM separately.
The nftables firewall is a relatively young reimplementation of the old iptables-based firewall. It's...
Still errors - even on forced 1Gb connection - 2.5 Gb is totaly unstable/unusable
root@UCG-Fiber:~# iperf3 -c 192.168.50.150 -t 15
Connecting to host 192.168.50.150, port 5201
[ 5] local 192.168.50.1 port 53426 connected to 192.168.50.150 port...
Said it was minor - workaround is as per other installs - after configuring repos and updating boot shims from proxmox repo, we don't reboot until PDM install complete including kernel. This allows my machine to remain with secure boot enabled...
Hey,
wie greift ihr auf eure VMs zu?
RDP, vnc , spice oder gibt es andere tools? Ist es möglich per api ,verschlüsselt die vm aufzurufen?
Ich nutzte royalapps, für vmwar haben sie ja direkt den launcher um sich die vm anzeigen zu lassen. so...
Hello,
We are testing possiblities of creating cheap vsan with proxmox cluster. Therefore we decided to give starwind vsan software a go.
One of our nodes is old HP DL380P Gen8 and I am struggling with proper passthrough P420 raid controller in...
Woops, thanks a lot for the hint, changed it to the default 65000
Thanks for the clarification! I must have been misremembering being able to ping VMs from the nodes.
I understand. So, just to be abundantly clear, I can't isolate guests across hosts without nftables?
Can you say anything regarding what's at stake? Like, what's the worst that could happen? What are some things that could happen? Are there any...
Hello,
I'm evaluating how to implement some network security around proxmox.
Using iptables framework, I manage to get :
-A PVEFW-HOST-IN -s 172.16.101.2/32 -d 172.16.101.1/32 -p udp -m udp --dport 5404:5405 -j RETURN
-A PVEFW-HOST-OUT -s...
What additional information do you need aside of what was provided as answer in the other thread?
https://forum.proxmox.com/threads/secure-boot-%E2%80%93-microsoft-uefi-ca-2023-certificate-not-included-in-efi-disk.173417/post-837831
Hallo,
ich habe einen PVE mit diesen Netzwerkeinstellungen:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 152.53.85.147/22
gateway 152.53.85.1
auto vmbr0
iface vmbr0...
Yes, 'Isolate Ports' is all or nothing, with the firewall you have more fine-grained control (at the overhead cost of having to run a firewall).
It is, and currently it is only possible to utilize the VNet firewall with the nftables firewall...