Wireguard site-to-site (proxmox to mikrotik/routeros)
I wanted to connect my dedicated hetzner proxmox box ("remote") to my home IP. Networks: Home has 10.0.40.0/24 and 10.0.60.0/24 Remote has 10.0.101.0/24 At home I created on my mikrotik:…
I wanted to connect my dedicated hetzner proxmox box ("remote") to my home IP. Networks: Home has 10.0.40.0/24 and 10.0.60.0/24 Remote has 10.0.101.0/24 At home I created on my mikrotik:…
This works for me: Install plain debian 11, install proxmox Screenshot IPs of interface Clear all IP data from existing/default interface Create Linux bridge with IP info Then open SSH…
qm remote-migrate <vmid> [<target-vmid>] <target-endpoint> --target-bridge <string> --target-storage <string> [OPTIONS] Migrate virtual machine to a remote cluster. Creates a new migration task. EXPERIMENTAL feature! <vmid>: <integer> (1 - N) The…
Get this error? Cannot remove image, a guest with VMID '1070' exists!You can delete the image from the guest's hardware pane Then on your node/host, do pct rescan; qm rescan…
Your proxmox will just tell you: 2023-03-26 10:31:50 Logical volume "vm-1070-disk-1" created. But what if you want to know the progress of the copy? In percentage maybe? On the source…
Container: nohup pct migrate 1076 srv78 --target-storage LVMStore & Untested (VM): qm migrate 1076 srv78 -migration_network 10.0.0.0/24 -targetstorage SrvSSD -with-local-disks Does not want to move? You need to add the…
Like this (LVM based) root@srv65:~# lvs | grep 1071 vm-1071-disk-0 BigStore -wi-a----- 64.00g root@srv65:~# e2fsck -fy /dev/mapper/BigStore-vm--1071--disk--0 e2fsck 1.46.5 (30-Dec-2021) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking…