Confirm that the current network settings are correct:
- Confirm that the connection is using static values, instead of DHCP:
# nmcli -fields ipv4.method connection show '<NAME>'
For example:
# nmcli -fields ipv4.method connection show 'enp1s0f2' ipv4.method: manual
The ipv4.method should be manual, as above.
- Confirm that the values are correct:
# nmcli -fields IP4 connection show '<NAME>'
For example:
# nmcli -fields IP4 connection show 'enp1s0f2' IP4.ADDRESS[1]: 192.168.10.10/24 IP4.GATEWAY: --
or for the link partner:
# nmcli -fields IP4 connection show 'enp1s0f0' IP4.ADDRESS[1]: 192.168.10.20/24 IP4.GATEWAY: --