Recent content by Cybodog

  1. C

    vmbr1 disapeared

    Made vm1, added two NICs, eth0 bridged to vmbr0->host eth0, eth1 bridged to vmbr1 bridged to no physical eth (wanted internal only networking). Made vm2 added one NIC bridged to vmbr1. I was able to network using vm1 as a gateway. Used webUI to add vmbr1, used no IP address and no physical...
  2. C

    console size

    lol! Thanks, I knew that, but you did have to be sure. I was just wondering: as you said, not implemented.
  3. C

    Survey: Screen size for the Proxmox VE web admin interface?

    I agree with most of the views, the current interface is fine, however, this request seems perfectly reasonable. If you want more info, add the column, if you don't there is no change. After reading through this, perhaps my statement about netbooks and console screen size are mis-spoken (see...
  4. C

    console size

    Yes, I was talking about that. So there is no way to set it in a config file? An annoyance, but not a deal breaker. I assume you have it set to 800x600? I do like 1024x768 myself (my desktop is 1400x900). I think it is a mistake to set up a console access based off of a netbook. While...
  5. C

    console size

    How do I increase the resolution/size of the console window? I can't even run ifconfig and see the entire output at once. This would be useful as I plan on having internal only networked machines that I can not ssh into (directly). I have searched the forums but my search-foo must not be up...
  6. C

    Migration of servers to Proxmox VE

    Anybody do this yet? I know you are not supposed to be able to move from viruozzo to hypervm/openvz.
  7. C

    New features

    no, no load. I have kvms running but they are not doing much. I thought I meant "Faster", however after looking at them again, I see I am doing more through put and I read the numbers backwards. So much for supporting my arguments for software raid!
  8. C

    New features

    No, we are to cheap to buy cached controllers, there is none.
  9. C

    Cluster setup

    Not a definitive answer but as I understand the parts, in a word, No. In order to migrate vms from host to host AND have them work, the same networking has to be setup on each node and the nodes need to be able to access the masters. If you have networking so that the node can ping and resolve...
  10. C

    New features

    here is mine from a hardware raid 10 (adaptec controller) also a supermicro (2U): CPU BOGOMIPS: 40403.67 REGEX/SECOND: 592889 HD SIZE: 94.49 GB (/dev/pve/root) BUFFERED READS: 210.59 MB/sec AVERAGE SEEK TIME: 14.87 ms FSYNCS/SECOND: 503.83 DNS EXT: 181.26 ms...
  11. C

    New features

    Dietmar, I have read your comments and the requests for mdadm in other posts. I thought I would add my two cents. In my past job I worked for a large OEM as a Linux support analyst for our enterprise customers. Almost all of them used mdadm instead of the onboard hardware raid provided or...
  12. C

    some more questions: private network, shared mem

    I have two more questions and my testing machines are limited to test on at this point: 1. can you set up vms on separate private networks inside of proxmox, something like: ____vmbr0---IP192.168.1.0/24--KVMs/VPSs eth0-| ------vmbr1-----IP192.169.100.0/24--KVMs/VPSs with...