Remote access to the Raspberry with inadyn and no. - ip.org
Among the features that you want to, There is remote access. For this we use the service offered by the site no. - ip.org
- Start by creating an account on no - ip.com
- Install the client inadyn
apt - get install inadyn
- Create the file with the following data /etc/inadyn.conf :
-u <user name> -p <password> -a <created domain>.no - ip.org - dyndns_system default@no-ip.com - background
- Changer les droits du fichier
chmod 600 /etc/inadyn.conf
- Create the /etc/init.d/inadyn file
#!/bin/bash case "$1" in start) inadyn ;; stop) ;; reload|restart) $0 stop $0 Start ;; *) echo "Use: $0 Start|stop|restart|reload" exit 1 ESAC exit 0
- Change the /etc/init.d/inadyn file rights
chmod 755 /etc/init.d/inadyn
- Enable automatic loading on every startup
update - rc.d defaults inadyn
Voilà, a small reboot Server and presto ! un ping vers votre domaine no-ip.org devrait répondre 🙂 Et n’oublier pas de configurer votre routeur pour faire du NAT sur le port qui vous intéresse !
Cheers for the installation of minidlna !