Re: Multiple IP in Guest VM

2014-06-25 Thread Tejas Gadaria
Hi, It was good help. /etc/sysconfig/network-scripts/ has net.hotplug file. Need to check what it does. Regards. Tejas On Wed, Jun 25, 2014 at 11:13 AM, ilya musayev ilya.mailing.li...@gmail.com wrote: I'm not sure about Xen, but VMware suppots hot-add NICs. The behavior of not creating

Multiple IP in Guest VM

2014-06-24 Thread Tejas Gadaria
Hi, I have 2 diff VLAN created by default shared Network offering. I want to assign one ip from both VLAN to Linux guest VM. Is it possible ? I am using CS 4.3 with Xen 6.2 SP1. Regards, Tejas

Re: Multiple IP in Guest VM

2014-06-24 Thread ilya musayev
You have add network feature under NICs view of the VM. On 6/24/14, 8:19 PM, Tejas Gadaria wrote: Hi, I have 2 diff VLAN created by default shared Network offering. I want to assign one ip from both VLAN to Linux guest VM. Is it possible ? I am using CS 4.3 with Xen 6.2 SP1. Regards, Tejas

Re: Multiple IP in Guest VM

2014-06-24 Thread Tejas Gadaria
Hi liya, I tried with Add Network to VM by selecting other VLAN. On Cloudstack UI Its showing IP but in CentOS its not creating ifcfg-eth1 file. Xen-tools are installed on CentOS. Regards, Tejas On Wed, Jun 25, 2014 at 9:09 AM, ilya musayev ilya.mailing.li...@gmail.com wrote: You have add

RE: Multiple IP in Guest VM

2014-06-24 Thread Sanjeev Neelarapu
You may need to stop/start the vm for the nic to be created. I am not sure whether nic hot-plugin is supported. -Sanjeev -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Wednesday, June 25, 2014 9:52 AM To: users@cloudstack.apache.org Subject: Re: Multiple IP

RE: Multiple IP in Guest VM

2014-06-24 Thread Suresh Sadhu
: Multiple IP in Guest VM You may need to stop/start the vm for the nic to be created. I am not sure whether nic hot-plugin is supported. -Sanjeev -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: Wednesday, June 25, 2014 9:52 AM To: users@cloudstack.apache.org Subject

Re: Multiple IP in Guest VM

2014-06-24 Thread ilya musayev
I'm not sure about Xen, but VMware suppots hot-add NICs. The behavior of not creating ifcfg-eth1 is linux and not cloudstack. If you add NICs before you power on guest vm for the first time, it will detect multiple nics and create ifcfg interface files. I have the same behavior on VMware