Skip to content

Instantly share code, notes, and snippets.

@ShannonScott
Last active December 24, 2019 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShannonScott/0466f9e0515ca90ad3b71f372f79cc32 to your computer and use it in GitHub Desktop.
Save ShannonScott/0466f9e0515ca90ad3b71f372f79cc32 to your computer and use it in GitHub Desktop.
[Raspberry Pi Setup Notes] Notes on setting up a headless Raspberry Pi for astrophotography. #tags: raspberrypi, astronomy

Notes on setting up a headless Raspberry Pi for astrophotography

VNC rpi > mac

No route to internet - colliding DHCP and static addresses

Setup

Ethernet cable only. Ethernet connected, but no route to internet.

Diagnosis

The command:

ip addr

returns two IP addresses for the eth0 interface (one static, and one from DHCP).

Solution

[SOLVED] Raspberry pi connects to network through ethernet cable but no internet connection

In /etc/dhcpcd.conf, comment out static IP address(es) near the end of the file. Reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment