Dynu IP Update Client for...
Dynu IP Update Client for Raspberry Pi 3 possible?
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- Dynu IP Update Client for Raspberry Pi 3 possible?
- Forum della Comunità
- Dynu IP Update Client for Raspberry Pi 3 possible?
Argomento: Dynu IP Update Client for Raspberry Pi 3 possible?
Hi,any plans to build an ARM Version of the "Dynu IP Update Client" for the Raspberry Pi 3?Would really be helpful since ddclient seems to have no support for ipv6.Regards, Dirk
Rispondi con citazione | Segnalare
I'd also like to install the IP update client on a Raspberry Pi. Is there any way to do this, or are there any plans to provide an ARM build?Thanks!
Rispondi con citazione | Segnalare
Guys, I've been running on a pi for a couple of years now. It can be run from the command line, or a script. And the script can be put into cron to periodically update. Following is the script I run:
#!/bin/bashIP=`dig +short myip.opendns.com @resolver1.opendns.com`HOSTNAME=your_host.dynu.comPASSWD=your_passwordUSER_NAME=your_dynu.com_usernamehostname=$HOSTNAME&myip=$IP&myipv6=$IPv6&password=$PASSWDecho url="https://api.dynu.com/nic/update?myip=$IP&username=$USER_NAME&password=$PASSWD" | curl -k -o /home/kehrli/dynu.com/dynu.com.log -K -You'll have to install curl if not already (sudo apt-get install curl). I run the script every 5 mins in cron.
Rispondi con citazione | Segnalare
mikekehrli wrote:Guys, I've been running on a pi for a couple of years now. It can be run from the command line, or a script. And the script can be put into cron to periodically update. Following is the script I run:#!/bin/bashIP=`dig +short myip.opendns.com @resolver1.opendns.com`HOSTNAME=your_host.dynu.comPASSWD=your_passwordUSER_NAME=your_dynu.com_usernameecho url="https://api.dynu.com/nic/update?myip=$IP&username=$USER_NAME&password=$PASSWD" | curl -k -o /home/user_name/dynu.com/dynu.com.log -K -You'll have to install curl if not already (sudo apt-get install curl). I run the script every 5 mins in cron.
Rispondi con citazione | Segnalare
Autore | Argomento: Dynu IP Update Client for Raspberry Pi 3 possible? |
---|---|
Dirk Platt Iscritto: 21/05/2017 |
Dynu IP Update Client for Raspberry Pi 3 possible? venerdì 4 agosto 2017 05:51
Hi,any plans to build an ARM Version of the "Dynu IP Update Client" for the Raspberry Pi 3?Would really be helpful since ddclient seems to have no support for ipv6.Regards, Dirk
|
olinaquabots Iscritto: 21/04/2018 |
Dynu IP Update Client for Raspberry Pi 3 possible? martedì 24 aprile 2018 09:13
I'd also like to install the IP update client on a Raspberry Pi. Is there any way to do this, or are there any plans to provide an ARM build?Thanks!
|
mikekehrli Iscritto: 21/07/2015 |
Dynu IP Update Client for Raspberry Pi 3 possible? lunedì 7 maggio 2018 01:18
Guys, I've been running on a pi for a couple of years now. It can be run from the command line, or a script. And the script can be put into cron to periodically update. Following is the script I run:
#!/bin/bashIP=`dig +short myip.opendns.com @resolver1.opendns.com`HOSTNAME=your_host.dynu.comPASSWD=your_passwordUSER_NAME=your_dynu.com_usernamehostname=$HOSTNAME&myip=$IP&myipv6=$IPv6&password=$PASSWDecho url="https://api.dynu.com/nic/update?myip=$IP&username=$USER_NAME&password=$PASSWD" | curl -k -o /home/kehrli/dynu.com/dynu.com.log -K -You'll have to install curl if not already (sudo apt-get install curl). I run the script every 5 mins in cron. |
mikekehrli Iscritto: 21/07/2015 |
Dynu IP Update Client for Raspberry Pi 3 possible? lunedì 7 maggio 2018 01:21
|
Al momento è sabato 23 novembre 2024 23:08 US Mountain Standard Time
sabato 23 novembre 2024 23:08