luandro / meshpi

Scripts and image to mesh a Raspberry Pi with a Libre Mesh router
Other
24 stars 2 forks source link

meshpi.local not working with ssh #1

Open luandro opened 6 years ago

luandro commented 6 years ago

When trying to ssh into the machine the mDNS address meshpi.local doesn't work.

Ex.: ssh pi@meshpi.local

MaStr commented 6 years ago

you need avahi installed and up and running that mDNS is working.

luandro commented 6 years ago

I checked to see by using service avahi-daemon status and it's running:

Mar 31 15:32:00 meshpi avahi-daemon[368]: Server startup complete. Host name is meshpi.local. Local service cookie is 1096616976.

Still ssh pi@meshpi.local doesn't work. Could the problem come from my mac?

MaStr commented 6 years ago

I don’t know. The hostname of the running RPi is meshpi? Try to use the avahi CLI tools like avahi-browse to get some information about the broadcasted information.

On 31. Mar 2018, at 17:44, Luandro notifications@github.com wrote:

I checked to see by using service avahi-daemon status and it's running:

Mar 31 15:32:00 meshpi avahi-daemon[368]: Server startup complete. Host name is meshpi.local. Local service cookie is 1096616976.

Still ssh pi@meshpi.local doesn't work. Could the problem come from my mac?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.