I've ran into an interesting issue on a Debian server one of our customers developers set up. When deploying the Veeam agent via B&R I would get some weird connectivity errors and the scan would fail. Upon reviewing the logs from the Debian box I found that the Veeam services were trying to whitelist the required ports in iptables and were failing (why isn't relevant for the question).
Combing through the logs I found that there is a services config file we can use to configure the services not to attempt to whitelist the ports in iptables, once the options were turned off the services started successfully and scan and install succeeded.
veeamdeployment service config path and modified values
Code: Select all
/opt/veeam/deployment/VeeamDeploymentConfig
IptablesAutoupdate = no
AutoOpenPortsEnabled = no
Code: Select all
/opt/veeam/transport/VeeamTransportConfig
LocalLinuxAutoOpenPortsOnThisHost=0