Recent content by _gabriel

  1. G

    shrinking qcow2 image virtual size

    alternative less error prone : create new vdisk at desired size then clone like baremetal
  2. G

    [SOLVED] VM firewall rule having no impact?

    is not enough to show nat/PREROUTING rules. what about ? iptables -t nat -L
  3. G

    [SOLVED] VM firewall rule having no impact?

    not fix the issue but you can restrict Windows firewall rule to your LAN scope.
  4. G

    [SOLVED] VM firewall rule having no impact?

    No iptables PREROUTING rule in host ? (because PREROUTING bypass firewall ) + try with from another endpoint as current tcp established connection is kept.
  5. G

    Asymmetric Tailscale speed issue with Kernel 7 and multiple NIC types

    Have you tried with VM instead LXC ? Have you tried directly on the host ?
  6. G

    Asymmetric Tailscale speed issue with Kernel 7 and multiple NIC types

    HW NIC is not used in this test. As Tailscale uses wireguard, have you tried a pure wireguard ?
  7. G

    Box is up but i think the network didn't start

    Network starts automatically , nothing to do. Have you double checked ip entered during installation ? ip need to match your network.
  8. G

    Exchange Server 2019 VSS Writer: retryable error

    https://forum.proxmox.com/threads/ms-exchange-with-pbs-vss-support.122728/
  9. G

    Windows VM Freezing During Backup

    Recommended and safest way is "local" PBS. Then a remote PBS can pull backups from local PBS without disturbing VM.
  10. G

    Windows VM Freezing During Backup

    is over WAN ? PBS must be fast, because changed data in VM is blocked because need to be written to first to PBS. There is "Fleecing" option on the PVE side to mitigate this.
  11. G

    Exchange Server 2019 VSS Writer: retryable error

    Set VssOption=5 https://forum.proxmox.com/threads/pbs-breaking-customer-sql-backups-backups-without-fs-freeze.111526/post-681239
  12. G

    Migrating Windows to Proxmox/Virtio SCSI single device without intermediary IDE/sata boot drive

    @Falk R. made an "install.bat" script which use the devcon.exe Microsoft utility to create the phantom/fake scsi controller. This allow booting directly in PVE with Virtio SCSI disk. Just tried today. Download the virtio win mod drivers ISO , the run "install.bat" , backup/clone to PVE. it's...