cereman
Posts: 2
Joined: Wed Nov 23, 2016 10:57 am

Connecting several RasPi zero on a Raspi 3

Wed Nov 23, 2016 2:09 pm

Hello everyone,

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 :-)

aBUGSworstnightmare
Posts: 2014
Joined: Tue Jun 30, 2015 1:35 pm

Re: Connecting several RasPi zero on a Raspi 3

Wed Nov 23, 2016 3:56 pm

If there are two John Doe's - which one is the right one.
You need to adjust the hostname and you should adjust MAC addresses/IP as well.
Here is a must read for you: http://raspberryjamberlin.de/introducing-zero360/

cereman
Posts: 2
Joined: Wed Nov 23, 2016 10:57 am

Re: Connecting several RasPi zero on a Raspi 3

Thu Nov 24, 2016 7:12 pm

That's exactly what I needed ! Thanks a lot !

Return to “Other projects”