Author Archives: ControllingNet
Capturing a Proxmox VM traffic remotely from a windows host using wireshark
This guide will show you how, step-by-step. We’ll use a single command to pipe traffic from your Proxmox host directly into your local Wireshark GUI. The Big Picture: How It Works This technique uses a powerful combination of tools: Step 1: Install Wireshark on Windows This one is simple. If you don’t already have Wireshark, …
Continue reading “Capturing a Proxmox VM traffic remotely from a windows host using wireshark”
Speedrunning a Terraform setup in promox
Install Axolotl on ubuntu with RTX Pro 6000 support
Apply the Blackwell proxmox host crash fix to: /etc/modprobe.d/nvidia-graphics-drivers-kms.confSolution: https://forum.level1techs.com/t/do-your-rtx-5090-or-general-rtx-50-series-has-reset-bug-in-vm-passthrough/228549/35
Adding a Proxmox Node that already contains guest Virtual Machines to a Cluster
On node1 (with guests) Create a new cluster or get join information. On node2 (with guests) scp -r /etc/pve/nodes/* to node1:/etc/pve/nodes (ex. scp -r /etc/pve/nodes/* to 192.168.x.x:/etc/pve/nodes ) rm -r /etc/pve/nodes/* Join cluster. NOTE: The joining machine will sync its VM’s from the Clusters host, including its PCI mappings and Firewall rules. If you have …
Continue reading “Adding a Proxmox Node that already contains guest Virtual Machines to a Cluster”