Hi all. I’ve got a Veeam backup & replication CE that backup some VM on VMware ESXi.
This backups are copied offsite to another site using a IPSEC VPN, a proxy is placed on other site and storage is a NAS.
At least once a week, randomly, backup copy job fail because can’t connect to Veeam proxy.
At this this I’m using Linux as a proxy but also with Windows we’ve issue.
What found in logs are this rows:
[26.08.2024 08:31:56.875] <24> Error (3) [ReconnectableSocket][PacketAsyncReceiver] Exception on [af09e7b0-f7ed-4e85-969f-96d3cff82943].
[26.08.2024 08:31:56.875] <24> Error (3) A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond (System.Net.Sockets.SocketException)
[26.08.2024 08:31:56.875] <24> Error (3) at Veeam.Backup.Common.Reconnect.CPacketAsyncReceiver.PushData(CSocketAsyncEventArgsEx e)
[26.08.2024 08:31:56.875] <24> Info (3) [ReconnectableSocket] Retryable error on [af09e7b0-f7ed-4e85-969f-96d3cff82943].
[26.08.2024 08:31:56.875] <24> Info (3) [ReconnectableSocket] Reconnecting [af09e7b0-f7ed-4e85-969f-96d3cff82943] (retryable error)...
[26.08.2024 08:31:56.875] <24> Info (3) [NetSocket] Connecting to '192.168.0.80:6162'.
[26.08.2024 08:31:56.890] <24> Info (3) [ReconnectableSessionStarter] Reconnected to backup client on 'SRV-VPROXY.mydomain.local' at [192.168.0.80: 6162]. Connection id: af09e7b0-f7ed-4e85-969f-96d3cff82943.
[26.08.2024 08:31:56.906] <24> Info (3) [ReconnectableSocket] Traffic history confirmation: remote [17], local [7].
I’ve setup a detailed monitoring on network and also using agent on proxy and backup server that verify every 30 sec. the connections but no issues where found.
This is the error:
Unable to access target repository Error: Selected server SRV-VPROXY.mydomain.local is unavailable.
Unable to access target repository, processing will be retried (retry 1 out of 6)
What is strange is that: when I connect to Veeam console to check the issue somethings happen or is triggered because copy job start working.
Any suggestion?