2 NetworkManager Connection Profiles
Each network connection configuration that you create becomes a
NetworkManager
connection profile on the system. In Oracle Linux 10, profiles can only be in the key file format.
Because network scripts have been removed in Oracle Linux 10,
the ifcfg
format capability that manages these scripts has also
been removed.
Depending on its purpose, a
NetworkManager
connection profile can be stored in one of the following locations:
/etc/NetworkManager/system-connections/
: Default location of persistent profiles that are created by the user. Profiles in this directory can also be edited./run/NetworkManager/system-connections/
: Location of temporary profiles that are automatically removed when you reboot the system./usr/lib/NetworkManager/system-connections/
: Location of predeployed and permanent connection profiles. If you edit one of these profiles by using theNetworkManager
API, then the profile is copied either to the persistent or the temporary directory.
For more information about configuring NetworkManager
connection profiles, see:
- Creating a keyfile Connection Profile Using the Network Connection Editor GUI
- Creating a keyfile Connection Profile Using nmcli
- Creating a keyfile Connection Profile Using nmcli in Offline Mode
- Creating a keyfile Connection Profile Manually
- Creating a keyfile Connection Profile Using the Text Based User Interface