Re: [ovs-discuss] Connect two VM instances with OVS

2020-05-06 Thread Blue Lang
Yes. Make one esx vswitch per vm, and connect one side to the vm and one side to the ovs vm. On Wed, May 6, 2020, 3:09 PM George Papathanail wrote: > Hello everyone, > > I'm new to this field, and i wondering if it is possible to connect two VM > through a third VM with OVS installed. > > Thank

Re: [ovs-discuss] OVS as a destination

2018-05-02 Thread Blue Lang
nding packets to a >> controller. >> >> Another way to interpret the question is, "Can I set up a flow without >> receiving a packet-in?" If that's the question, then the answer is >> "yes: the flow table can be modified independent of traffic." >>

Re: [ovs-discuss] OpenVswitch on a host with only one cellular modemconnected to internet

2018-05-01 Thread Blue Lang
APN shows up as a Linux system device and delivers Ethernet > frames, I don't know why it wouldn't work; OVS doesn't really care what > kind of interface is attached. > > --Justin > > > ___ > discuss mailing list > disc...@openvswit

[ovs-discuss] Apples to apples kernel vs userspace

2018-03-07 Thread Blue Lang
Hello everyone, I have googled extensively but am not able to find a simple apples-to-apples comparison of userspace vs kernel data path OVS performance. Is there a handy comparison floating around for reference? Thanks, -- Blue Lang VP, Engineering *| *Veracity 3423 Piedmont Rd NE Suite 400

Re: [ovs-discuss] OVS configuration problem with Debian-Proxmox

2018-01-04 Thread Blue Lang
enri Pamiseux - SARL Libricks - www.libricks.fr > 6 rue LĂ©onard de Vinci - CS 20119, 53001 LAVAL Cedex > Tel. : 02.30.96.15.24 / Mobile : 06.26.71.30.97 > ___ > discuss mailing list > disc...@openvswitch.org > https://mail.openvswitch.or

Re: [ovs-discuss] Adding/Removing Flows Programmatically in C Application

2017-10-16 Thread Blue Lang
gwork. > > Best, > > Tommy Romano > > ___ > discuss mailing list > disc...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > > -- Blue Lang PM *| *Veracity 3423 Piedmont Rd NE Suite 350 Atlanta, GA 30305 Cell: (77

Re: [ovs-discuss] Internal load balancer

2017-09-13 Thread Blue Lang
OVS. E.g the app would receive traffic from > eth0 via OVS, and select an output tap interface. This tap interface would > be linked to a specific VM by configuration. > > Any hint would be highly appreciated ! > > Thanks > Emmanuel > ____

Re: [ovs-discuss] How can I OVS run in multi-core?

2017-08-29 Thread Blue Lang
ull CPU core. However, it didn't!! > > Please let me know if you have any insights about how OVS runs on > multi-core(also all CPU cores full utilization). > > _______ > discuss mailing list > disc...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo

Re: [ovs-discuss] Strange behaviour with VLANs and Bridges and ARP.

2017-08-09 Thread Blue Lang
>>> management, and this is very problematic. >>> >>> I've not made any changes to openflow. They've been able to >>> communicate with each other for a long time. This change happened >>> with a recent kernel upgrade. Not sure how to fix it or i

Re: [ovs-discuss] openflow with openwrt

2017-07-27 Thread Blue Lang
d control >>>> / sbin / ofup: line4: ofprotocol: not >>>> >>> found >> >>> >>> can any one >>> >> help me to solve this problem?? >> >> This mailing list is about OVS, but you >> aren't using OVS.

Re: [ovs-discuss] Multiple Virtual Wireless Ports

2017-07-27 Thread Blue Lang
ish between different kinds of ports, so the >> restrictions you're describing don't make sense; OVS doesn't work that >> way. You might be using a vendor's modified version of OVS. If so, >> then you should ask the vendor for assistance. >> >>

Re: [ovs-discuss] A tool to feel-up flow-tables in ofproto

2017-07-19 Thread Blue Lang
a big topology so lot > >> of flows can be created ? > >> mininet ? openstack ? other ? > > > > I'll have to leave that question to others, because it's not my area of > > expertise. I do hear a lot of good things about mininet. > Alternatively - where can i find a real dataset of

Re: [ovs-discuss] Real dataset of network traffic

2017-07-12 Thread Blue Lang
th cache (task 2) > > my questions : > - is there any dataset available? > - how to populate for the 2 tasks? > > Thanks in advance - Sara > ___ > discuss mailing list > disc...@openvswitch.org > https://mail.open

Re: [ovs-discuss] Reacting on change of BFD session state

2017-07-11 Thread Blue Lang
> discuss mailing list > disc...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > > -- Blue Lang PM *| *Veracity 3423 Piedmont Rd NE Suite 350 Atlanta, GA 30305 Cell: (770) 265-1381 <+17702651

[ovs-discuss] building from source / ovs-dpctl-top crash

2017-07-10 Thread Blue Lang
t. Steps: git ovs, git mininet, build both with defaults, no changes to config, etc. run ovs-dpctl-top, start mininet, crash. root@FusionOVCS:~/ovs# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=17.04 DISTRIB_CODENAME=zesty DISTRIB_DESCRIPTION="Ubuntu 17.04" Thanks! --