Jwenger17 wrote: ↑Mon Oct 01, 2018 2:21 am
I am currently working on projects with the sense hat and other similar devices which means I often have to move my Pi from place to place. Currently I am able to VNC into my Pi over wifi directly from boot (I was able to find a way to program VNC Server to run on startup). An ideal situation however, would be for me to be able to link to my Pi over vnc even when I do not have access to the internet. I am able to ssh into my Pi and VNC over wifi but none of these seem to work when I run a cat 6 ethernet from my mac to my Pi. I am assuming that I need to configure many settings to even have a chance at getting this to work however, most information I have found doesn't seem to make any sense to me. My main goal is to have access to the desktop GUI of the Pi even when no internet connection is available. Is what I am trying to do even possible? If so how?
OSX like Windows NT includes Connection Sharing (though it will work even if WiFi interface is not actually receiving data).
This will set up a basic DHCP Server on the Ethernet Interface:
https://support.apple.com/kb/PH25327?locale=en_GB
By default Raspbian Stretch is a Ethernet Interface DHCP Client....