Recent content by pva00

  1. P

    Proxmox 3.3 NO-VNC with port 443

    THX, the patch mentioned in http://forum.proxmox.com/threads/19712-HTML5-console-problem solved the problem
  2. P

    Proxmox 3.3 NO-VNC with port 443

    Hi, In my test environment I tested no-vnc on proxmox 3.3-1 and I noticed that it doesnot work over a reverse proxy 443 --> 8006. On proxmox I use a iptables rule: -A PREROUTING -d <IP> -p tcp --dport 443 -j DNAT --to-destination <IP>:8006. Connecting to the proxmox server over 443 / 8006 and...
  3. P

    Proxmox 2.3 new backup methode vma not rdiff friendly

    Hi, First of all you are doing a great job with proxmox.... I recently upgraded to proxmox v2.3 with the new upgraded backup method. It is working OK but I noticed an increase of storage use for my backups..... I created a backup script which locally on the proxmox host backups (every day)...
  4. P

    PVE console - disable tab capture?

    Use right ALT+TAB to have TAB in console
  5. P

    Network Interface setting in Leopard MAC OS X

    With virtualbox tools I converted the VMDK file to a raw format. The raw format can be used with proxmox ve.
  6. P

    Network Interface setting in Leopard MAC OS X

    I only used a converted VMware image. I have no experience with installation from scratch.
  7. P

    Network Interface setting in Leopard MAC OS X

    -Open KVM monitor >info mice >mouse_set <x>
  8. P

    crypto luks support

    update-initramfs -tuk 2.6.24-8-pve That did the trick. Thank you for the advise. Now I have a softraid encrypted proxmox server.....
  9. P

    crypto luks support

    Nope, dpkg-reconfigure pve-kernel doesn't work.....
  10. P

    crypto luks support

    No, I 'm not afread for stealing the hardware. But If you can get to the hardware (disks) you can get to the data. I want to secure all the data on proxmox VE. So all VMs on proxmox and proxmox ve are encrypted. Only the boot partition isn't. Yes, I build proxmox ve by using apt. Thanks, I'll...
  11. P

    crypto luks support

    It will be placed in a public data center. If crypto (AES 256) encrypte all proxmox partions (except /boot) all VMs on proxmox will be encrypted as well (VZ and KVM) with a view % of disk performance loss. On boot you must enter a password, but with drobbear ssh you can ssh to the node and...
  12. P

    crypto luks support

    I'going to place a proxmox node in a less secure environment, so I want to protect my physical data. I'm familiar with luks and crypo and I want to use this on proxmox. What I do is to install a debian standard system with crypto and LVM partitions. After that I install the proxmox kernel and...