-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
failed to connect to cloud provider
One of my customer (we are service provider with cloud connect) fails to connect when running backup copy job.
Only error message is failed to connect to port:6180.
No other customer to our cloud connect service has any problems.
the customer has only one hyper-v host with 1 VM.
We can also telnet to port 6180 to our CC service from the customers network server.
caseid: 00723885
We have tried pretty much all of the standard troubleshooting I have learned the last years
Only error message is failed to connect to port:6180.
No other customer to our cloud connect service has any problems.
the customer has only one hyper-v host with 1 VM.
We can also telnet to port 6180 to our CC service from the customers network server.
caseid: 00723885
We have tried pretty much all of the standard troubleshooting I have learned the last years
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: failed to connect to cloud provider
The problem wass that the windows server hosting the repository did not have internet connection. Didn't know that it had to have a route to internet..
Case closed.
Case closed.
-
- VeeaMVP
- Posts: 6166
- Liked: 1971 times
- Joined: Jul 26, 2009 3:39 pm
- Full Name: Luca Dell'Oca
- Location: Varese, Italy
- Contact:
Re: failed to connect to cloud provider
Frank, yes for backup copy jobs, the transfer is always repository-to-repository, even in a Cloud Connect scenario. So, the sender that needs to connect to the Cloud Connect gateway in this case is the repository machine.
thanks,
Luca.
thanks,
Luca.
Luca Dell'Oca
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: failed to connect to cloud provider
Great to have learned that I thought the repository was just a "dumb" filestorage and no particular software (agent) was running on this server. Is this the case if the repository f.ex was a samba share too or just if it is a native windows server?
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: failed to connect to cloud provider
No, in case of CIFS type repository, Veeam data mover runs on a dedicated gateway server or Veeam B&R server itself (by default).
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: failed to connect to cloud provider
Great, thanks for feedback!
-
- Novice
- Posts: 6
- Liked: 4 times
- Joined: Oct 12, 2015 1:06 pm
- Full Name: Chris H
- Contact:
Re: failed to connect to cloud provider
A bit old, I know, but my concern is relevant to the topic at-hand.
I was experiencing the same problem in connecting to my cloud provider regarding not being able to connect to port 6180. I noticed that I could, however, send standard Backup jobs to the cloud provider. As stated earlier in the thread, the repository server requires internet access for backup copy jobs to be sent to the cloud provider. Adding an internet gateway to the repository server solved the error, but leaves with us with a problem.
As a policy, our backup servers do not maintain active internet connections for security reasons. Since our Veeam repository exists on a backup server which uses rotating drives to copy the data off the repository, it needs to remain on the said backup server.
Which configuration settings do I need to change in Veeam in order to allow the workstation with the Veeam client to facilitate the transfer of a backup copy job to the cloud provider in a similar way the Backup jobs are copied as opposed to a direct repository-to-repository connection (which would require me to add an internet gateway to the backup server)?
Thanks.
I was experiencing the same problem in connecting to my cloud provider regarding not being able to connect to port 6180. I noticed that I could, however, send standard Backup jobs to the cloud provider. As stated earlier in the thread, the repository server requires internet access for backup copy jobs to be sent to the cloud provider. Adding an internet gateway to the repository server solved the error, but leaves with us with a problem.
As a policy, our backup servers do not maintain active internet connections for security reasons. Since our Veeam repository exists on a backup server which uses rotating drives to copy the data off the repository, it needs to remain on the said backup server.
Which configuration settings do I need to change in Veeam in order to allow the workstation with the Veeam client to facilitate the transfer of a backup copy job to the cloud provider in a similar way the Backup jobs are copied as opposed to a direct repository-to-repository connection (which would require me to add an internet gateway to the backup server)?
Thanks.
-
- VeeaMVP
- Posts: 6166
- Liked: 1971 times
- Joined: Jul 26, 2009 3:39 pm
- Full Name: Luca Dell'Oca
- Location: Varese, Italy
- Contact:
Re: failed to connect to cloud provider
Chris,
on a backup job, the communication is proxy -> repository. BEcause you are using Cloud Connect, the repository is for you the address of Cloud Connect itself.
For Backup Copy job, the communication is repository -> repository. So, in this case, it's the local repository that has to reach Cloud Connect over the internet.
Based on where the different component is installed in your environment, you have to enable egress firewall rules. Seems to me like Veeam server is also the default proxy, and it's the reason why backup jobs work without any additional configuration, while a different server is a repository. For backup copy jobs using this server as the source, you need new firewall rules to consume Cloud Connect.
on a backup job, the communication is proxy -> repository. BEcause you are using Cloud Connect, the repository is for you the address of Cloud Connect itself.
For Backup Copy job, the communication is repository -> repository. So, in this case, it's the local repository that has to reach Cloud Connect over the internet.
Based on where the different component is installed in your environment, you have to enable egress firewall rules. Seems to me like Veeam server is also the default proxy, and it's the reason why backup jobs work without any additional configuration, while a different server is a repository. For backup copy jobs using this server as the source, you need new firewall rules to consume Cloud Connect.
Luca Dell'Oca
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
-
- Expert
- Posts: 152
- Liked: 24 times
- Joined: May 16, 2011 4:00 am
- Full Name: Alex Macaronis
- Location: Brisbane, Australia
- Contact:
Re: failed to connect to cloud provider
Luca, while this thread is open, I might hijack it for my own personal issue.
I'm currently running a test of Cloud Connect (500GB/2Weeks) and I've managed to allow traffic to get up to the cloud, but I'm now having dificulty running single item restores. I go through the wizard and select restore points etc, but then the mounting stage just goes for ages (10mins +) and eventually times out.
I don't see any failed traffic on my firewall, so I'm guessing it might be an issue with the provider (and I've raised this with them) but Just wondering if there is some other mysterious port that is required for Windows FLR restores from Cloud Connect?
Thanks
I'm currently running a test of Cloud Connect (500GB/2Weeks) and I've managed to allow traffic to get up to the cloud, but I'm now having dificulty running single item restores. I go through the wizard and select restore points etc, but then the mounting stage just goes for ages (10mins +) and eventually times out.
I don't see any failed traffic on my firewall, so I'm guessing it might be an issue with the provider (and I've raised this with them) but Just wondering if there is some other mysterious port that is required for Windows FLR restores from Cloud Connect?
Thanks
-
- VeeaMVP
- Posts: 6166
- Liked: 1971 times
- Joined: Jul 26, 2009 3:39 pm
- Full Name: Luca Dell'Oca
- Location: Varese, Italy
- Contact:
Re: failed to connect to cloud provider
No, there's no special port requirement for FLR.
I suggest to open a support case yourself as an end user, and let us know our support team who's your service provider. In this way, if they've also opened a ticket, our support team can match the two tickets and speed up the resolution.
Luca
I suggest to open a support case yourself as an end user, and let us know our support team who's your service provider. In this way, if they've also opened a ticket, our support team can match the two tickets and speed up the resolution.
Luca
Luca Dell'Oca
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: failed to connect to cloud provider
Alex, I'm wondering what kind of connection you have to the given SP? Thanks.
-
- Expert
- Posts: 152
- Liked: 24 times
- Joined: May 16, 2011 4:00 am
- Full Name: Alex Macaronis
- Location: Brisbane, Australia
- Contact:
Re: failed to connect to cloud provider
It's just over the internet.
I did notice we had only allowed TCP/6180 and not UDP. We've made that change now, but I haven't checked the result yet.
I did notice we had only allowed TCP/6180 and not UDP. We've made that change now, but I haven't checked the result yet.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: failed to connect to cloud provider
I was mostly asking about connection speed. Thanks.
-
- Expert
- Posts: 152
- Liked: 24 times
- Joined: May 16, 2011 4:00 am
- Full Name: Alex Macaronis
- Location: Brisbane, Australia
- Contact:
Re: failed to connect to cloud provider
Oh, sorry.
I've tried from two sites, one with 60Mb internet, one with 80Mb.
I've tried from two sites, one with 60Mb internet, one with 80Mb.
-
- Influencer
- Posts: 21
- Liked: 4 times
- Joined: Jan 12, 2018 3:34 pm
- Full Name: Joe Cavalear
- Contact:
Re: failed to connect to cloud provider
I see that this subject is quite old but I have not found any other post that seems relevant to my issue.
A few days a go some of my Backup Copy jobs to iland started to fail with timeout errors. This is one of the messages in the error reports when the jobs fail:"Unable to access target repository Error: No cloud gateways are available: failed to validate certificates of some gateways"
I've checked the connection from my Exagrid repository to iLand and it pings fine. I've also tested name resolution of the iland repository on my B & R server. One the B & R server I've also tested all 4 IP addresses of the iLand Cloud repository using PowerShell and these all connect on port 6180.
I've worked with iLand and they had my try to add a registry key to bypass the certificate validation: HKEY_Local_Machine/Software/Veeam/Veeam Backup and Replication: added key "CloudConnectCRLCheckMode" witha a decimal value of 2. This did not make a difference and I still have some jobs failing while other jobs succeed?
My Veeam Case # is: 04043232
Any help out there while I'm waiting on Veeam and iLand support would be appreciated. It definitely seems like an issue with validating the Certificate but why some jobs work while others don't seems odd.
Thanks Joe
A few days a go some of my Backup Copy jobs to iland started to fail with timeout errors. This is one of the messages in the error reports when the jobs fail:"Unable to access target repository Error: No cloud gateways are available: failed to validate certificates of some gateways"
I've checked the connection from my Exagrid repository to iLand and it pings fine. I've also tested name resolution of the iland repository on my B & R server. One the B & R server I've also tested all 4 IP addresses of the iLand Cloud repository using PowerShell and these all connect on port 6180.
I've worked with iLand and they had my try to add a registry key to bypass the certificate validation: HKEY_Local_Machine/Software/Veeam/Veeam Backup and Replication: added key "CloudConnectCRLCheckMode" witha a decimal value of 2. This did not make a difference and I still have some jobs failing while other jobs succeed?
My Veeam Case # is: 04043232
Any help out there while I'm waiting on Veeam and iLand support would be appreciated. It definitely seems like an issue with validating the Certificate but why some jobs work while others don't seems odd.
Thanks Joe
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: failed to connect to cloud provider
Hard to say as there could be many reasons... so it's usually impossible to name the root cause without seeing debug logs and/or your environment.
Kindly, keep working with our support team on investigating this issue.
Thanks!
Kindly, keep working with our support team on investigating this issue.
Thanks!
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 72 guests