Recent content by zimbres

  1. Z

    Restrict Guest VM 802.1q tagging

    Take a look to my thread https://forum.proxmox.com/threads/ovspatchport-patch-ovs_type-availability-for-openvswitch.103180/ You can create a new Bridge and limit the VLans that will be passed in the trunk.
  2. Z

    OVSPatchPort patch ovs_type availability for OpenVSwitch

    Would be nice if Proxmox add option to handle patch ports for OpenVSwitch in UI. I achieved a working configuration by: /etc/network/interfaces auto lo iface lo inet loopback auto enp2s0 iface enp2s0 inet manual ovs_type OVSPort ovs_bridge vmbr0 auto vlan100 iface vlan100...
  3. Z

    Windows granular backup

    I using like this: Enable WSL2 on Windows machine, also can be done in Windows Servers 2019. Install a Linux distro, Debian or Ubuntu. Apt packages for Debian or for Ubuntu: wget...
  4. Z

    [SOLVED] Working with API, getting 401 No Ticket

    API Token seems to be easier: headers = { 'Authorization': 'PVEAPIToken=root@pam!token=6148dff7-b102-4f03-9257-283da32df917' }