-1

I'm unable to reach my raspberry pi over an ethernet connection (with a usb dongle). I turned on internet sharing for ethernet and the command nmap -n -sP 192.168.2.1/24 only returns my mac's adress and ssh pi@raspberrypi.local is not working.

Thanks for your help.

Raspbian version : 4.19

M Millo
  • 1
  • 1

1 Answers1

1

This is NORMAL. You can have EITHER ICS OR ssh access, not BOTH.

It is not impossible to have both, but this requires additional software and complex configuration on the laptop, and this is off-topic for this site. NOTHING you can do on the Pi is going to make it work.

NOTE this Question has been asked before e.g. Why can I connect to my Raspberry Pi when I have internet sharing off, but not when it's on?

PS there is no such thing as "Raspbian version : 4.19" - see What Pi Model & OS version is installed

Milliways
  • 62,573
  • 32
  • 113
  • 225