I have two devices connected by USB, having their own network
10.1.1.0/24
on their USB interfaces.
From my computer, I'm connecting to Device 1 over Wifi. Both my computer and Device 1 have an address on the network 192.168.42.0/24
.
What I want to do is to be able to communicate with Device 2 as if it was on the 192.168.42.0/24
network at the address 192.168.42.2
.
How can I do that ?