We have a stereo problem for which we’d like to use widely separated cameras (50-100 meters between cameras) running simultaneously, plugged into a laptop in some way. We chose gig-e cameras with POE injectors to allow for relatively high bandwidth over large distances; the cameras are each running at nearly the 1G limit and thus we got a dual ethernet-usbc adapter thinking this would allow the cameras to run full tilt while the usb-c would handle the >1G speed into laptop. However upon making this connection we find that we get a ‘not reachable’ status from one camera when trying both cameras at once on different subnets.

This also happens when we set the cameras on the same subnet:
.
This setup works in windows but I would rather not have to deal with porting everything else over to windows. Each camera appears to operate correctly on its own (these are Basler Ace two a2A4200 12gmBAS cameras, and Basler supplies a ‘pylon’ interface which is shown in the 2nd figure above).
We have tried running one camera into the onboard ethernet of the laptop and another into the usb-c adapter and also find only one working camera.
With both cameras into the ethernet-usb adapter the output of lsusb and ifconfig -a are shown here:
$ ifconfig -a
enp62s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.111 netmask 255.255.0.0 broadcast 192.168.255.255
inet6 fe80::11ee:a504:866c:77d8 prefixlen 64 scopeid 0x20<link>
ether 74:d4:dd:4b:fc:e7 txqueuelen 1000 (Ethernet)
RX packets 35 bytes 6860 (6.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 103 bytes 10110 (10.1 KB)
TX errors 0 dropped 5 overruns 0 carrier 0 collisions 0
enxe8ea6a129e5e: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.110 netmask 255.255.0.0 broadcast 192.168.255.255
inet6 fe80::86a2:5064:7811:f54b prefixlen 64 scopeid 0x20<link>
ether e8:ea:6a:12:9e:5e txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enxe8ea6a129e5f: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether e8:ea:6a:12:9e:5f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 3393 bytes 205745 (205.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3393 bytes 205745 (205.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp0s20f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.254.69.201 netmask 255.255.192.0 broadcast 10.254.127.255
inet6 fe80::a761:d901:c0d9:6f4 prefixlen 64 scopeid 0x20<link>
inet6 fd49:b867:7f29:10b:75fb:7b5d:cdc7:59ea prefixlen 64 scopeid 0x0<global>
inet6 fd49:b867:7f29:10b:9dea:9406:6636:61a3 prefixlen 64 scopeid 0x0<global>
ether a0:b3:39:dd:0d:29 txqueuelen 1000 (Ethernet)
RX packets 39023 bytes 7953948 (7.9 MB)
RX errors 0 dropped 380 overruns 0 frame 0
TX packets 1155 bytes 733368 (733.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 002 Device 004: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 04f2:1469 Chicony Electronics Co., Ltd HP Skylab USB Smartcard Keyboard
Bus 003 Device 003: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Bus 003 Device 004: ID 413c:301a Dell Computer Corp. Dell MS116 Optical Mouse
Bus 003 Device 005: ID 0408:403a Quanta Computer, Inc. ACER HD User Facing
Bus 003 Device 006: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Any help appreciated !