Hello, I have a "shared" network interface set up with NetworkManager. After a reboot, the sharing no longer works, and the reason is that the nftables table is missing that should be created by NetworkManager:Something this obviously wrong must have a simple reason / mistake that I made, but I could not find anything.
Code:
me@gadgetpi:~ $ sudo nmcli -f name,autoconnect,state connection showNAME AUTOCONNECT STATEusb0-static yes activatedpreconfigured yes activatedlo no activatedme@gadgetpi:~ $ sudo nft list tables<--- No Tables here! Restart the connection again manually:me@gadgetpi:~ $ sudo nmcli con up usb0-staticConnection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/4)me@gadgetpi:~ $ sudo nft list tablestable ip nm-shared-usb0 <--- Now the tables are hereStatistics: Posted by Tinue — Tue Feb 27, 2024 6:49 am