Confirm the Settings

Alveo X3522 Installation Guide (UG1522)

Document ID
UG1522
Release Date
2024-04-19
Revision
1.5 English

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:                            --