Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Configuring the Data Network
Nodes in the Lightbits server clusters communicate via a high-speed data network interface.
All nodes in the cluster must be configured with an IP address from the same accessible network before running the Ansible playbook.
You can configure the network using an automatic (recommended) or manual method.
For full examples, see Host Configuration File Examples.
Automatic Data Network Configuration (Recommended)
The Ansible playbook can help you automatically set the data interface IP when some optional network host variables are transferred.
This means that to make deployment easier, the playbook configures the data network interface persistently for you by specifying the list variable for each host. For example:
In this example, we have set the playbook to permanently configure interface ens1 with static IP 10.20.20.10.
Manual Data Network Configuration
In this method, you assign the data IPs on the data interfaces for each node on the cluster.
To set the data IPs:
Log into the machine with the following command: $ ssh root@rack03-server70
Detect the data interface with the
businfocommand.
Set a new data interface IP and net mask IP for the data NIC. In the following example, the card is ens1f0 :
Toggle the NIC down and then up again by entering the
ifdowncommand, waiting at least 30 seconds, and then entering theifupcommand.
Verify that the data interface’s IP is updated.
Use nmtui (NetworkManager-tui) if NetworkManager is installed, and ip -4 -br a or ip -br a to verify the ip (for a cleaner view).
© 2026 Lightbits Labs™