On Mon, Feb 7, 2011 at 12:52 PM, Mr.Selva kumar <[email protected]> wrote:
> but my doubt is: > to select which networking mode? > > http://open.eucalyptus.com/wiki/Euca...iguration_v2.0<http://open.eucalyptus.com/wiki/EucalyptusNetworkConfiguration_v2.0> > > as mentioned in the eucalyptus documention MANAGED and SYSTEM MODE is not > suitable for my college network. since we have to assign the ip address > manually(WITHOUT DHCP) and no VLAN available > so > 1) managed NOVLAN or > 2) STATIC MODE SUITABLE FOR OUR COLLEGE. > > in our college ip ranges like 192.168.xx.xx or 10.1.xx.xx > so how to setup VNET related details. VMs use several networking concepts that are hard even for really advanced networking engineers. Basiclally bridge mode will mean that you have to assign IP addresses that are given in a physical machine. So your VM would have magically become one more physical node in your network. This is best and most useful. Other modes are NAT modes and called by various other names in which you will not get full networking functionality. Also VLANs are another advanced concept that I am not yet fully clear about. You can split a physical LAN into multiple logical "segments" with this. There is a VLAN header in the MAC layer that helps you do this. I have no practical experience with it, so my knowledge is not useful. If you want to setup a cloud why don't you just use qemu? -Girish -- Gayatri Hitech http://gayatri-hitech.com [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
