Configuring a DNS Server in Raspberry Pi

DNS Server

In previous post we saw how to reach your Raspberry Pi from any internet connection. However, you may have noted, that when trying to connect with your Raspberry Pi from a device in the same network, your browser timeouts without reaching your server. In this post we will cover the causes of this problem and how … Read more…

DDNS: Accessing your Raspberry Pi from Internet

Internal versus External IP Address

Accessing your Raspberry Pi from your home network is cool, but if you want to build a domotic system it must be reachable from any internet connection. In this post we will cover a very common method to easily access your Raspberry Pi over the internet from another computer or mobile device: DDNS. However, and before … Read more…

Connecting to your Raspberry Pi via SSH

SSH Key Authentification

In this post we will cover how to remotely connect to the command line of your Raspberry Pi from another computer or device using SSH key-based authentication. We will start connecting to the Raspberry Pi from the same network. In this post we will discuss how to reach your Raspberry from outside the local network. Since … Read more…