Quantcast
Viewing all articles
Browse latest Browse all 4873

Networking and servers • Re: Sharing the Ethernet port to USB0

I found it, after having the same problem. This was the final hint:
https://mail.gnome.org/archives/network ... 00101.html

It turns out that udev sets this to unmanaged, before NetworkManager config comes into effect. To fix it, I did this:

Code:

sudo cp /usr/lib/udev/rules.d/85-nm-unmanaged.rules /etc/udev/rules.d/85-nm-unmanaged.rulessudo nano /etc/udev/rules.d/85-nm-unmanaged.rules# change the ENV{DEVTYPE}=="gadget", ENV{NM_UNMANAGED}="1" to ="0"
Now NM behaves as it should :)
Thanks. I'll give that a try some time in the near future.

Statistics: Posted by tpyo kingg — Mon Feb 19, 2024 4:48 pm



Viewing all articles
Browse latest Browse all 4873

Trending Articles