Knowledge base : Knowledge Base > XRA-31

Are you looking to configure a fixed IP address or change the network configuration? Please take a look at this page.

Log in to you system

Using screen and keyboard, you can log in at the graphical desktop.

See also How to: Log in at the XRA-31 system for more details.

Check management IP address

Using the IP command line

From the main menu, open a command line (LXTerminal)

Use the ip command to obtain the current IPv4 and IPv6 addresses

ip address show

You can find all assigned IP addresses in the output

By default the XRA-31 system will use DHCP to get its management IP. In some lab-environments this is not wanted. This page explains you how you can configure a fixed IP on the management interface.

XRA-31 version 5.2 and higher

Since XRA-31 version 5.2, we have switched from the network manager wicd (unsupported as of Debian bullseye) to NetworkManager.

NetworkManager is considerably more flexible and allows you to configure both the MAN1 (device eno1) and MAN2 (device eno2) interfaces separately, both in IPv4 or IPv6 mode. Static wicd IPv4 configuration is automatically migrated during an XRA-31 system upgrade and is present in the connection profile "Migrated from wicd".

Right click on the networking icon in the system tray to configure the management IP address: first via clicking on "Edit Connections..." and configuring the settings of a connection profile, next by toggling the checkbox "Enable Networking" twice to disable/re-enable networking to forcefully apply the settings.


XRA-31 version 5.1 and lower

All the configuration is done by using the Wicd tool on the system.

Start the Wicd graphical UI from either the main menu

or via the network configuration icon on the bottom right on your screen

The main status and configuration window will open.
Click on "Properties" to change the configuration of the wired connection:

Select "Use Static IPs"
Configure the IPv4 address, netmask and gateway.

Configure DNS settings:

  • DNS domain: your domain name
  • (optional) Search domain: domains to search in when looking for a host name
  • DNS server: One or more DNS servers

Press "OK" to save the changes.

Disconnect + re-connect to apply the changes immediately.
Please note that existing network connections will be closed.

The connection will be established now with the new configuration:

Known issue

Up to XRA-31 version 3.1, there is a bug in Wicd Network Manager that causes connection problems for a static IP address (leading to "Not connected" status after clicking "Connect").

As a temporary workaround, please configure the static IP address settings as detailed above and perform the following additional steps after each system reboot.

  1. Close the Wicd Network Manager. Right click on the network configuration icon on the bottom right on your screen and click Quit.
  2. From the main menu, open a command line (LXTerminal) and execute   wicd-cli --wired -c
  3. Run the command  ip address show  to verify the network settings have been successfully applied.

A permanent patch will be included in XRA-31 version 4.0 and higher to make these steps unnecessary.

We to help you!