verxion / RaspberryPi

Notes to myself about RaspberryPi configuration
Apache License 2.0
40 stars 7 forks source link

Works but SSH connection is refused #3

Closed josafat-daysequerra closed 3 months ago

josafat-daysequerra commented 3 months ago

This may be a Raspberry Pi OS issue, but even when the device shows up correctly with the assigned IP address I am unable to access via SSH (connection refused) or VNC (the connection was refused by the computer). Running Raspberry Pi 4 OS (bookworm) 32-bit.

Screenshot 2024-08-03 at 12 03 05 PM

The connections via SSH or VNC work through the other interfaces (Ethernet or WiFi) just not over the USB-C IP (10.55.0.2)

josafat-daysequerra commented 3 months ago

Found problem, I needed to use the router IP (10.55.0.1) which is the actual Pi not the assigned IP which was my computer.

josafat-daysequerra commented 3 months ago

I'd suggest adding this bit of information to the amazing guide you wrote.