Machine A has 2 network interface: 192.168.1.1, 192.168.2.1, act as subscriber.
Machine B has 1 network interface: 192.168.1.2, act as publisher.
Machine C has 1 network interface: 192.168.2.2, act as publisher.
Set NetworkInterfaceAddress for A: "192.168.2.1,192.168.1.1".
B(192.168.1.2) can send DATA to A, but C(192.168.2.2) can not.
It seems C is trying to send DATA to 192.168.1.1, but 192.168.2.1 is what I wanted.
Machine A has 2 network interface: 192.168.1.1, 192.168.2.1, act as subscriber.
Machine B has 1 network interface: 192.168.1.2, act as publisher.
Machine C has 1 network interface: 192.168.2.2, act as publisher.
Set
NetworkInterfaceAddressfor A: "192.168.2.1,192.168.1.1".B(192.168.1.2) can send DATA to A, but C(192.168.2.2) can not.
It seems C is trying to send DATA to 192.168.1.1, but 192.168.2.1 is what I wanted.