6 ms·
Thanks for these comments! I definitely need to migrate away from NetworkManager; I think you just gave me the motivation to do so. :)
by swalladge 7y ago
Thanks for these comments!
I definitely need to migrate away from NetworkManager; I think you just gave me the motivation to do so. :)
- maxhille 7y agoFWIW I am using nmcli and it work good enough for me.
- marcthe12 7y agoIwd is much better for WiFi.
- iam-TJ 7y agoYou might find 'nmtui' (Network Manager Text User Interface) more helpful if you prefer an ncurses based interface similar to the GUI nm-applet (but it doesn't work for GUI-only configuration extensions for some VPNs, etc.) 'nmcli' is good for basics, eg: nmcli == connection summary inc. addresses, routes, DNS nmcli dev wifi == wifi networks found (inc. specs) nmcli dev wifi rescan nmcli con == list configured connections nmcli con up Connection-Name nmcli con down Connection-Name most of the above support intelligent tab-completion including of (space containing) connection names.