Make the Settings

Alveo X3522 Installation Guide (UG1522)

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

Make the local network settings for the connection. These changes are permanent:

  1. Change the IPv4 configuration to use the following static values for the X3522:
    # nmcli connection modify '<NAME>' ipv4.addresses 192.168.10.10/24
    # nmcli connection modify '<NAME>' ipv4.method manual

    or the following static values for the link partner:

    # nmcli connection modify '<NAME>' ipv4.addresses 192.168.10.20/24
    # nmcli connection modify '<NAME>' ipv4.method manual

    For example:

    # nmcli connection modify 'enp1s0f2' ipv4.addresses 192.168.10.10/24
    # nmcli connection modify 'enp1s0f2' ipv4.method manual

    or for the link partner:

    # nmcli connection modify 'enp1s0f0' ipv4.addresses 192.168.10.20/24
    # nmcli connection modify 'enp1s0f0' ipv4.method manual
    Note: The IP addresses must be on the same subnet as each other. If you do not use the IP addresses specified in this guide, ensure you still meet this requirement.
  2. Bring the connection up:
    # nmcli connection up '<NAME>'

    For example:

    # nmcli connection up 'enp1s0f2'
  3. Restart the network service:
    # systemctl restart network