3. Restart the network service:
# systemctl restart network
Confirm the Settings
Confirm that the current network settings are correct:
1. 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.
2. 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: --
Chapter 3: Software Installation
UG1522 (v1.0) October 18, 2022
Alveo X3522 Installation Guide
27