Dynamic IP client
Posted: Sun Feb 22, 2015 3:44 pm
Can you suggest me a Dynamic Ip client full working on our R.pi 1 ?
A small, affordable computer with free resources to help people learn, make things, and have fun
https://www.raspberrypi.org/forums/
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=101302
Code: Select all
sudo apt-get update
sudo apt-get install ddclient
ddclient --help | lessCode: Select all
WARNING: file /etc/ddclient.conf: Cannot open file '/etc/ddclient.conf'. (Permesso negato)
stat() on closed filehandle FD at /usr/sbin/ddclient line 1006.
Use of uninitialized value $mode in bitwise and (&) at /usr/sbin/ddclient line 1007.
readline() on closed filehandle FD at /usr/sbin/ddclient line 1019.
WARNING: file /etc/ddclient.conf: Cannot open file '/etc/ddclient.conf'. (Permesso negato)
stat() on closed filehandle FD at /usr/sbin/ddclient line 1006.
Use of uninitialized value $mode in bitwise and (&) at /usr/sbin/ddclient line 1007.
readline() on closed filehandle FD at /usr/sbin/ddclient line 1019.
Code: Select all
dpkg-reconfigure ddclientCode: Select all
sudo apt-get --purge remove ddclient && sudo apt-get install ddclient