raspberrypi:dynamicdns
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
raspberrypi:dynamicdns [2013/08/16 23:57] – created rlunaro | raspberrypi:dynamicdns [2024/10/05 17:03] (current) – removed rlunaro | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Setup a dnsdynamic.org dynamic domain ====== | ||
- | |||
- | The only thing you have to do to access your raspberry from internet is the following: | ||
- | |||
- | - register in www.dnsdynamic.org your account and get a domain | ||
- | - install in your raspberry the ddclient package | ||
- | - configure it with the data of your account | ||
- | |||
- | Some details of my configuration (file '/ | ||
- | |||
- | < | ||
- | |||
- | daemon=60 | ||
- | syslog=yes | ||
- | mail-failure=PUT-HERE-AN-EMAIL-ADDRESS-WHERE-ALL-FAILURES-WILL-BE-SENT | ||
- | ssl=yes | ||
- | protocol=dyndns2 | ||
- | use=web, web=myip.dnsdynamic.com | ||
- | server=www.dnsdynamic.org | ||
- | login=PUT-HERE-YOUR-USERNAME-OF-DNSDYNAMIC.ORG | ||
- | password=' | ||
- | PUT-HERE-YOUR-DYNAMIC-WEB-ADDRESS.com | ||
- | |||
- | |||
- | </ | ||
- | |||
- | |||
- | And finally: | ||
- | |||
- | < | ||
- | # update-rc.d enable ddclient | ||
- | </ | ||
- | |||
- | To add it in the default runlevel. |
raspberrypi/dynamicdns.1376697427.txt.gz · Last modified: 2022/12/02 21:02 (external edit)