Dear R&D team,
I had an issue with LACP-bonding of network cards. The Veeam Support was very helpfull here.
Maybe you can integrate nmcli functions into the menu.
You have to add the hostname first into the /etc/hosts
127.0.0.1 veeam...
Then you can create the bond, if you forget this, the system is working properlly.
# Create the bond interface with LACP (802.3ad)
nmcli con add type bond con-name bond0 ifname bond0 mode 802.3ad miimon 100 lacp-rate fast
# Add the slave interfaces
nmcli con add type bond-slave ifname ethXX master bond0
nmcli con add type bond-slave ifname ethXY master bond0
# Configure the bond's IP address
nmcli con modify bond0 ipv4.addresses "192.168.1.10/24"
nmcli con modify bond0 ipv4.gateway "192.168.1.1"
nmcli con modify bond0 ipv4.method manual
nmcli con modify bond0 ipv4.dns "8.8.8.8 1.1.1.1"
nmcli con modify bond0 ipv4.dns-search "example.com"
# Bring the bond up
nmcli con up bond0
BR
Sascha
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Aug 22, 2025 3:38 pm
- Full Name: Sascha Ernst
- Contact:
-
- Veeam Software
- Posts: 633
- Liked: 124 times
- Joined: Jul 03, 2023 12:44 pm
- Full Name: Rovshan Pashayev
- Location: Czechia
- Contact:
Re: feature requests on the Linux Veeam recovery media
Hello Sascha,
Happy to hear that the Support team was helpful!
Just to clarify—when you mention “Maybe you can integrate nmcli functions into the menu,” are you referring to integrating this functionality into the TUI of Network Settings?
Happy to hear that the Support team was helpful!
Just to clarify—when you mention “Maybe you can integrate nmcli functions into the menu,” are you referring to integrating this functionality into the TUI of Network Settings?
Rovshan Pashayev
Analyst
Veeam Agent for Linux, Mac, AIX & Solaris
Analyst
Veeam Agent for Linux, Mac, AIX & Solaris
Who is online
Users browsing this forum: No registered users and 1 guest