Re: Question on using NM to connect to wifi AP

2021-07-28 Thread Andrei Borzenkov via networkmanager-list
On 28.07.2021 19:29, Michael Uman wrote: > Hello, > This is my 1st post to the list so please be forgiving if I am not asking > the question correctly. I am trying to use NM to connect to a wifi SSID and > I have the SSID and password, but I cannot figure out which interfaces and > which objects

Question on using NM to connect to wifi AP

2021-07-28 Thread Michael Uman
Hello, This is my 1st post to the list so please be forgiving if I am not asking the question correctly. I am trying to use NM to connect to a wifi SSID and I have the SSID and password, but I cannot figure out which interfaces and which objects need to be accessed. My application is using Qt

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

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 ?

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

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

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.

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