[8.281][QUESTION][ANSWERED] Which installation iso-file should I use for KVM?

Which installation iso-file should I use for the beta when using KVM?
There are a number of files to choose from on the ftp-server.

Preferably currently asg-8.281-1.1.iso?
Parents
  • Hi Erik,

    for KVM installations we developers use the images that start their name with 'asg-' (e.g. asg-8.281-1.1.iso).

    Regards,
    mlenk
  • I am just download asg-8.295-3.1.iso

    I have setup Ubuntu 10.04 server 64-bit and installed convirtue to manage my VM:s

    Since my system harddrives are two SSD I would like to install 11.10 in order to use ext4 and SATA TRIM command, but convirtue has no support for 11.10 yet.

    I have just configured one SSD to host my VM using LvM2, have just created a 10 GB logical volume to install Astaro on.

    Next step is to set up the VM in convirt2.1 using KVM.

     I'll keep you posted.
  • I now have a running installation.
    I hade to deactivate USB and parallel port in the vm config file, otherwise ASG stopped in the boot-sequence (CTRL-C to continue)

    My next step is to setup networking in KVM using convirt. I am totally new to this, have a lot of experience from vmware server and networking is not the same in  KVM.

    The host has four physcial nics:


    • Internal, shared network 192.168.1.0/24, ASG should be DHCP server
      Physical interface eth1 on the host
    • External, ASG only, DHCP client
      Physical interface eth1 on the hos host
    • Wireless, shared network 192.168.2.0/24, ASG should be DHCP server
      Physical interface eth2 on the host
    • Extra, shared network 192.168.4.0/24, ASG should be DHCP server
      Physical interface eth3 on the host

    In additional I need a virtual NIC on a DMZ network 192.168.8.0/24 for communication with another virtual instance. No host on the DMZ network since it is a "virtual only network"

    Can anyone please let me know how to setup such a networking in KVM? 


    •  Must I use virtio drivers only?
    • Must I use the bridged interface for all networks?

    Currently /etc/network/interfaces are the following on the host:

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    auto eth0
    iface eth0 inet static
           address 192.168.1.200
            netmask 255.255.255.0
            network 192.168.1.0
            broadcast 192.168.1.255
            gateway 192.168.1.1
            dns-nameservers 192.168.1.1

    auto br0
    iface br0 inet dhcp
      bridge_ports eth0
      bridge_fd 0
      bridge_stp off
      bridge_maxwait 0

    auto eth1
    iface eth1 inet manual

    auto br1
    iface br1 inet dhcp
      bridge_ports eth1
      bridge_fd 0
      bridge_stp off
      bridge_maxwait 0

    auto eth2
    iface eth2 inet manual

    auto br2
    iface br2 inet dhcp
      bridge_ports eth2
      bridge_fd 0
      bridge_stp off
      bridge_maxwait 0

    auto eth3
    iface eth3 inet manual

    auto br3
    iface br3 inet dhcp
      bridge_ports eth3
      bridge_fd 0
      bridge_stp off
      bridge_maxwait 0
  • I have described my problems in the convirt forum:

    User Forums • View topic - Network configuration

    Using vmware server is easy, KVM is totally new for me...
Reply Children
No Data