Search results

  1. X

    Proxmox network setup, please help

    Hi Cesarpk, just went trhough and i have cleared my mind. perfect, thank you! best regards Simone
  2. X

    Proxmox network setup, please help

    great, thank you very much. i'm working in this directions, and for HA/Cluster i think for me it's the best option.. will go on and hope no problems will come. thx Simone
  3. X

    Proxmox network setup, please help

    UPDATE: just removed CSF firewall from my proxmox node, and now KVM VM, running on vmbr1 can ping internet and run apt-get so i'm 50% done. i have started my kvm vm, running on vmbr0 ad vms can't see eatchother. any solutions? thx Simone
  4. X

    Proxmox network setup, please help

    now, my network setup is like this: If i assign VMBR1 to a kvm vm, i manually setup /etc/network/interfaces like this: and the results are: 1. i can not ping anywhere (/etc/resolv.conf is 8.8.8.8) 2. i can not apt-get 3. if i start a vm on VMBR0, those 2 vm can not see eachother my goal is...
  5. X

    Proxmox network setup, please help

    Hello to all, after a week on proxmox setup, i'm ready to expose it to internet and place the servers into my rack. But i please need a hand to setup my network. Currently, there are 2 servers, in cluster, with drbd/lvm and working correctly (replication, migration, fencing, etc..) here is my...
  6. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    Hi cesarpk, thx for your email. as i write just before, i'm tight to keep my eth nic at 1gb, i do not have the room to fit any other cards :( and since my disks are ssd, i was forced to take this decision: 1. 2 x 256GB ssd intel in raid1 with adaptec 6405 with bbu 2. 3 arrays: 1 x 20gb for...
  7. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    Cesar, this is a great idea, indeed. BUT, in my hardware configuration http://www.supermicro.com/products/system/1u/6017/sys-6017tr-tf.cfm i only have 1 (one) PCI-X slot, and is used by adaptec 6405 raid card. so no extra slot for 10gb eth. i only have 1eth for external ip, 1eth for drbd, 1...
  8. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    and iperf results ------------------------------------------------------------ Client connecting to 10.0.0.105, TCP port 5001 TCP window size: 133 KByte (default) ------------------------------------------------------------ [ 5] local 10.0.0.106 port 50186 connected with 10.0.0.105 port 5001...
  9. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    mmenaz, i really apreciate your effort! a) did have a cat5 cable, now it's cat5e b) cross cable is mandatory? now i'm using "normal" cat5e cable, i thought eth1 is MDI/MDI-X c) here are tests: root@prxdrbd1:~# ethtool eth1 Settings for eth1: Supported ports: [ TP ] Supported...
  10. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    here are results: root@prxdrbd2:~# iperf -c 10.0.0.105 -d -t 60 ------------------------------------------------------------ Server listening on TCP port 5001 TCP window size: 85.3 KByte (default) ------------------------------------------------------------...
  11. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    Hi mmenaz, thx for reply. 2 nodes are connected directly using cross cable, both on 1gb lan. for the b) question, just followed proxmox wiki, and yes i have two nodes HA (working and tested) but when i write on drbd/lvm partition, i get 10mb/s using dd from VM. maybe becouse of the 1gb lan...
  12. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    UPDATE setting cache parameters during VM creation, lead me to 10% plus or minus performance, nothing really fency. 'till now i just stay with virio, qcaw2, nocache. BUT, i do get a really big problem during write. my configuration: 2 x 256 gb intel s3500 SSD raid 1 with adaptec 6405, 512mb...
  13. X

    Proxmox 3.1 Cluster | HA | DRBD | KVM : question about HA and live migrations

    Hi, first of all, thank you very much for keeping proxmox opensource. It is a precious resource to the community. Soon, very soon, i will contribute and buy subscription :) I have finally managed to : 1. installa pxmx 3.1 on 2 servers (identically) 2. install, configure anche enable DRBD 3...