RHEL8 NetworkManager key profile

Latest response

Hi,

As stated in documentation, ifcfg files will be removed from future release. Therefore I would like to adapt our network configurations based on ifcfg files in RHEL7 and use NetworkManager key profile style of configuring network when we are going to upgrade to RHEL8.

Suprisingly, the RedHat docu is pretty "general" I would say, I can't find any proper example.

Docu says: create .nmconnection file:

[connection]
id=example_connection
type=802-3-ethernet
autoconnect=true

[ipv4]
method=auto

[ipv6]
method=auto

[802-3-ethernet]
mac-address=00:53:00:8f:fa:66

I can't find any example of key file where is specified static IP addressing, bonding, VLAN tagging. Can somebody point me to more specific examples/documentation?

Responses