[Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Juris
other public IP subnet? Best wishes, Juris ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

[Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Juris
Greetings everyone, Just a quick question. Is it possible to assign floating IPs to multiple nova node interfaces? For instance if I have a server with 4 NICs and I'd like to use NIC1 for private network, NIC2 for data and management, NIC3 for one of my public IP subnets and NIC4 for another publi

[Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Juris
Greetings everyone, Just a quick question. Is it possible to assign floating IPs to multiple nova node interfaces? For instance if I have a server with 4 NICs and I'd like to use NIC1 for private network, NIC2 for data and management, NIC3 for one of my public IP subnets and NIC4 for another publi

[Openstack] multiple interfaces for floating IPs

2012-08-21 Thread Juris
other public IP subnet? Best wishes, Juris ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

[Openstack] Multiple Floating IPs per multiple instance interfaces

2012-08-21 Thread Juris
Hi all, Is it possible to assign floating IP to some particular instance's interface. Let's say we have Instance1 with 2 interfaces (nic1 and nic2) and two pools of floating IP addresses (pool1 and pool2). So how can I assign IP from pool1 to point to nic and IP from pool2 to nic2? Thank you in a

[Openstack] OpenStack and IGMP

2012-08-24 Thread Juris
Hi all, Do you have any experience configuring OpenStack to work with IGMP traffic? If I have IGMP server and appropriate network infrastructure, what is the best way to bound it with one of OpenStack's private networks? ___ Mailing list: https://launch

Re: [Openstack] OpenStack and IGMP

2012-08-26 Thread Juris
Thanks for the answer Dan, Now I know everything I need. On Fri, Aug 24, 2012 at 10:32 PM, Dan Wendlandt wrote: > Hi Juris, > > Some more detail would be useful here. It sounds like you're trying > to use multicast, for which IGMP is a control protocol. Is it that > you&#

[Openstack] [OpenStack] multinic

2012-08-29 Thread Juris
a VLANs section, does it work with Flat/FlatDHCP configuration? With best wishes, Juris ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://hel

[Openstack] Folsom with VlanManager

2012-11-19 Thread Juris
th1 fixed_range=10.0.0.0/24 flat_network_dhcp_start=10.0.0.10 network_size=256 flat_injected=False multi_host=True send_arp_for_ha=True connection_type=libvirt it's a pretty standard config and I can't see why it is not working. Any help will be much appreciated. Th