Search results

  1. 0

    How to convert VM from Proxmox To VMware

    But you were faster and found it. And no, help is welcome. You’re not annoying me. Things in my head annoying things in my head … and so on
  2. 0

    How to convert VM from Proxmox To VMware

    Ah now i understand. You're absolutely right. I used it in the first few scripts i tested. These scripts uses jq as a JSON parsing utility. after retrieving VM metadata from Proxmox (likely via pvesh get), the output is in JSON. jq is then used to extract specific fields—such as disk names...
  3. 0

    How to convert VM from Proxmox To VMware

    I mean these steps you’re find here in the forum or in the man pages (I use some of these ideas for my script). For me it’s annoying. You could paste the entire script in ChatGPT Gemini or copilot it would explain everything. I have no need to do it here. Everyone who uses scripts should be...
  4. 0

    How to convert VM from Proxmox To VMware

    @ronejamesdo yes it does. you need to run the script on one of your proxmox nodes and install jq with "apt install -y jq". I dont want to add it in the script actually. Its not really a future proofed concept and is only for helping others or myself. Why i have do this? Simply i dont like to...
  5. 0

    How to convert VM from Proxmox To VMware

    No actually not. I would share it firstly here. I’m not a developer. but you could do it if you wish. It’s free for everyone to use it. If I have more time I could create a GitHub repo for it.
  6. 0

    How to convert VM from Proxmox To VMware

    or simply use my script: tell me how it works ;) #!/bin/bash # proxmox-vm_vmware.sh - Convert Proxmox VM to VMware format # Author: 0zzy # Date: 2023-09-10 # Version: 1.0 # License: MIT # # Description: This script converts a Proxmox VM to VMware format. # It can convert to...
  7. 0

    Possibility to move local pve backups to pbs

    Hello together, I#m searching for a solution to move my local PVE Backups to PBS. Is that possible in any way? I did not found a solution in the PVE or PBS Docs. Any Ideas are welcome. Best regards 0zw00d
  8. 0

    struggling with ovs-bridge?

    No one any ideas?
  9. 0

    Beste Hardware-Lösung?

    Ähem jein, aber du kannst via PCI Passthrough die Karte an verschiedene System weitergeben, suche im netz mal "gaming on proxmox with dedicated GPU". Für 3 MAs wird das ganze wahrscheinlich zu wenig power besitzen. Im Azure umfeld bspw. bekommt jeder MA dedizierte Hardware + vGPUs zugewiesen...
  10. 0

    Proxmox mit 3 NICs verschiedene VLANS möglich?

    Hey proxmoxianer ;), ich habe aktuell Proxmox bereits installiert gehabt mit einigen lxcs und VMs. Bisher hatte ich nur eine NIC und alle appliances befinden sich im Netzwerk 10.0.0.0/24. Mein Gateway, aktuell noch eine Fritzbox 7590 AX, welche demnächst durch eine Draytek Vigor ausgetauscht...
  11. 0

    NGINX: Unable to access proxmox server

    Ok I see your problem. Let me explain: For to get nginx working, it’s necessary to use a dedicated server. Why? What you explain is exactly the problem I had, it’s not possible for you ( I think) to expose the ports necessary for nginx. It uses port 80 and 443 for http / https. But this...
  12. 0

    NGINX: Unable to access proxmox server

    can you make a simple Netplan how your network is configured? Like this: Your proxmox host ip address —> vm or lxc ip address—> settings on your router Also you need definitely a domain which you own. Without that it’s hard (not impossible) to configure it. Because you need a static ip...
  13. 0

    NGINX: Unable to access proxmox server

    on my Nginx-Proxy-Manager I have the following configured: it work's without problems. The only thing I could say is, that it would be a bad idea to expose pve like that, no matter if it's an dedicated server or private. NGINX has too many security issues and the developers aren't so fast to...
  14. 0

    struggling with ovs-bridge?

    Hello together, I have the following problem: I want to setup my running PVE (with all the lxcs and vms) to use openvswitch-switch. The package is already installed. So my Network Interfaces configuration is: enp0s31f6: setup as vmbr0 -> actually with the ip 10.0.0.47/24 enp1s0f0: setup as...
  15. 0

    privileged lxc container for torrent

    @ardeny you're absolutely right. Now I choose the VM solution, a Debian minimal installation isn't so big in size ;). Thanks to all for the Support :)
  16. 0

    benötige Hilfe blicke nicht durch

    Hallo zusammen, leider bekomme ich im englischen forum keine Antwort. Folgendes Szenario: Ich habe folgende vms auf proxmox laufen: OpenmediaVault als NAS, darauf ein share "transmission". Ich habe vor einigen Tagen Speicher (boot disk proxmox) ausgetauscht und musste neu installieren...
  17. 0

    privileged lxc container for torrent

    Hello together, I created a lxc before I reinstalled my proxmox installation, which was working before without trouble. if I try to download a torrent file everything was okay. At first I explain how it should work: I have a openmediavault installation with smb shares, say I try to expose the...
  18. 0

    Alte Proxmox Installation clonen?

    puuh muss ich mal schauen, klingt extrem zeitintensiv....
  19. 0

    Alte Proxmox Installation clonen?

    Hi @Dunuin meine Proxmox installation ist auf LVM Basis.