Recent content by abuhome

  1. A

    Assign IP and Password for KVM Guest

    Hi spirit, thanks for that with the internal dhcp. But can you also implement ebtables support per gui. Me use a setup with external dhcp-server and ebtables support that a vm cant spoof an ip or mac. Thanks.
  2. A

    Proxmox as IaaS or public cloud - possible or not?

    You can do mac filtering with a trick http://www.shorewall.net/MAC_Validation.html Install shorewall on the host node this works very well.
  3. A

    VNC error after install ssl cert

    yes i did it with this command cat owncert.pem intermediate.pem > pve-ssl.pem i have this version pveversion -v pve-manager: 3.0-23 (pve-manager/3.0/957f0862) running kernel: 2.6.32-20-pve proxmox-ve-2.6.32: 3.0-100 pve-kernel-2.6.32-20-pve: 2.6.32-100 lvm2: 2.02.95-pve3 clvm: 2.02.95-pve3...
  4. A

    VNC error after install ssl cert

    Hi all, i have a problem and could not find any solution here in the forum. I installed my own rapidssl cert and i can connect to the proxmox gui. But if i want to start the Console tab i get the following error: "Error: TLS handshake failed java.net.ssl.SSLHandshake.Exception: Remote host...
  5. A

    Snapshot Limit

    Thanks for your help. I didnt find that solution. Greets
  6. A

    Snapshot Limit

    Hi, ah ok. And how can i set this ? Greets
  7. A

    Snapshot Limit

    Dear community, i have a simple question. Is it possible to limit the amount of snapshots for a vm. For example: I only want to allow that a user can do three snapshots of a vm. If three snapshots are reached. The user will get an error. Thanks Greets
  8. A

    Custom Roles - Granular Permissions

    Maybe i think i now what he want. Some more fine granded acl's. I saw in the git repository some future ideas https://git.proxmox.com/?p=pve-access-control.git;a=blob;f=README;h=33643a66ab128ab180c87a974d510e6009655bcf;hb=HEAD But these is not implemented yet. If i could code better i would do...
  9. A

    Snapshot after Restore fails

    Thanks for the quick help i understand it right now.
  10. A

    Snapshot after Restore fails

    Thanks for your answer. The original vm was on a lvm storage. I took a backup of it. Than created the same vm as qcow2 format. After that i thougt i could restore it and it will take the qcow2 format after the restore. So the solution is dont restore a backup from a lvm storage vm to a vm that...
  11. A

    Snapshot after Restore fails

    Hi tom, here it is boot: cdn bootdisk: ide0 cores: 1 ide0: vserver:100/vm-100-disk-2.raw,format=raw,size=10G ide2: local:iso/CentOS-6.4-x86_64-minimal.iso,media=cdrom,size=350546K keyboard: de memory: 512 name: testvm net0: e1000=CE:C6:A8:DC:FA:56,bridge=vmbr0 net1...
  12. A

    Snapshot after Restore fails

    Hi, i have a simple question. Here is the situation: I restored a vm after a backup. The vm is a qcow2 format. The vm starts and everything is working. But i cant do snapshots of the vm anymore. Is the snapshot feature not allowed anymore after a restore of a vm ? Thanks Greets Alex