Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-19 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65788#c65788 From: shahamf Hey Remo, 'ip netns exec qrouter-41f2efea-7066-4dc3-bad7-41fdab130b65 ifconfig' gives me: lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread Remo Mattei
can you check the router? do ip netns and that shows the output of your router can your router reach the default gw? ip netns exec qrouter-xxx-x ifconfig then do ip netns exec qrouter-xxx-x route -n then do ip netns exec qrouter-xxx-x ping -I interface of your

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread Remo Mattei
The syntax has changed do make sure to look up the option otherwise it will not work you can just use the update cli command if you cannot make it work as soon as I gay back to my laptop I can send you the new command for the external syntax let me know Ciao Inviato da iPhone > Il giorno 18

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread Remo Mattei
how did you create the network? here is an example on how I do it: #neutron net-create external --router:external=True --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 111 this command if pre-juno so syntax has changed a little but it gives you the

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65642#c65642 From: shahamf Oh, I followed the guide here: http://redhatstackblog.redhat.com/2015/04/29/red-hat-enterprise-linux-openstack-platform-6-sr-iov-networking-part-ii-walking-through-the-implementation/ So I defined my

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65651#c65651 From: shahamf update: didn't help. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65623#c65623 From: shahamf Hey Moshe, First of all, thanks for the quick response! Regarding my setup, this is an all-in-one RDO installation ('packstack --allinone'). OS on my server is Centos 7. As you said I use Intel 82599

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65635#c65635 From: shahamf Hey Ciao, Thanks for the response! Actually I already did that configuration, but it still does not work. My config in /etc/neutron/plugin.ini is as follows: typedrivers = vlan tenantnetworktypes =

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread Remo Mattei
By default allinone does not use vlans, therefore you need to make the changes to allow neutron to use vlans. Try to enable that by vi the /etc/neutron/plugin.ini you will see a section called type_drivers = vxlan and add vlan which allows you to create neutron vlans networks and if you need

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65622#a65622 From: shahamf Hey Moshe, First of all, thanks for the quick response! Regarding my setup, this is an all-in-one RDO installation ('packstack --allinone'). OS on my server is Centos 7. As you said I use Intel 82599

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-18 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65664#c65664 From: shahamf Actually the syntax did work for me, and router:external is actually set to True, but it still did not change the behavior: [root@localhost ~(keystoneadmin)]# neutron net-show sriovnet1

[Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-17 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65515#q65515 From: shahamf Hey all, I currently have liberty OpenStack setup (installed using RDO). I configured SR-IOV on this setup (see configuration files attached), and started a VM. When I pass vlan-tagged traffic I see

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-17 Thread OpenStack Mailing List Archive
Link: https://openstack.nimeyo.com/65515/?show=65516#a65516 From: shahamf reattaching configuration files ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org

Re: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV based VM?

2015-11-17 Thread Moshe Levi
with I use Mellanox NIC), but I will try to help Thank, Moshe Levi. From: OpenStack Mailing List Archive [mailto:cor...@gmail.com] Sent: Tuesday, November 17, 2015 6:29 PM To: openstack@lists.openstack.org Subject: [Openstack] how to allow vlan tagged traffic to be sent from SR-IOV