On Fri, Feb 11, 2011 at 9:42 AM, Zico <[email protected]> wrote: > > Thanks a lot Girish for your nice article. But, I am afraid that, I was not > able to make the actual thing clear to you, I guess. > > Host: Ubuntu 10.10 > Guest 1: Ubuntu 9.04 > Guest 2: Ubuntu 10.04 > > Job: Must have to run two guests at a time. Because, two LDAP of two guests > need to replicate. Now, If I try to get the first Guest ( hostname: > mohib-laptop ) from second Guest ( hostname: zaman-laptop ), it is not > getting! > > Do I need to change IP address of those both Guests? Or are there anything > which will make it possible?
Your question is clear Zico. You have to do full mode networking with qemu for this. Start qemu with # qemu -net nic -net tap foo.bin command line. You can run one host Ubuntu and two guests. This is not a direct answer but you can figure out the rest on your own. Best of luck. -Girish -- Gayatri Hitech http://gayatri-hitech.com [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
