Search results

  1. P

    proxmox or kvm - openwrt / xwrt install

    Figured I'd share this - it took about 10 seconds to do but it's a neat setup - (not as stable as I would like it seems to wedge after 1 day - but need to watch it closer...) 1) d/l the images file from http://downloads.x-wrt.org/xwrt/kamikaze/8.09/x86/default/openwrt-x86-ext2.image 2) fire up...
  2. P

    openvpn-as in openve container

    You will get this to work - but if you need to migrate the container - it doesnt like it. (the modules don't seem to unload in the container cause the reference to tun never go to 0) - If you need this to migrate use kvm- think it will be cleaner.
  3. P

    kvm windows xp guest time skew

    Shucks - wish I would have been onboard prior to the 1.4 release - I started there. It's ok - for desktop workload it's fine. It's mostly irritating on windows. It's not so noticeable on Linux.
  4. P

    Bandwidth control for each VM

    can you use tc on the upstream router? Is it linux?
  5. P

    kvm windows xp guest time skew

    thank you - since this is desktop workload - I just started synching the vm's to a local time server every 10 minutes or so - doesn't seem to have any problems with stability of the base os. thank you.
  6. P

    Second gateway

    Think that you can just add a default route to each of them - (although I think that only round robins - not autodetects they are down...) route add default gw X route add default gw y try is and take the routers out and see what happens.
  7. P

    kvm windows xp guest time skew

    This is ugly - there isn't anything that jumps out except running ntp (or something similar) frequently on the guest. Any other strategies? (Guess it's not too bad to run from a network side if it's hitting local time servers. )
  8. P

    kvm windows xp guest time skew

    Hello, I'm wrinting this from my rdp connected kvm instance that is losing time to the order of minutes / 15 minutes - while I watch fantasy football on yahoo. (Not sure what I missed but ...) what can I do to help reduce clock skew? AMD 64 - win32 xp pro sp3 guest, I decided to just...
  9. P

    pvectl :(

    doh - sorry to be so stupid - I didn't rememeber the output of the web interface told me what I needed .... thank you anyway ....
  10. P

    pvectl :(

    Love the product all - this is fantastic - don't really recognize the power of the openvz container until you see it in action. I'm trying to script up a demo for a create / do some stuff / destroy of 100 open vz containers - and it appears that I'm missing something (and i did read the api )...