About 23,900 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. Specify multiple right subnets on libreswan ipsec vpn using ikev1

    Oct 22, 2020 · conn-toing-to-toing3 also=toing-to-toing rightsubnet={y.y.y.3/32} conn-toing-to-toing4 also=toing-to-toing rightsubnet={y.y.y.4/32} Again, this only works ofor the first IP. I have, by now …

  3. 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 "dc=domain,dc=com" I get:

  4. Strongswan: several right subnets - Unix & Linux Stack Exchange

    Mar 16, 2017 · The workaround is to move all info of subnets off main conn entry to children connections that refer to main one with also. MAYBE also you need to redefine both left/rightsubnet in each conn …

  5. python - psycopg2.OperationalError: could not connect to server: No ...

    Mar 19, 2015 · conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: could not connect to server: No route to host Is the server running on …

  6. How to disable a connection using nmcli over ssh on a virtualbox ...

    May 11, 2020 · Use one-liner: nmcli conn down eth0 ; nmcli conn up eth0 This will work even without breaking existing SSH connection.

  7. Porting Iptables to Nftables firewall with conntrack marks

    Aug 14, 2021 · Caveat: don't just blindly trust the translation, nftables peculiarities must still be known. The translation tool doesn't know about context of use, so OP must still understand, even if checking …

  8. ubuntu - nmcli Error: Connection activation failed: Not authorized to ...

    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 control networking.

  9. Trying to down a connection using nmcli and the connection says

    Mar 12, 2021 · I am trying to create a bridge connection but when I run the connection during the process $nmcli conn down eno1np0 I get the message Error: 'eno1np0' is not an active connection.

  10. CUPS - check if print successful (either python or in system)

    Define "successful print". A job could be in the queue indefinitely, is that "successful" when printed, even if there was a delay? There are lots of things to watch out for here. It is better to narrow down to "do …