Search results

  1. E

    Problem restoring LXC backups from proxmox 7 to proxmox 8

    solved it by adding the ranges to /etc/subuid and /etc/subgid.
  2. E

    Problem restoring LXC backups from proxmox 7 to proxmox 8

    Thanks for your reply. I think these IDs are needed for FreeIPA - thought the mapping would be migrated as well. Do i have so set something manually on the new host?
  3. E

    Problem restoring LXC backups from proxmox 7 to proxmox 8

    Hi, i got a problem "migrating" my LXC containers from node with v7 to another node with v8. My attempt was to use backups from v7 for restoring them on v8 node, but i get this error: recovering backed-up configuration from 'nas02:backup/vzdump-lxc-102-2023_12_25-00_07_27.tar.zst' Creating...
  4. E

    Ansible proxmox_kvm gettting MAC address for PXE

    Hi and thanks for your reply. I solved it with this task - not beautiful, but it works for me: - name: Get mac from PVE ansible.builtin.shell: set pipefail && awk -v IGNORECASE=1 '$1 == "net0:" { print }' /etc/pve/lxc/{{ containerid }}.conf | cut -d',' -f4 | cut -d'=' -f2...
  5. E

    Ansible proxmox_kvm gettting MAC address for PXE

    Hi, seems also not to work with LXCs (anymore). This is the output of my "result": "msg": { "changed": true, "failed": false, "msg": "Cloned VM 334 from 300" } Is there a way, to get the mac or the ip after cloning / creating a vm/lxc? Or what would be the best...
  6. E

    Host not reachable on 2nd NIC / network

    Hi, its been a time now, but i still got the same problem. Anyone who can help me? Thanks in advance, Alex
  7. E

    Host not reachable on 2nd NIC / network

    Thanks for your reply. This is already my configuration: I tried to ping from a host from the same subnet (192.168.1.2/24), but I don't get a connection. In my Unifi Controller I can see the ne NIC/MAC-Adress and the IP, but I can't get connected to it.
  8. E

    Host not reachable on 2nd NIC / network

    Hello, I added a 10G NIC to my Proxmox host a few days ago and changed the IP of the host to another VLAN (10) at the 10G NIC. Now I can access the host at the new ip (192.168.10.151) and everything works fine, so far. But I want to remain the access to the webgui at the "old" ip...
  9. E

    Updateverwaltung für LXC/VMs

    Hallo zusammen! Ich betreibe in meinem Heimnetzwerk seit geraumer Zeit einen kleinen Virtualisierungsserver auf dem primär ein paar LXC-Container laufen. Insgesamt bin ich sehr zufrieden und alles läuft sehr stabil und wie gewünscht. Das Einzige, was mir zum vollständligen Glück noch fehlt...