Dynu IP Update Client for...
Dynu IP Update Client for Raspberry Pi 3 possible?
- Home
- Control Panel
- Community Forum
- Services
- Dynamic DNS Service
- Dynu IP Update Client for Raspberry Pi 3 possible?
- Community Forum
- Dynu IP Update Client for Raspberry Pi 3 possible?
Topic: 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
Reply with quote | Report
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!
Reply with quote | Report
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.
Reply with quote | Report
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.
Reply with quote | Report
Author | Topic: Dynu IP Update Client for Raspberry Pi 3 possible? |
---|---|
Dirk Platt Joined: 5/21/2017 |
Dynu IP Update Client for Raspberry Pi 3 possible? Friday, August 4, 2017 5:51 AM
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 Joined: 4/21/2018 |
Dynu IP Update Client for Raspberry Pi 3 possible? Tuesday, April 24, 2018 9:13 AM
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 Joined: 7/21/2015 |
Dynu IP Update Client for Raspberry Pi 3 possible? Monday, May 7, 2018 1:18 AM
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 Joined: 7/21/2015 |
Dynu IP Update Client for Raspberry Pi 3 possible? Monday, May 7, 2018 1:21 AM
|
It is currently Saturday, November 16, 2024 4:57 AM US Mountain Standard Time
Saturday, November 16, 2024 4:57 AM