home.social

#nmcli — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nmcli, aggregated by home.social.

fetched live
  1. Interessantes kleine Tool "nmcli"
    wenn man info über die Netzwerkschnittstellen benötigt, dann ist das eurer Werkzeug für den ersten Blick.

    ~$ nmcli

    #Console #Konsole #nmcli #tool #Linux #opensource #Device #Netzwerk #Network

  2. Interessantes kleine Tool "nmcli"
    wenn man info über die Netzwerkschnittstellen benötigt, dann ist das eurer Werkzeug für den ersten Blick.

    ~$ nmcli

    #Console #Konsole #nmcli #tool #Linux #opensource #Device #Netzwerk #Network

  3. Настройка подключения 802.1x в РЕД ОС 8 с Active Directory Certificate Services

    В этой статье мы настроим проводную сетевую аутентификацию 802.1x в РЕД ОС 8 с использованием certmonger, cepces, nmcli и инфраструктурой Microsoft PKI и NPS. Инструкция применима и к другим RHEL-based дистрибутивам. Предполагается, что инфраструктура PKI и 802.1x уже развернута для рабочих станций Windows, и наша цель добиться такого же результата для рабочих станций Linux. Реализация состоит из двух частей: - автоматизация запроса сертификата рабочей станции из Microsoft Certification Authority (CA) - настройка Network Policy Server (NPS) и Network Manager для аутентификации Linux клиентов

    habr.com/ru/articles/988104/

    #cepces #certmonger #nmcli #nps

  4. Setup -> I have a running

    Aim: I want the pi to always offer a on
    based on the command

    nmcli device wifi hotspot ssid pizerohotspot password my_password

    Is this below a bad solution ?? -> I came up with this solution in the link below using a .service but fear it shows I am clueless? Is there a better way? Thanks!
    loramesh.org/subpages/pi_insta

  5. Setup -> I have a #RaspberryPi #RaspberryPiZero2W running #linux #pios #RaspberryPiOS #headless

    Aim: I want the pi to always offer a #hotspot #wifihotspot on #boot
    based on the command

    nmcli device wifi hotspot ssid pizerohotspot password my_password

    Is this below a bad solution ?? -> I came up with this solution in the link below using a .service but fear it shows I am clueless? Is there a better way? Thanks!
    loramesh.org/subpages/pi_insta

    #networkmanager #hotspot #SystemD #boot #services #nmcli

  6. NetworkManager 1.50 Released with Compelling Set of Changes

    A new version of NetworkManager – used by most Linux distributions (including Ubuntu) to manage wired and wireless network connections – was released this week. NetworkManager 1.50 won’t be included in Ubuntu 24.10 (that ships with v1.48) but I think some of the changes it makes may be worth knowing about all the same. Notably, NetworkManager 1.50 now formally deprecates support for dhclient in favour of its own internal DHCP client. The former is now no longer be built “…unless explicitely (sic) enabled, and will be removed in a future release.” Will this have a major issue? Unlikely; NetworkManager began :sys_more_orange:
    #News #AppUpdates #Networkmanager #Nmcli

    :sys_omgubuntu: omgubuntu.co.uk/2024/10/networ

  7. NetworkManager 1.50 Released with Compelling Set of Changes

    A new version of NetworkManager – used by most Linux distributions (including Ubuntu) to manage wired and wireless network connections – was released this week. NetworkManager 1.50 won’t be included in Ubuntu 24.10 (that ships with v1.48) but I think some of the changes it makes may be worth knowing about all the same. Notably, NetworkManager 1.50 now formally deprecates support for dhclient in favour of its own internal DHCP client. The former is now no longer be built “…unless explicitely (sic) enabled, and will be removed in a future release.” Will this have a major issue? Unlikely; NetworkManager began :sys_more_orange:
    #News #AppUpdates #Networkmanager #Nmcli

    :sys_omgubuntu: omgubuntu.co.uk/2024/10/networ

  8. didn't let me connect to a different wifi network, telling me ssid doesn't exist, although it clearly did. let me connect to it, the only difference I noticed, instead of using wlp2s0 as a device it uses wlan0. Really clueless sometimes...

  9. there isn't a workaround yet to get rid of this invalid UUID of the network manager connection on #ubuntu It seems that an #AMD random number generator is messed up, so there is always this same UUID appearing. I can't add more than one connection without deleting.
    #linux #nmcli

  10. there isn't a workaround yet to get rid of this invalid UUID of the network manager connection on #ubuntu It seems that an #AMD random number generator is messed up, so there is always this same UUID appearing. I can't add more than one connection without deleting.
    #linux #nmcli

  11. ::: Forgot your WiFi password? - Find that password of your connected network in Linux 📶

    Open the terminal & use these commands.

    Ubuntu:

    ls /etc/NetworkManager/system-connections/

    ------

    The ones using Nmcli (for example Solus):

    nmcli device wifi show-password

    (This way you even get a QR code) 💥

    #quickies #tips #find #WiFi #Linux #Ubuntu #network #password #Solus #Nmcli #NetworkManager #hints #help #connection #terminal #QR

  12. Here's a little two-liner function I just wrote to let me pick and connect to a WiFi network.
    Let me know what I could improve 🙏
    (Disclaimer: yes I know for the moment this will only work under the condition that I am not yet successfully connected to another network, otherwise it will break at the awk part. Again, any suggestions are welcome 😁)

    wificon() {
    select=$(nmcli d wifi list | fzf | awk '{ print $2}') &&
    nmcli d wifi connect $select
    }

    #linux #bash #cli #nmcli #fzf

  13. Pro tip: use nmcli(1) to turn your computer into a Wi-Fi hotspot from a command line, then scan QR code to connect your phone!

  14. Pro tip: use nmcli(1) to turn your computer into a Wi-Fi hotspot from a command line, then scan QR code to connect your phone!
    #NetworkManager #Linux #WiFi #nmcli

  15. I decided to futz around with setting up a network-level #IPv6 tunnel
    yesterday and wrote up the steps. Mostly this is just to help me
    remember next time I end up doing the same thing, but maybe the
    #edgerouter or #nmcli bits will be of use to someone else.

    blog.oddbit.com/post/2022-11-1

    #oddbitblog

  16. I decided to futz around with setting up a network-level #IPv6 tunnel
    yesterday and wrote up the steps. Mostly this is just to help me
    remember next time I end up doing the same thing, but maybe the
    #edgerouter or #nmcli bits will be of use to someone else.

    blog.oddbit.com/post/2022-11-1

    #oddbitblog

  17. Kein #wlogout in den #openSUSE Repositories. Scheinbar wird an wlogout nicht mehr entwickelt. Frage mich ob es eine Alternative gibt?

    Ansonsten geht es mit #sway Schritt für Schritt voran. Als Dateimanager habe ich vifm gewählt. Wobei es Probleme mit xterm gab, die ich - glaube ich - im Griff habe.

    #Wireguard habe ich mit #nmcli in den Griff bekommen. Manche Seiten wurden nicht geladen, aber das Ändern der MTU schaffte Abhilfe.

    #openSUSEway #linux

  18. We had a chance to delve a bit, and the 'nmcli' command seems like a way to examine #MACAddresses.

    So that's half the trick, but it looks like this distro or driver or network adaptor, we are working with atm, doesn't reset the #MACAddress

    #nmcli

  19. What's the point of creating smooth transitions, maintaining layers of compatibility, keeping two things work in parallel and giving people time to learn new ways of doing things, if they only start to learn those new ways when all of that old deprecated functionality is finally removed?

    And then complain how "suddenly" they have to do a hard switch to a new technology without any leeway.

    That leeway has been given to you 5 years ago, you used it all for nothing!

  20. I understand how to configure and use a little better now, but there's one thing I still don't understand: If both my wired and wireless connections are active, which one is actually being used by my applications, e.g. my web browser? There are two different ip addresses for each device, and I assume if I were to try to access my computer via the network either one of those IP addresses would work; but what about outbound requests?

  21. CW: Never click the same thing twice

    #!/bin/sh
    #vpnautoconnect-script
    #/etc/network/if-up.d/vpnautocon
    #nmcli con up id <vpn-name>
    nmcli con up id [foo]