Re: Additional IP Assignment

2013-04-04 Thread Ahmad Emneina
oh the hypervisor* On Thu, Apr 4, 2013 at 11:24 AM, Ahmad Emneina wrote: > yeah chiradeep hinted to shutting down the services for iptables and > ebtables. > > > On Thu, Apr 4, 2013 at 11:22 AM, Maurice Lawler wrote: > >> I am using KVM on CentOS -- So -- it is possible to disable the network >

Re: Additional IP Assignment

2013-04-04 Thread Ahmad Emneina
yeah chiradeep hinted to shutting down the services for iptables and ebtables. On Thu, Apr 4, 2013 at 11:22 AM, Maurice Lawler wrote: > I am using KVM on CentOS -- So -- it is possible to disable the network > security to allow manually assigned IP (outside the guest subnet) to be > utilized? >

Re: Additional IP Assignment

2013-04-04 Thread Maurice Lawler
I am using KVM on CentOS -- So -- it is possible to disable the network security to allow manually assigned IP (outside the guest subnet) to be utilized? - Maurice On Apr 4, 2013, at 12:54 AM, Chiradeep Vittal wrote: > service iptables stop on the hypervisor ? > perhaps also > service ebta

Re: Additional IP Assignment

2013-04-03 Thread Chiradeep Vittal
service iptables stop on the hypervisor ? perhaps also service ebtables stop On 4/3/13 8:38 AM, "Mo Reese" wrote: >I am utilizing basic network, KVM, CentOS. > >Kirk Kosinski wrote: > >>What type of network in CloudStack is the VM using, and what exactly is >>the problem or error? For a basic

Re: Additional IP Assignment

2013-04-03 Thread Maurice Lawler
Basic Networking | KVM | CentOS - I saw something somewhere about manually adding routes etc via the virtual router; however, I was wondering if there was something a little easier due to my lack of know how and overall knowledge of this. When I had a basic server with Cent OR any version real

Re: Additional IP Assignment

2013-04-03 Thread Mo Reese
I am utilizing basic network, KVM, CentOS. Kirk Kosinski wrote: >What type of network in CloudStack is the VM using, and what exactly is >the problem or error? For a basic zone with security groups it might >not be possible without hacking the iptables/ebtables on the host >running the VM. Fo

Re: Additional IP Assignment

2013-04-02 Thread Kirk Kosinski
What type of network in CloudStack is the VM using, and what exactly is the problem or error? For a basic zone with security groups it might not be possible without hacking the iptables/ebtables on the host running the VM. For a shared network it will probably work, provided your network infrastr

Additional IP Assignment

2013-04-02 Thread Maurice Lawler
Greetings,I am attempting to manually assign my instance two additional IP addresses, however, utilizing range0 file and or ifcfg-eth0:1 and :2 are proving to fail.When adding an IP from a different subnet that is not being utilized by CS, how must one do this?Maurice