Proxmox, ceph, zfs, pfsense и все-все-все - часть 2
-
Добавил
Configuring DNS Bind9 on your pfSense
Configuring DHCP Dynamic Host registration on DNS Bind9 on your pfSense ddns
Overriding external domains DNS Bind9’s Response Policy Zone on your pfSense splitdns rpz -
-
Добавил
HP Smart Array 410i as HBA -
Добавил
Proxmox VE 7.0 : comment ajouter du stockage via NVMe/TCP
Девочка, балансирующая на NVME-over-TCP 2.0 -
Добавил
Class-Based Weighted Limiters in pfSense 2.6.0 -
-
Добавил
Poor Network Performance With FreeBSD Based Distro's On Hyper-V
Open NAT for Gaming with pfSense -
Добавил
How to Fix pfSense DNS server/DNS Resolver/Unbound return multiple different IP addresses in DNS query for a single (local) domain -
Добавил
ProxMox Cluster - Soup-to-Nutz -
Добавил
Openzfs capacity calculator -
Добавил
Scripts to make cloudbase work like cloudinit for your windows based instances -
Добавил
How to put Proxmox Web Interface Behind Traefik -
Добавил
Import VirtualBox and Virt Manager VMs to Proxmox -
Добавил
Create a bind mount from a Proxmox host on an unprivileged lxc container
Proxmox: bind mountpoint from host to unprivileged LXC container -
Добавил
Intel Gen 12th Iris Xe vGPU on Proxmox -
Добавил
Bash script to easily migrate Linux VMs from ESXi to Proxmox
В комментах:Ok, some questions:
Why let ovftool write an ova file when you convert it in the next step to ovf? ovftool can write directly as ovf.
Then it converts the entire disk to raw format, only to install the qemu guest agent. This should be left to the OS package manager, for example via Ansible/ssh, pre or post migration.
Finally it creates an empty VM and imports the raw disk to the final storage.
That's 4 storage conversions, which takes a lot of IO time and requires vast amounts of free available diskspace.
All this could be reduced to two simple steps:
ovftool --targetType OVF vi://root@esxi.host/vm.name /var/tmp
qm importovf 100 /var/tmp/vm.name/vm.name.ovf storage-location
Then use qm set to alter any parateters as needed, for example:
qm set 100 --ostype l26 --tablet 0 --cpu cputype=host --onboot 1 --agent enabled=1
--scsihw virtio-scsi-single --net0 virtio,bridge=vmbr0,firewall=0
qm start 100 -
Добавил
Network UPS Tools (NUT) Ultimate Guide -
Добавил
pfsensible.core - core modules for managing pfSense firewalls with ansible -
Добавил
How To Setup pfsense OpenVPN Policy Routing With Kill Switch Using A Privacy VPN -
Добавил
Proxmox SDN Configuration Step-by-Step -
Добавил
Create an internal only isolated network using SDN feature
Upgrading a Hyperconverged Proxmox Cluster from 7.4 to 8.1
Upgrading Ceph Quincy to Ceph Reef on Proxmox VE 8.1 -
Добавил
Automatically Connect Realtek RTL8156 USB 2.5G NICs to Proxmox Servers