How can I configure RTI DDS in the user_QoS_profiles.xml config file to work on a device with 2 NICs(network interface card)?
I want that the publisher(datawriter) sends data with one NIC and the subscriber(datareader) receives data with another NIC.
I have tried to add "dds.transport.UDPv4.builtin.parent.allow_interfaces" and "dds.transport.UDPv4.builtin.parent.deny_interfaces" in the config file, but it seems that I cannot set the default NIC used by datawriter to send data.
I'll answer you based on the information in the article How do I configure DDS to work with multiple network interfaces? they mention that: