2025-03-13T12:06:37Z worker-node NSX 1 - [nsx@6876 comp="nsx-container-node" subcomp="NSX-OVS" level="ERROR"] .usr.local.bin.start_ovs Unable to find the system default ethernet connection nameVMware NSX 4.2.1
This is a known issue impacting VMware NSX.
Workaround:
[root@worker-node]# nmcli c
NAME UUID TYPE DEVICE
Wired connection 1 <UID_for_Wired_Connection> ethernet ens192
lo xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx loopback --
[root@worker-node]# nmcli c s <UID_for_Wired_Connection> | grep interface-name
connection.interface-name: -- <<<<<< interface is not setted
[root@worker-node]# nmcli c m <UID_for_Wired_Connection> connection.interface-name ens192
[root@worker-node]# nmcli c s <UID_for_Wired_Connection> | grep interface-name