Support case #04011553
I am sharing this hoping this can help others as well.
Setup:
VBR v10 server
CentOS 7 VM with VAL v4
VPN connection between VAL server and router using OpenVPN v 2.4.8 (latest available version)
Same ZeroTier network on both VBR and VAL servers. (for more info: https://www.zerotier.com/)
CentOS 7 fully patched.
Primary the CentOS server will backup over the OpenVPN connection, but if that failed it is capable to backup over the ZeroTier network, which is much slower.
The Agent Discovery failed with the following message
Code: Select all
Cannot connect to my.server.fqdn Details: Not a valid network mask.
Code: Select all
[18.02.2020 18:42:44] <01> Info [my.server.fqdn] Creating temporary directory '/opt/veeam/'
[18.02.2020 18:42:44] <01> Info [SshEpInvoker] Executing command 'mkdir -p /opt/veeam/'
[18.02.2020 18:42:45] <01> Info [SshEpInvoker] Result: [0]
[18.02.2020 18:42:45] <01> Info Command [arch] result: x86_64
[18.02.2020 18:42:45] <01> Info , exit code '0'
[18.02.2020 18:42:45] <01> Info [SshEpInvoker] Executing command '/opt/veeam//veeaminstaller --version'
[18.02.2020 18:42:45] <01> Info [SshEpInvoker] Result: [1] stderr [Not a valid network mask.]
[18.02.2020 18:42:45] <01> Info Installer not found
[18.02.2020 18:42:45] <01> Info Not a valid network mask. (System.Exception)
Code: Select all
#strace /opt/veeam//veeaminstaller --version
[deleted a lot of lines]
readlink("/sys/class/net/ztname", "../../devices/virtual/net/ztname"..., 256) = 36
write(3, "[18.02.2020 19:02:35.484] <13999"..., 95) = 95
write(3, "[18.02.2020 19:02:35.485] <13999"..., 806) = 806
write(2, "Not a valid network mask.", 25Not a valid network mask.) = 25
write(2, "\n", 1
) = 1
I am now able to rescan the server.
The support case is still open as we are trying to get this working with ZeroTier enabled.