You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking the logs jdiameter is running two separate server sockets for those IPs as matches above, instead of adding the 6.7.8.9 as a secondary address....
When running freeDiameter: ffff88011a3ab000 ffff8800d9e3d080 2 1 3 36 4 0 0 0 12811 3868 49128 1.2.3.4 5.6.7.8 <-> *2.3.4.5 6.7.8.9 1500 8 8 4 0 0 21 1 0 212992 212992
So JDiameter is not binding the address to the same socket to give true multi-homing
The text was updated successfully, but these errors were encountered:
Hi, would you still accept a pull request for this? Just fixed the SCTP client part, still need to fix the network guard type.
So with my current patches I am able to create a connection to say a DRA with INIT containing multiple IPs and HB REQ/ACK work between primary and secondary IPs as expected.
I am expecting the network guard type (so for server sockets) to be a similar patch as the client, once that is covered too #25 will be fixed too completely.
When running jdiameter as a server with two address:
Peer (2.3.4.5/6.7.8.9) sends INIT to 1.2.3.4 with:
IPv4 address parameter 2.3.4.5.
IPv4 address parameter 6.7.8.9
Server (jdiameter 1.2.3.4/5.6.7.8) responds with INIT ACK with NO IPv4 address parameters, although:
When checking the logs jdiameter is running two separate server sockets for those IPs as matches above, instead of adding the 6.7.8.9 as a secondary address....
When running freeDiameter:
ffff88011a3ab000 ffff8800d9e3d080 2 1 3 36 4 0 0 0 12811 3868 49128 1.2.3.4 5.6.7.8 <-> *2.3.4.5 6.7.8.9 1500 8 8 4 0 0 21 1 0 212992 212992
So JDiameter is not binding the address to the same socket to give true multi-homing
The text was updated successfully, but these errors were encountered: