About 23,600 results
Open links in new tab
  1. networking - Error: Connection activation failed: IP configuration ...

    Jun 18, 2025 · Or normalize before, in example - command: nmcli conn mod "VMware customization ens192" connection.id "ens192".

  2. OpenLDAP TLS error: TLS negotiation failure - Unix & Linux Stack …

    Jan 27, 2020 · 5e2e6f05 conn=1035 fd=15 closed (TLS negotiation failure) Again, locally from within the openLDAP container itself, if I try ldapsearch -x -H ldaps://localhost -b …

  3. 24 - iSCSI login failed due to authorization failure

    Nov 30, 2021 · When I run iscsiadm --mode node --targetname iqn.2018-12.dz.esi:iso --portal 10.11.0.2 --login I get this error: Logging in to [iface: default, target: iqn.2018-12.dz ...

  4. How to convert network scripts to NetworkManager config files?

    Nov 5, 2020 · Recent versions of Fedora / RHEL support nmcli conn migrate. In older versions, clone the connection and remove the old one.

  5. Use nmcli to display the status of a connection

    May 5, 2018 · I'm wondering how to display a connection status using nmcli. I understand that the following will display a list of configured connections: nmcli con show And I also understand …

  6. How to change network interface name - Unix & Linux Stack …

    Dec 17, 2021 · I am trying to write a bash script to configure a number of network interfaces and have issues with some of the NICs getting a Wired Connection name instead of the device …

  7. how do I attach devices to connections using nmcli?

    An installation of CentOS 7 has two connections and three devices. How can I attach the device ens7 to the connection my-bridge? And how can I attach the device eth0 to the connection my …

  8. shell script - -bash: ./conn.sh: /usr/bin/bash: bad interpreter: No ...

    Apr 16, 2020 · Your system does not have a bash interpreter at /usr/bin/bash, but the conn.sh script specifies that this is the interpreter to use in its initial #! line. Modify the script's first line …

  9. How to set connection to down by default with nmcli

    Dec 21, 2021 · nmcli allows to disable a connection using nmcli connection down <id>. But let's say I have a connection that I want to disable by default, and maybe only in rare cases …

  10. IO wait/failure timeout on iscsi device with multipath enablement

    Jan 21, 2025 · I'm accessing a remote iscsi based SAN using multipath. The network on the server side has known intermittent issues such that there are session failures and path …