Re: [Openstack-operators] allowed_address_pairs for port in neutron

2017-01-23 Thread shiva m
I have used the same way on Juno, it worked for me. neutron port-update 63c9933f-7ecb-4f29-9a34-faece384530d \ --allowed-address-pairs type=dict list=true \ mac_address='fa:16:3e:89:11:22',ip_address='10.0.2.0/24' \ mac_address='fa:16:3e:89:33:44',ip_address='10.0.3.0/24' Thanks, Shiva On Mon,

[Openstack-operators] How to launch IPS/IDS on openstack

2016-09-16 Thread shiva m
Hi, I have lauched an IPS (intrusion prevention system, l2 device) instance on devstack. I want to examine traffic hitting br-int and pass it back to br-int. How do I pass traffic hitting br-int to my IPS instance. How do I re-direct traffic to my IPS VM instance. I want to examine whatever traf

[Openstack-operators] Problem in using ide disk_type and virtio network interface

2016-05-30 Thread shiva m
Hi, I have an image with /dev/sda partitions (IDE disk type) and virtio network interfaces. I loaded my image on Openstack with followign command. glance image-create --name --disk-format qcow2 --container-format bare --property hw_disk_bus=ide --property hw_vif_model=virtio --is-public True --

[Openstack-operators] Fwd: [openstack-operators] How do I change vif type to virtio for a VM?

2016-02-22 Thread shiva m
Hi, while launching VM using glance, we specify vif type as e1000 and virto. But If I want to change later the vif type as virto from e1000 how do I do that? If I change nova.conf to use virtio does it effect all the VM's on that compute node irrespective of which private subnet they belong to?

[Openstack-operators] [openstack-dev] How do I change vif type to virtio for a VM?

2016-02-22 Thread shiva m
Hi, while launching VM using glance, we specify vif type as e1000 and virto. But If I want to change later the vif type as virto from e1000 how do I do that? If I change nova.conf to use virtio does it effect all the VM's on that compute node irrespective of which private subnet they belong to?

[Openstack-operators] Help in accessing VM's from outside network (Devstack Juno)

2015-02-06 Thread shiva m
Hi, I have installed Devstack Juno on my ubuntu 14.04 VM. I have only one NIC its in bridged mode. Its IP is 172.28.217.11. I want to use same subnet IP's as my floating IP's so that I can access Devstack VM's from outside network, like my host machine. When I installed Devstack Juno it has pre-a