I tested this again by disabling the NIC with the other additional IP's and they still show up in the log file but VEB does not try and connect to them
Code: Select all
[13.04.2016 13:09:19] <01> Info [ReconnectableSessionStarter] Creating reconnectable socket with options: [enabled: timeout 1800000, interval 15000]. Agent on [192.168.1.190:2501;10.1.1.110:2501;10.1.2.190:2501]. Connection id: b6b626a9-89e0-403f-9a40-02ebb70c810a.z
however as soon as I re-enable the NIC it tries again
Code: Select all
[01.04.2016 19:31:24] <01> Error Failed to connect to agent's endpoint '10.1.1.110:2530'. Host: 'ARBBACKUP'.
[01.04.2016 19:31:24] <01> Error 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 10.1.1.110:2530 (System.Net.Sockets.SocketException)
[01.04.2016 19:31:24] <01> Error at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
[01.04.2016 19:31:24] <01> Error at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
[01.04.2016 19:31:24] <01> Error at Veeam.Backup.AgentProvider.CAgentEndpointConnecter.ConnectToAgentEndpoint(ISocket socket, IAgentEndPoint endPoint)
[01.04.2016 19:31:24] <01> Info [NetSocket] Connect
[01.04.2016 19:31:45] <01> Error Failed to connect to agent's endpoint '10.1.2.190:2530'. Host: 'ARBBACKUP'.
[01.04.2016 19:31:45] <01> Error 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 10.1.2.190:2530 (System.Net.Sockets.SocketException)
[01.04.2016 19:31:45] <01> Error at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
[01.04.2016 19:31:45] <01> Error at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
[01.04.2016 19:31:45] <01> Error at Veeam.Backup.AgentProvider.CAgentEndpointConnecter.ConnectToAgentEndpoint(ISocket socket, IAgentEndPoint endPoint)
[01.04.2016 19:31:45] <01> Info [NetSocket] Connect
[01.04.2016 19:31:45] <01> Info [ReconnectableSessionStarter] Creating reconnectable socket with options: [enabled: timeout 1800000, interval 15000]. Agent on [10.1.1.110:2530;10.1.2.190:2530;192.168.1.190:2530]. Connection id: cf3b6c8f-7fdc-4d43-b9dd-645f7a4453ee.
[01.04.2016 19:31:45] <10> Info [AP] (a37c) output: >
[01.04.2016 19:31:45] <01> Info [AP] (a37c) state: ready
[01.04.2016 19:31:45] <01> Info [ProxyAgent] Starting client agent session, id '26b22f28-0ec1-4bc6-8c0a-d308c10a0350', host 'ARBBACKUP', agent id '61ebb77c-02cf-42f1-9107-f5b04853033f', IPs '10.1.1.110:2530;10.1.2.190:2530;192.168.1.190:2530', PID '24380'
[01.04.2016 19:31:45] <01> Info [SocketAgentService] Connecting to agent 'ARBBACKUP' ('10.1.1.110:2530;10.1.2.190:2530;192.168.1.190:2530')
[01.04.2016 19:31:45] <01> Info [NetSocket] Connect
[01.04.2016 19:32:06] <01> Error Failed to connect to agent's endpoint '10.1.1.110:2530'. Host: 'ARBBACKUP'.
[01.04.2016 19:32:06] <01> Error 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 10.1.1.110:2530 (System.Net.Sockets.SocketException)
[01.04.2016 19:32:06] <01> Error at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
[01.04.2016 19:32:06] <01> Error at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
[01.04.2016 19:32:06] <01> Error at Veeam.Backup.AgentProvider.CAgentEndpointConnecter.ConnectToAgentEndpoint(ISocket socket, IAgentEndPoint endPoint)
[01.04.2016 19:32:06] <01> Info [NetSocket] Connect
[01.04.2016 19:32:27] <01> Error Failed to connect to agent's endpoint '10.1.2.190:2530'. Host: 'ARBBACKUP'.
[01.04.2016 19:32:27] <01> Error 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 10.1.2.190:2530 (System.Net.Sockets.SocketException)
[01.04.2016 19:32:27] <01> Error at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
[01.04.2016 19:32:27] <01> Error at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
[01.04.2016 19:32:27] <01> Error at Veeam.Backup.
Removing the IP's from DNS does not make a difference either, so I suspect its getting the IP's from the VBR host. Disabling those IP's is not an option.