Search results

  1. C

    proxmox 7.0 sdn beta test

    OK, had the opportunity to test. Applied the second option "bridge-access" because the first proposal seemed to cover a trunk scenario (tagged vlan). Checking it seems to configure the proper access mode in the required vlan: root@bigiron:~# bridge vlan show dev enp6s5f1 port vlan ids...
  2. C

    VMware guestinfo interface

    Well, I've successfully deployed a VMware Cloud Builder appliance with a file with variables set passed with an ISO/CDROM. It seems to fallback to the file option when that interface is not available. Not sure if all appliances do this fallback. The mechanism is simple, the appliances expect to...
  3. C

    New Mobile App for Proxmox VE!

    Hello, I couldn't see the icon for SPICE, will try again. For U2F, I use an USB/NFC key: https://www.amazon.com/Feitian-ePass-NFC-FIDO-Security/dp/B01M1R5LRD/ref=sr_1_15?dchild=1&keywords=feitian+u2f&qid=1606285290&s=electronics&sr=1-15
  4. C

    VMware guestinfo interface

    Hello!, I know cloud-init support is the way to go usually, but when using appliances prepared for VMware Tools, have anybody found a workround for the guestinfo interface from VMware?. The idea would be to be able to deploy those appliances with Proxmox defining arbitrary parameters. It's...
  5. C

    New Mobile App for Proxmox VE!

    I've installed Opague but I don't see how to use it from the app. Should I enable something? Regarding u2f, the idea is to use a physical token + password as 2FA. The web interface seems to support it, although one token per account. I've used this type of 2FA with U2F in the Nextcloud Android...
  6. C

    New Mobile App for Proxmox VE!

    I fail to see an option to connect to a VM console, is that supported?. Also, I'm after enabling U2F authentication is that supported by the app?
  7. C

    Environment bundle

    Hello!, I would like to be able to package a bundle of VMs with their configuration (including networks) so I can share labs with coworkers. Is there any similar construction to vApps in VMware (which in turn are heavily based on OVF files)? The idea would be to easily replicate environments...
  8. C

    proxmox 7.0 sdn beta test

    Thanks for the suggestion, will check in depth once I get home. Could the current config the source of the duplicated packages?. Will be out some weeks and don't want to kill my remote access if the changes fail somehow
  9. C

    proxmox 7.0 sdn beta test

    Hello!, bigiron is in little distant from the switch. I use additional ports in that node to connect other clients as a cascaded switch. Those physical ports are connected to a PDU and a UPS for monitoring purposes. Those ports are in access, while they need to participate in the management...
  10. C

    proxmox 7.0 sdn beta test

    Attaching files...
  11. C

    proxmox 7.0 sdn beta test

    Well, a pseudo UUID would work also ;). my suggestion would be just to autogenerate the ID, I don't see a use case to define the pattern by the user. I'm just thinking about how to make it less possible to clash ("XX VNI is already used" or "VNET ID already used"). ID shouldn't be used as...
  12. C

    proxmox 7.0 sdn beta test

    Given IDs are global, wouldn't make more sense to generate automatically an UUID for the VNET?, "inviting" the user to populate Alias parameter with what makes sense descriptively to the user?. Also, given VNIs are global, should de interface autogenerate one as proposal?, and the user would be...
  13. C

    proxmox 7.0 sdn beta test

    I've tried this between two test nodes (not part of a cluster) and VXLAN, the traffic seems to pass through, but ping tests reports duplicated answers: Any hints?
  14. C

    proxmox 7.0 sdn beta test

    Thanks @spirit for you work on the "Software Defined Network" module. On the current proposed plugin I would suggest: - At least for the VXLAN part, autogenerating internal IDs for the zones and networks, and adding a "friendly" name only visible to the tenant/user that has access to them...
  15. C

    VXLAN Multitenant

    Any update on this topic?
  16. C

    "Cloud" like delegation

    I don't think that's a good thing. Client might start whining about "overloaded hosts" or some other ghosts
  17. C

    "Cloud" like delegation

    Hi!, anybody managed to achieve some kind of administrative delegation where a user can manage a subset of resources, access VM console and start/stop some the same VM ?. I've been looking around but the usual tools (ovirt, openqrm, cloudstack, opennebula, etc) don't seem to integrate with Proxmox.
  18. C

    Proxmox VE 3.4 released!

    Can ZFS be used in shared block device scenarios (cluster sharing a LUN)?
  19. C

    Install on SAN LUN

    Anyone can comment if there's an option to install PVE on a multipath device ?