Game Development Reference
In-Depth Information
Installing the client
I created an account and registered a domain called pi.craftx.biz . It automatically
detected my public IP and set the A record of the domain accordingly.
Use http://mxtoolbox.com to verify changes to domain name
records. It also has several other useful tools.
Once you have created a dynamic DNS account, you can install the client on the Pi.
sudo apt-get install ddclient
Follow the onscreen instructions. If you are unsure of any question, you may press
enter to omit it, as we will manually edit the configuration file later for fine-tuning.
Go to /etc and edit the file: ddclient.conf .
#
# Configuration file for ddclient
#
# /etc/ddclient.conf
daemon=60 # check IP every 60 seconds
syslog=yes # log update msgs to syslog
mail=root # mail all msgs to root
mail-failure=root # mail failed update msgs to root
pid=/var/run/ddclient.pid # record PID in file.
ssl=yes # use ssl-support.
use=web, web=myip.dnsdynamic.com # get ip from server.
server=www.dnsdynamic.org # default server
login=*** # your login
password=*** # your password
server=www.dnsdynamic.org,
protocol=dyndns2
pi.craftx.bix # your domain
 
Search WWH ::




Custom Search