I have this project in wich I need to connect two RasPi zero on a Raspi 3 through USB ports. So I followed this tutorial : https://www.thepolyglotdeveloper.com/20 ... cable-ssh/ . It worked fine for either RasPi zero, I can use ssh pi@[RasPi zero ip] as long as only one of them is connected (each one has a different ip address). But if I plug both Raspi zero on the Pi3, I can only ssh into one of them. I get a "no route to host" error when I try to use the ssh command on the Pi zero I plugged last.
So my question is : is it possible to plug several raspi zero at once on a raspi 3, and if yes what am I doing wrong ?
Thanks
PS : I'm a real noob (I learnt only yesterday what ssh was) and english is not my mother tongue, so sorry if I'm not very clear