About 2,120 results
Open links in new tab
  1. How to convert network scripts to NetworkManager config files?

    Nov 5, 2020 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  2. How to update the gateway with nmcli

    To create a connection with the name ethernet-eth0, the IPv4 address 192.168.1.10/24 and the default gateway 192.168.1.1, type:

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

    Dec 17, 2021 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  4. how do I use nmcli to add an IP-address to an interface?

    Oct 15, 2015 · nmcli conn down "Wired Connection 1" nmcli conn up !$ You may be able to just use conn up with out taking the interface down first. Other note: you can run "nmcli conn show …

  5. Use nmcli to display the status of a connection

    May 5, 2018 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  6. ubuntu - nmcli Error: Connection activation failed: Not authorized …

    Dec 7, 2022 · If I run scripts manually it work correctly, but if I run this scripts via cron, I receive message (about vpn conn activation): Error: Connection activation failed: Not authorized to …

  7. Does curl have a timeout? - Unix & Linux Stack Exchange

    Yes. Timeout parameters. curl has two options: --connect-timeout and --max-time.. Quoting from the manpage:--connect-timeout <seconds> Maximum time in seconds that you allow the …

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

    Jan 27, 2020 · Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for …

  9. How to export and migrate NetworkManager settings to new …

    Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …

  10. How to delete connection by name via Network Manager

    How do you use nmcli to delete a wifi connection by name? From what I've read, it only allows deletion via UUID: nmcli connection delete &lt;uuid&gt; The simplest way I've found to delete …