Recent content by ion-ral

  1. I

    vzdump notification email filtered/rejected

    I don't know exactly... But, If I use "nail" instead of "mail" declare the "from" address I solve the problem
  2. I

    vzdump notification email filtered/rejected

    I use a dsl smarthost, I can't modify anything...
  3. I

    vzdump notification email filtered/rejected

    email address for FROM?? otherwise it sends emails from root@...
  4. I

    vzdump notification email filtered/rejected

    very often happens that the mail servers (google, tiscali, yahoo) block emails coming from Proxmox because are like "root@client.com" and of course the filters do not accept the remote server address or domain that is not verified. In other situations I could use "nail" which allows me to...
  5. I

    bonding + bridging freez

    The DUP are natural if you run ping between nodes and vm I am glad you have reminded my solution.
  6. I

    modify proxmox 1.8 iso

    I tried to figure out if mkzftree has the ability to exclude the boot folder but I have not found it, so I moved that folder and put it back after compression. So it works! thank you very much
  7. I

    Routing issue with multiple NIC/vmbr

    gateways in vmbr1/2 exists? i supposed it's the problem, try to remove these gateway, leave only on vmbr0
  8. I

    modify proxmox 1.8 iso

    ah! so here's how to do it ... I still have a problem, I created the iso compressed with the utility mkzftree, here's my example: mkzftree --force /host/proxmox-ve_1.8-5754-4 /host/proxmox-ve_1.8-5754-4-compress Then I created the iso with genisoimage as an example: genisoimage -b...
  9. I

    Migrate windows 2008 R2 + round robin problems.

    have you tried the win2008 Mergeide.reg on your HP? I find it strange that does not work ... I've always solved this way, though not with windows 2008 ... bonding can definitely help you, unfortunately the team has never posted a proxmox my advice to months and months ago ... in any case, as...
  10. I

    modify proxmox 1.8 iso

    hi, I need to change the proxmox 1.8 iso for add the last 2.6.35 kernel and other packages useful for making a series of installations which are ready instead of running every time the installation of missing packages, how can I extract the iso image properly? I noticed after unpacking the iso...
  11. I

    bonding + bridging freez

    have you tried these extra parameters? bridge_stp on bridge_maxwait 0 bridge_maxage 0 bridge_fd 0 bridge_ageing 0
  12. I

    bonding + bridging freez

    Unfortunately, even after several trials so wrong ... I eventually found that the problem depends on the configuration of the bridge ... you enter the parameters that work! bridge_stp on bridge_maxwait 0 bridge_maxage 0 bridge_fd 0 bridge_ageing 0 let me know if you go or not Hello everyone