Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Sohaib E. via networkmanager-list
Yes and since I'm on debian, it is openvswitch-switch. I can create bridge using ovs-vsctl without a problem. My db.sock file is in /var/run/openvswitch/ Thanks. Le mer. 28 juil. 2021 à 16:54, Thomas Haller a écrit : > On Wed, 2021-07-28 at 15:14 +0200, Sohaib E. wrote: > > I found this error

Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Abu Rasheda via networkmanager-list
First, make sure that ovs is installed correctly, e.g. E.g. make sure something like this works ovs-vsctl add-br MyBridge if this is working, you would need the following three commands to create a bridge and should in ovs-vsctl output nmcli conn add type ovs-bridge conn.interface MyBridge nmcli

Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Sohaib E. via networkmanager-list
I found this error in the logs : ovsdb: Could not connect: No such file or directory My ovsdb's unix socket is in /var/run/openvswitch. I don't think Network Manager is expecting another path but if it is, where do I change that ? Thanks. Le mer. 28 juil. 2021 à 12:57, Thomas Haller a écrit :

Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Thomas Haller via networkmanager-list
On Wed, 2021-07-28 at 15:14 +0200, Sohaib E. wrote: > I found this error in the logs : ovsdb: Could not connect: No such > file or directory > > My ovsdb's unix socket is in /var/run/openvswitch. I don't think > Network Manager is expecting another path but if it is, where do I > change that ? it

Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Thomas Haller via networkmanager-list
Hi, On Wed, 2021-07-28 at 12:41 +0200, Sohaib E. wrote: > Thank you for your quick answer. > > I have compiled NetworkManager's package myself but I still faced some > issues deploying an ovs bridge. > > Besides the NetworkManager-ovs.conf (openvswitch-switch.service instead > of openvswitch.se

Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Sohaib E. via networkmanager-list
Thank you for your quick answer. I have compiled NetworkManager's package myself but I still faced some issues deploying an ovs bridge. Besides the NetworkManager-ovs.conf (openvswitch-switch.service instead of openvswitch.service), what other settings must be modified for this to work ? Thank y

Re: nm-openvswitch on debian/ubuntu

2021-07-28 Thread Thomas Haller via networkmanager-list
On Tue, 2021-07-27 at 18:39 +0200, Sohaib E. via networkmanager-list wrote: > Hello, > > I'm trying to use Network Manager to deploy ovs bridges on > debian/ubuntu. > > I understand that Network Manager itself do not have such a feature > and needs an additional plugin called nm-openvswitch. Nev

nm-openvswitch on debian/ubuntu

2021-07-28 Thread Sohaib E. via networkmanager-list
Hello, I'm trying to use Network Manager to deploy ovs bridges on debian/ubuntu. I understand that Network Manager itself do not have such a feature and needs an additional plugin called nm-openvswitch. Nevertheless, this plugin is not available on debian/ubuntu and, therefore, I was wondering if