Hello All,
I have been implementing a bareos server and clients recently (All Centos 6 and 7) and have a question about multiple network interfaces:
Both the server and clients have at least two interfaces, one on the regular 1GBe network (for general access) and one on the 10GBe network (for server-to-server data movements).
When I ran the test backup of the client I noticed that while there was an initial connection on the 10GBe interface, the actual data transfer happened over the 1GBe interface.
I would like to know if there is a way to ensure that the bareos-fd connects and transfers data via the 10GBe network?
Basically our IP setup is thus:
I setup the client configuration on the server director using the IP address of the client:
Client {
Name = NAME-10g
Address = 172.18.100.86
Password = <some big string>
}
One other note, I have checked the server director network and it has a broader mask for it's 1GBe network:
Could that be what is thwarting the 10GBe connection?
I have read up on the FDAddresses option, but the Docs did not indicate into which of the many files those parameters need to be written and if they are on the director server machine or the client or both.
Any help would be appreciated, thanks.
-Alfred