Case number #05739588
I have four sites, lets name them Z[1.x], K[30.x], M[2.x],D[192.x]
Each of those sites have Veeam R&B server as 105 (Z has server on address 1.105, and so on)
There are NASes as repositories, which are 1.200, 30.49, 2.6 and 192.250
Onsite backups are working fine, no problem there.
Offsite backups are different story, so bear with me.
I'd like to have backups af follows:
D->K, Z->K, M->K and K->M
It's not bulletproff, but thats not the point.
I've set up backup copy jobs that utilize remote Gateway servers for better stability.
One example:
On server D[192.105] backup copy job utilizes SMB repository K[30.49] with Gateway server K[30.105] and everything works fine
And it works for every case, even every permutation, but K->M.
In K->M case job fails with
Code: Select all
24.11.2022 16:02:43 :: Processing XX.XX.XX.XX Error: Failed to connect to the port [M[2.105]:2501].
--tr:Failed to connect to target endpoint.
--tr:Client failed to process the command. Command: [connectByIPs].
--tr:event:1:
--tr:event:3:
D[192.105],K[30.105],M[2.105],Z[1.105] are all fresh Windows 10 installs with firewall turned off.
All locations ale availible to each other.
I can even telnet on port 2501 from K[30.105] to M[2.105]
On M[2.105]
Code: Select all
Get-NetTCPConnection -LocalPort 2501
It's worth mentioning, that
M->K, M->Z, M->D,
Z->K, Z->M, Z->D
D->Z, D->K, D->M
K->Z and K->D works
I have no idea how is that possible or what to do to make it working.