search for: howfortun

Displaying 6 results from an estimated 6 matches for "howfortun".

Did you mean: howfortune
2009 Dec 11
3
KVM: bridge configuration for static IP address
I need to allocate public IP address to two guest os. I have only 2 network card Interface on server. say eth0 and eth1. I set eth1 a public IP address. so it should in # vi /etc/sysconfig/ifcfg-eth1 DEVICE=eth1 BOOTPROTO=static HWADDR=00:1a:4d:83:ad:00 BROADCAST=202.127.29.0 IPADDR=202.127.29.5 NETMASK=255.255.255.0 NETWORK=202.127.29.0 ONBOOT=yes TYPE=Ethernet Question 1: do I have to
2009 Dec 08
2
virt-install failed while install windows2003 guest
Here's the procedure: # qemu-img -f qcow2 /vm/win2k3.img 8G # virt-install --connect qemu:///system -n win2k3 -r 512 --vcpus=1 -c /home/temp/win2003sp2ins.iso -f /vm/win2k3.img -s 4 --network=bridge:br0 --mac=00:ff:ff:ff:58:58 --noautoconsole --vnc --os-type=windows --os-variant=win2k3 --hvm --accelerate And I get error as below: Starting install... internal error unable to start guest: qemu:
2009 Dec 12
0
KVM: bridge configuration for static IP address-latest
>To: Discussion about the virtualization on CentOS ><centos-virt at centos.org> Message-ID: ><448255702.63.1260531144350.JavaMail.root at mail.chi.ldsys.net> >Content-Type: text/plain; charset=utf-8 >----- "rewing" <rewing at howfortune.com> wrote: >> I need to allocate public IP address to two guest os. >> > >I have only 2 network card Interface on server. say eth0 and eth1. > > > >I set eth1 a public IP address. so it should in >> >> # vi /etc/sysconfig/ifcfg-eth1 > > > &g...
2009 Dec 09
0
KVM guest on a specific disk
I'm deploying my KVM virtualization and I have this question. To get my guest os best performance I would like to install my OS from CD ROM while booting in a saperate disk, say /dev/sda4 then in host os I mount /dev/sda4 as /mnt/vm. So I can install a guest OS by virt-install with synax --import, right? I didn't give it a try yet so I'd like to know if other people have done it
2009 Dec 09
0
KVM network bridge setting on centOS
I have a server that will be hosted in IDC. The Server have 2 network interface card. I would like to set one for host os itself. and the other network interface card as bridge for guest OS. Because I have 3 IP address that will allocate to host os and guest os. The host OS will be centos 5.4. I need ideas about how to set host OS's network. Could anybody post a workable network seting for
2009 Dec 14
0
KVM, network bridge with 2 NIC environment
My server have 2 network Interface Cards (NIC). I just found if I create br0 and add both eth0 and eth1 to br0, I'll get errors: eth1: received packet with own address as source address. .. eth0: received packet with own address as source address. I still don't figure out how to set ifcfg-br0 and ifcfg-eth* to make guest os as a server just like host server in the LAN. can anybody