Can someone show me an example of remote node discovery using ros2 command?

Now, the ROS2 version of both sides are same and ROS_DOMAIN_ID=10. The iperf show the multicast UDP is working. But when I run talker on one host, the listener on the other host can not get any message. The inner network address is 192.168.0.103 and 192.168.0.104.
Can someone show me an example command for discovery of remote ros2 node and topic that I can try on these two hosts? Thanks!