Backup Exec Agent - how to change listening interface
Hi,
I need to change the listening interface on one of my BE agents. The reason for this is simple, when a backup job is run, beremote.exe and BE server for some reason communicate on a wrong network route.
C:\Users\Administrator>netstat -ano | findstr 10000
TCP 0.0.0.0:10000 0.0.0.0:0 LISTENING 13228
TCP 10.10.10.3:10000 192.168.7.14:21210 ESTABLISHED 13228
As you can see above, beremote.exe is listening on ALL interfaces (0.0.0.0) and a connection to the backup server (192.168.7.14) has been established on the 10.10.10.3 interface. Which means, the traffic is send to a router on the 10.10.10.0 network that is connected to another router on the 192.168.7.0 network.
The thing is, the server beremote.exe is installed on, is also directly connect to the 192.168.7.0 network by a secondary NIC. I have no idea why connections between beremote.exe and BE server are established on the 10.10.10.3 interface. Therefore I need to prevent beremote.exe from listeing on the 10.10.10.3 interface.
I can confirm ICMP packets as well as SMB connections are being established as intended on the secondary NIC.
Any help would be greatly appreciated!
You can't stop RAWS from listening on all NIC's however to get secondary networks to work you usually have to either use the IP address as the selection list or disable publishing from the remote agent and then sort out your name resolution so that the media server can only work out where the remote server is by the correct IP address.
You then have to specify the secondary NIC card on the media server in the backup job properties