Hi
I am trying to get a jDiameter to listen on 2 IP addresses and be able to receive Diameter messages on either interface.
If I listen on interface 0.0.0.0 this works fine but one of my Diameter clients (vendor MME) does not like receiving 0.0.0.0 in the CER Host-IP-Address AVP.
If I list two IP addresses in the jdiameter-config.xml:
<IPAddresses>
<IPAddress value="10.0.1.128" />
<IPAddress value="10.0.1.143" />
</IPAddresses>
Both IP addresses are included in the CER message (which I think is correct) BUT the jdiameter stack only listens on the first IP address and all connection requests to the second IP address are rejected.