Recent content by bimbo

  1. B

    Proxmox VE performance 3.x Vs 6.x

    It seems it came the day where I feel I must upgrade. I'm left with a proxmox 3.4 on a HP microserver at home for a NAS Sever + some Minecraft vm servers for the kids etc. Due to the hardware age I wonder if the lcx via the upgrade to 6.X will be worth the upgrade pain
  2. B

    Bridging on Proxmox 3.0-020/0428106c

    Problem solved! Router problem. Thanks! David
  3. B

    Bridging on Proxmox 3.0-020/0428106c

    Hi Mr HolmesI tried and old machine and has network access.I generated WIN8 WIN7, updated proxmox, use VIRTIO drivers always with the same result:In NAT I have one way network and Internet access once I change to bridge it looses network connection...Im driving mad I dont know what i did on the...
  4. B

    Bridging on Proxmox 3.0-020/0428106c

    hum I get this output of grep "" /etc/pve/qemu-server/* gives : ( I whose /etc/pve/qemu-server/304.conf:balloon: 24/etc/pve/qemu-server/304.conf:bootdisk: ide0 /etc/pve/qemu-server/304.conf:cores: 2 /etc/pve/qemu-server/304.conf:ide0...
  5. B

    Bridging on Proxmox 3.0-020/0428106c

    I just cant do a bridge connection on proxmox for a windows guest. I tried XP, 7 and 8. All work well on NAT but when I change to Bridge i loose network. I done the same thin on proxmox 2.9 and it used to work. Any ideas Regards David
  6. B

    OpenVZ and KVM on same machine with one NIC

    I wonder if this can be done with just a NIC....I had this "working before with 2 NICS...but i lost one connection on router so I was trying to get away with it. I noticed that in 1.8 one could not bridge a KVM to the same NIC of openvz..in 2.0 you can...but i cant make it working only with the...
  7. B

    OpenVZ and KVM on same machine with one NIC

    Hi Is it possible to have openvz and kvm on the same machine with only on NIC? Im looking for something like openvz. ip 192.168.1.10 KVM 192.168.1.11 my etc/network/interfaces looks like this...but it doesnt work... # network interface settings auto lo iface lo inet loopback auto...
  8. B

    Increase size of Proxmox VE 1.8 Backup folder

    For the interest of the audience pve-root=20G pve-data=100G I found a way (not risk free!!!!! So use at your own risk!!!) Say you have pve-root=20G pve-data=100G and you want pve-root=60G pve-data=60G 1st check if usage of pve-data is >60GB if not we can proceed!!! umount...
  9. B

    Increase size of Proxmox VE 1.8 Backup folder

    Tom you are right...the problem is when I do the backup of a KVM Image I get an error of insufficient disk space. Another doubt that I have is on the difference between pve-root and pve-data what is used on what, how pve-root is smaller that pve-data... Regards David
  10. B

    Increase size of Proxmox VE 1.8 Backup folder

    I see.... so i must change the pve-root Filesystem Size Used Avail Use% Mounted on /dev/mapper/pve-root 95G 9.4G 81G 11% / tmpfs 12G 0 12G 0% /lib/init/rw udev 10M 620K 9.4M 7% /dev tmpfs 12G 0 12G 0%...
  11. B

    Increase size of Proxmox VE 1.8 Backup folder

    I want to make a backup of a KVM VM to migrate to Proxmox 2.0. The problem is that every time I create a Directory Storage folder the size is limited to 10% of disk space independent of the folder used. How or where do I change this limit? Regards David