Recent content by spdriver

  1. S

    Domain for proxmox mail delivery system is still "localhost"

    Hi, I did a fresh install of Proxmox VE 1.8 on bare metal. After reboot of initial installation, I did "apt-get update; apt-get upgrade". And a reboot. Then did setup backup schedule with email address, now I get the same result with postfix using ".localdomain" as domain suffix. The hostname...
  2. S

    KVM VM Start/Stop - which script to modify?

    OK for START of the KVM VM, I can add a call to my own script there. but I am missing a point for STOP of VM where the VLAN is removed from the bridge. i.e. when VM is migrated to other Proxmox host, I have to "destruct" the old route, to have clean network routes... 50% solved, thanks
  3. S

    How To Configure other NIC for OpenVZ VM Migration?

    dear all, I want to change the network path which is used for the OpenVZ VM migration to achieve higher throughput. Proxmox VE Cluster with two machines. Each physical host has two NICs, NIC 1 public IP, 100MBit/s NIC 2 internal IP, crossover, 1GBit/s Proxmox VE is managed via public IP...
  4. S

    KVM VM Start/Stop - which script to modify?

    dear Proxmox Team, came across this HACK posting: http://forum.proxmox.com/threads/5575-HACK-KVM-only-Control-order-and-delay-starting-VMs-in-proxmox I want to add some network host routes for my KVM VMs, as I have a routed configuration with my ISP. Which script is a good target to add this...
  5. S

    KVM - Hetzner and Virtual MAC Adress

    Routed KVM, Re: KVM - Hetzner and Virtual MAC Adress Hello Inan, You have similar network setup as I have with another (rootserver-) provider. It is called "routed network configuration". All VMs, OpenVZ and KVM, are routed via the physical host (which is running your proxmox ve). With this...
  6. S

    Network Configuration for multiple IP subnets on one ethernet device?

    dear ALL, does somebody have a solution for this? thanks.
  7. S

    Network Configuration for multiple IP subnets on one ethernet device?

    In WebGUI, it is only possible to set one IP address for i.e. vmbr0. I want to bind multiple subnets to this vmbr0(eth0), as VMs will also use these IP subnets. VMs shall reach each subnet and all external IPs. No restrictions. How to do this outside the WebGui? The WebGui does not allow...
  8. S

    Convert/Migrate an OpenVZ VM to KVM?

    hello oscar13, have look at thread here: http://forum.proxmox.com/threads/2923-DRBD-and-OpenVZ it is not integrated in Proxmoxx VE to "drive" OpenVZ containers via DRBD. By constructing it manually, you can achieve it. Take care to setup single ext3 filesystems for each OpenVZ Container...
  9. S

    Some expert advise needed

    yes, whithout knowing the application(s) it is difficult to give advice. one point is important: check if your two physical servers can join a range of "service" ip addresses. So one virtual machine can jump from one physical proxmox server to the other. you will need two physical...