Wrong sourceip for connection request

Hi!

I have a installation that have multiple ip on the NIC facing the infrastucrure side, when I from web-ui initiate an connection-request towards the CPE, the specified IP in the env file is not used as source.

Periodic and other cwmp traffic is working as it should, but some CPE refuses connection-request from this “unknown” IP

In my env-file I have set:
GENIEACS_CWMP_INTERFACE=172.17.200.10

The option CWMP_INTERFACE only configures the binding address to listen for incoming requests. It has no effect on outgoing connection requests which are anyway initiated by genieacs-ui or genieacs-nbi, not genieacs-cwmp.

This sounds like something that can be fixed with the proper iptables rules.