Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

Networking and servers • NetworkManager fails to create tables, why?

$
0
0
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:

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 here
Something this obviously wrong must have a simple reason / mistake that I made, but I could not find anything.

Statistics: Posted by Tinue — Tue Feb 27, 2024 6:49 am



Viewing all articles
Browse latest Browse all 8026

Trending Articles