Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Linux 8.x: on these systems with the NetworkManager enabled, instead

  • reactivate the connection on which the changes were performed

...

  • :
    nmcli example: # nmcli con down <connection_name>

...

  •  && nmcli con up <connection_name>

...

  • )
    (the command syntax is to ensure that the connectivity is not lost by executing the commands separately)
  • To reload a changed configuration file into the NetworkManager, use the command # nmcli connection reload. The Charon Manager will perform these steps automatically.

Please note: if your instance normally would detect the network MTU automatically, this will not work if DHCP is disabled, and the correct MTU must be set manually.

...