====== On OVH's VPS ======
ssh -L5959:127.0.0.1:5900 root@
apt update
apt install qemu-system-x86 --no-install-recommends
cd /dev/shm
wget https://enterprise.proxmox.com/iso/proxmox-ve_9.1-1.iso
qemu-system-x86_64 -enable-kvm -netdev type=user,id=mynet0 -device virtio-net-pci,netdev=mynet0 -m 4G -drive file=/dev/sdb,format=raw,if=virtio -vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on -daemonize -cdrom proxmox-ve_9.1-1.iso -boot d
remote-viewer spice://127.0.0.1:5959
====== SNAT ======
[[https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP|Setup Simple Zone With SNAT and DHCP]]
Although SDN setups ''ifupdown2'''s ''ip-forward on'' it still requires to add global forwarding enable:
net.ipv4.ip_forward=1