Un utile commandino se avete il chip del Wi-Fi ballerino e la connessione cade, per #networkmanager

`nmcli dev connect wlan0`

Dove al posto di wlan0 andrà la vostra interfaccia Wi-Fi. NetworkManager disconnetterà e riconnetterà da solo la connessione

#linux

My WIFI network has disappeared from the wifi list #wireless #networkmanager

https://askubuntu.com/q/1565167/612

My WIFI network has disappeared from the wifi list

I'm trying to work out why my wifi network has all of a sudden disappeared from the network list, the wifi is fully functional and appears on all of my other devices. Using Ubuntu 24.04.4 LTS, Broa...

Ask Ubuntu

WiFi icon showing "no internet" even though internet works fine — connectivity.ubuntu.com unreachable #wireless #networkmanager #icons

https://askubuntu.com/q/1565041/612

WiFi icon showing "no internet" even though internet works fine — connectivity.ubuntu.com unreachable

enter image description here My wifi icon showing "no internet" but actually internet working fine. browsing, youtube, download everything working no problem.I did some checking and found...

Ask Ubuntu

Unexpected gateway in Ubuntu 22.04 server #2204 #networkmanager #routing #gateway

https://askubuntu.com/q/1565039/612

Unexpected gateway in Ubuntu 22.04 server

I have issued the following commands to set up my network on this Ubuntu 22.04 server: nmcli con modify 06563f32-7cd9-3ee1-ac71-e5bb775a4840 ipv4.address 192.168.1.6/24 nmcli con modify 06563f32-7cd9-

Ask Ubuntu
Windows 11 file share write permissions

Ubuntu version: Example: 22.04 Desktop environment (if applicable): Example: GNOME I cannot get write permissions on my Windows 11 share. I can access and read all files in Nautilus, but when I try...

Ask Ubuntu

Windows 11 File Share Write Permissions #networking #networkmanager

https://askubuntu.com/q/1564866/612

Windows 11 file share write permissions

Ubuntu version: Example: 22.04 Desktop environment (if applicable): Example: GNOME I cannot get write permissions on my Windows 11 share. I can access and read all files in Nautilus, but when I try...

Ask Ubuntu
Hat auch nichts gebracht. Kein Problem dann setze ich halt die DNS server selbst und nimm nicht die vom Hoster, welche über DHCP kommen.
Auch das bringt nichts.
#systemd-networkd installiert und #NetworkManager weggeworfen. Alles läuft wie es soll.
2/2

Außer am Laptop war ich eigentlich noch nie ein großer Fan vom #networkmanager

Beim (neuen) meines Vertrauens eine VM bestellt und tuwunel installiert. Daten, vom alten Server migriert, alles läuft super. Einmal neu starten und schauen ob nichts vergessen wurde (ja, ich sollte mehr infra in code gießen).
tuwunel mag nicht, weil das Netzwerk noch nicht fertig war als er erste lookups machen will.

After=network-online.target
Requires=network-online.target
ins tuwunel.server geschrieben 1/2

#Linux Weekly Roundup for February 15th, 2026: #Mesa 26.0, #Ubuntu 24.04.4 LTS, #KDE Frameworks 6.23, #GNOME 49.4, #pearOS 26.2, #IPFire DBL, #KaOS 2026.02, #NetworkManager 1.56, #GNU Linux-libre 6.19, #OpenVPN 2.7, #Parrot 7.1, #Tails 7.4.2, GNOME 50 beta, #REMnux 8, #MythTV 36.0, GNU Binutils 2.46, #Vim 9.2, #GitHub Tray, and more https://9to5linux.com/9to5linux-weekly-roundup-february-15th-2026

#OpenSource #FOSS

Ich kann mit nmcli eine #openvpn Konfiguration nicht importieren:

rainer@papa:~$ nmcli connection import type openvpn file ~/udp.ovpn Error: failed to import '/home/rainer/udp.ovpn': configuration error: unsupported 3th argument vpn_gateway to “route” (line 18).
Problematisch sind diese 3 Zeilen:
route x.x.60.0 255.255.254.0 vpn_gateway route x.x..60.6 255.255.255.255 net_gateway route 10.0.0.0 255.0.0.0 vpn_gateway
Aber ich brauche das (splitted vpn). Ideen? Ich will das VPN dann über ein Keybinding in sway starten/stoppen, (nmcli connection …), deshalb nützt mir keine GUI-Lösung.
Im Terminal einfach openvpn aufrufen geht natürlich, aber das ist ja uncool 😉

#Linux #NetworkManager