×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Connect MacBookPro to RPi using Ethernet for remote use

  • Posts: 31
  • Thank you received: 5
So I've got my RPi4 running EKOS/KStars off my home network. I usually use WiFi (it's a bit flaky at times) and also an ethernet cable to my router (rock solid, but it means using a 30m ethernet cable to my scope outside). Fine.

My issue comes with going remote where there's no router. Friends of mine use an ethernet cable directly between the Pi and their laptop, but they are using Linux or Windows. I am, of course, using the hardest option possible, which is a MacBookPro. Which doesn't have an ethernet port. Now, I've got it working somewhat with an Ethernet cable and an Ethernet/Thunderbolt adapter, following some excellent instructions to get SSH access to the Pi, so I can reliably use the Terminal function on the Pi via my MBP. Great!!

Problem comes when I want to use the graphical interface, using RealVNC. This app is just excellent, really reliable and simple accessing the Pi on WiFi or ethernet/router, but it refuses to access the Pi using the direct connection. I have set Static IP addresses on the Pi for local, ethernet and WiFi...none of them work using the direct ethernet method, and RealVNC keeps throwing up a message saying "The connection was refused by the computer (ie the RPi4)".

Any ideas?
Last edit: 4 years 2 months ago by Mark Sandford.
4 years 2 months ago #49190
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 1220
  • Thank you received: 565
I do have the setup you describe working, and it is my go-to method when any networking issues arise (which is frequently).
So, first-off, there's an existence proof that what you want can be done.

Not sure what your issue is, but try these, with a monitor/keyboard attached to the RPi and your mac and RPi directly connected,
and WiFi off on both machines, and no other ethernet connections in place.

1- from your mac, make sure you can ping your RPi's IP address (e.g. i a terminal type the address--e.g. ping 192.168.86.100).
2- from your RPi, see if you can ping your Mac.

If you can do both those, and given your other comments, then you should be able to vnc from your mac to your RPi using the IP address your ping'd from your mac. Can You?

3- make sure your subnet mask is set right. E.g. on my mac, in network preferences, with the USB section selected, have the following on the right side:
Manually, an IP address I chose (e.g. 192.168.200.200), a subnet mask for the last two digits, eg 255.255.0.0

On your mac, when you plug in the direct cable to your RPi, you should see the USB connection turn green in network preferences
On your RPi, when you plug in the direct cable, if you type ifconfig in a terminal, you should see the eth0 section populated with an IP address after a little while.

If/when you get things working, so that VNC from the Mac can access the RPi, then try enabling the WiFi and you should still be able to have your direct connection working.
However, I've seen times when things got confused, so when I debug, I try to remove the other network.

Hope these techniques bring you closer to a solution,
Hy
4 years 2 months ago #49192

Please Log in or Create an account to join the conversation.

Time to create page: 0.143 seconds