Using Ethernet static IP to connect Jetson Orin Nano Developer Kit to PC via XRDP and to Waterlinked DVL sensor

Hi,

Device: Jetson orin nano developer kit
Jetpack version 5.1.3

I have a Jetson dev kit accessible via XRDP from my PC. It is connected through a ethernet cable directly.

I added an adaptor which takes one input and gives two outputs to connected ethernet cables from my PC, jetson and a sensor, all configured with static IP of same format and subnet mask.

The sensor (Waterlinked DVL A50 with IP: 192.168.194.95/24) connects with my PC (with IP: 192.168.194.100/24) and with Jetson (with IP: 192.168.194.130/24) individually, but I can’t get all three to work together, the LEDs on Jetson’s Ethernet stop blinking as soon as a second connection is made.

Is there any changes to be made for this setup to work?

Thank you.

What do you mean by “adapter”? Have you tried a small Ethernet switch?

Adaptor is basically like a connector instead of soldering the wires together. I will try a switch and update, thanks.