ddclient: Invalid Value for keyword 'ip' = '' (Dynamic DNS)
Previous posts on this topic appear to be outdated or not useful. Running 17.04 on a Pine64.
When running ddclient with dynu.com service I get an email with the following error (*** where I deleted values for privacy):
WARNING: file /var/cache/ddclient/ddclient.cache, line 8: Invalid Value for keyword 'ip' = ''
WARNING: skipping update of ***.DYNU.NET from <nothing> to ***.
WARNING: last updated <never> but last attempt on Tue Jun 20 15:26:07 2017 failed.
WARNING: Wait at least 5 minutes between update attempts.
My configuration file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=checkip.dynu.com/, web-skip='IP Address'
server=api.dynu.com
protocol=dyndns2
server=dynu.com
login=***
password='***
***.DYNU.NET
I've tried different IP services as well, such as ipinfo.io/ip
Any new patches or updates on this issue?
dns ddclient
add a comment |
Previous posts on this topic appear to be outdated or not useful. Running 17.04 on a Pine64.
When running ddclient with dynu.com service I get an email with the following error (*** where I deleted values for privacy):
WARNING: file /var/cache/ddclient/ddclient.cache, line 8: Invalid Value for keyword 'ip' = ''
WARNING: skipping update of ***.DYNU.NET from <nothing> to ***.
WARNING: last updated <never> but last attempt on Tue Jun 20 15:26:07 2017 failed.
WARNING: Wait at least 5 minutes between update attempts.
My configuration file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=checkip.dynu.com/, web-skip='IP Address'
server=api.dynu.com
protocol=dyndns2
server=dynu.com
login=***
password='***
***.DYNU.NET
I've tried different IP services as well, such as ipinfo.io/ip
Any new patches or updates on this issue?
dns ddclient
You haveserver
defined twice, and domain set at ***.DYNU.NET instead of ***.dynu.net.
– heynnema
Jun 20 '17 at 20:22
So when I adjust for those issues I get the following messages: 'WARNING: file /var/cache/ddclient/ddclient.cache, line 9: Invalid Value for keyword 'ip' = '' WARNING: updating saxafray.dynu.net: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
– Jesse Yishai
Jun 20 '17 at 20:53
Delete/var/cache/ddclient/ddclient.cache
. The WARNING message is because you're trying to update to many times in too short of a period.
– heynnema
Jun 20 '17 at 21:04
Also, try and change web-skip to 'Current IP Address: ' and note the space after the :
– heynnema
Jun 20 '17 at 21:07
add a comment |
Previous posts on this topic appear to be outdated or not useful. Running 17.04 on a Pine64.
When running ddclient with dynu.com service I get an email with the following error (*** where I deleted values for privacy):
WARNING: file /var/cache/ddclient/ddclient.cache, line 8: Invalid Value for keyword 'ip' = ''
WARNING: skipping update of ***.DYNU.NET from <nothing> to ***.
WARNING: last updated <never> but last attempt on Tue Jun 20 15:26:07 2017 failed.
WARNING: Wait at least 5 minutes between update attempts.
My configuration file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=checkip.dynu.com/, web-skip='IP Address'
server=api.dynu.com
protocol=dyndns2
server=dynu.com
login=***
password='***
***.DYNU.NET
I've tried different IP services as well, such as ipinfo.io/ip
Any new patches or updates on this issue?
dns ddclient
Previous posts on this topic appear to be outdated or not useful. Running 17.04 on a Pine64.
When running ddclient with dynu.com service I get an email with the following error (*** where I deleted values for privacy):
WARNING: file /var/cache/ddclient/ddclient.cache, line 8: Invalid Value for keyword 'ip' = ''
WARNING: skipping update of ***.DYNU.NET from <nothing> to ***.
WARNING: last updated <never> but last attempt on Tue Jun 20 15:26:07 2017 failed.
WARNING: Wait at least 5 minutes between update attempts.
My configuration file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=checkip.dynu.com/, web-skip='IP Address'
server=api.dynu.com
protocol=dyndns2
server=dynu.com
login=***
password='***
***.DYNU.NET
I've tried different IP services as well, such as ipinfo.io/ip
Any new patches or updates on this issue?
dns ddclient
dns ddclient
edited Jun 20 '17 at 20:02
Jesse Yishai
asked Jun 20 '17 at 19:56
Jesse YishaiJesse Yishai
2615
2615
You haveserver
defined twice, and domain set at ***.DYNU.NET instead of ***.dynu.net.
– heynnema
Jun 20 '17 at 20:22
So when I adjust for those issues I get the following messages: 'WARNING: file /var/cache/ddclient/ddclient.cache, line 9: Invalid Value for keyword 'ip' = '' WARNING: updating saxafray.dynu.net: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
– Jesse Yishai
Jun 20 '17 at 20:53
Delete/var/cache/ddclient/ddclient.cache
. The WARNING message is because you're trying to update to many times in too short of a period.
– heynnema
Jun 20 '17 at 21:04
Also, try and change web-skip to 'Current IP Address: ' and note the space after the :
– heynnema
Jun 20 '17 at 21:07
add a comment |
You haveserver
defined twice, and domain set at ***.DYNU.NET instead of ***.dynu.net.
– heynnema
Jun 20 '17 at 20:22
So when I adjust for those issues I get the following messages: 'WARNING: file /var/cache/ddclient/ddclient.cache, line 9: Invalid Value for keyword 'ip' = '' WARNING: updating saxafray.dynu.net: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
– Jesse Yishai
Jun 20 '17 at 20:53
Delete/var/cache/ddclient/ddclient.cache
. The WARNING message is because you're trying to update to many times in too short of a period.
– heynnema
Jun 20 '17 at 21:04
Also, try and change web-skip to 'Current IP Address: ' and note the space after the :
– heynnema
Jun 20 '17 at 21:07
You have
server
defined twice, and domain set at ***.DYNU.NET instead of ***.dynu.net.– heynnema
Jun 20 '17 at 20:22
You have
server
defined twice, and domain set at ***.DYNU.NET instead of ***.dynu.net.– heynnema
Jun 20 '17 at 20:22
So when I adjust for those issues I get the following messages: 'WARNING: file /var/cache/ddclient/ddclient.cache, line 9: Invalid Value for keyword 'ip' = '' WARNING: updating saxafray.dynu.net: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
– Jesse Yishai
Jun 20 '17 at 20:53
So when I adjust for those issues I get the following messages: 'WARNING: file /var/cache/ddclient/ddclient.cache, line 9: Invalid Value for keyword 'ip' = '' WARNING: updating saxafray.dynu.net: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
– Jesse Yishai
Jun 20 '17 at 20:53
Delete
/var/cache/ddclient/ddclient.cache
. The WARNING message is because you're trying to update to many times in too short of a period.– heynnema
Jun 20 '17 at 21:04
Delete
/var/cache/ddclient/ddclient.cache
. The WARNING message is because you're trying to update to many times in too short of a period.– heynnema
Jun 20 '17 at 21:04
Also, try and change web-skip to 'Current IP Address: ' and note the space after the :
– heynnema
Jun 20 '17 at 21:07
Also, try and change web-skip to 'Current IP Address: ' and note the space after the :
– heynnema
Jun 20 '17 at 21:07
add a comment |
2 Answers
2
active
oldest
votes
So, I changed the web domain to: ipinfo.io/ip
And removed the second instance of server
.
My final config file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=ipinfo.io/ip
server=api.dynu.com
protocol=dyndns2
#server=dynu.com
login=***
password='***'
***.DYNU.NET
And I got the wonderful email:
SUCCESS: updating ***.DYNU.NET: good: IP address set to ***
add a comment |
but I understand nothing, it's different
WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
FAILED: updating ****.freeddns.org: badauth: Bad authorization (username or password)
My final config file
**# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=dyndns2
use=web, web=checkip.dyndns.com, web-skip='IP Address'
server=members.dyndns.org
login=*****
password='*****'
*****.freeddns.org**
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f927483%2fddclient-invalid-value-for-keyword-ip-dynamic-dns%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
So, I changed the web domain to: ipinfo.io/ip
And removed the second instance of server
.
My final config file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=ipinfo.io/ip
server=api.dynu.com
protocol=dyndns2
#server=dynu.com
login=***
password='***'
***.DYNU.NET
And I got the wonderful email:
SUCCESS: updating ***.DYNU.NET: good: IP address set to ***
add a comment |
So, I changed the web domain to: ipinfo.io/ip
And removed the second instance of server
.
My final config file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=ipinfo.io/ip
server=api.dynu.com
protocol=dyndns2
#server=dynu.com
login=***
password='***'
***.DYNU.NET
And I got the wonderful email:
SUCCESS: updating ***.DYNU.NET: good: IP address set to ***
add a comment |
So, I changed the web domain to: ipinfo.io/ip
And removed the second instance of server
.
My final config file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=ipinfo.io/ip
server=api.dynu.com
protocol=dyndns2
#server=dynu.com
login=***
password='***'
***.DYNU.NET
And I got the wonderful email:
SUCCESS: updating ***.DYNU.NET: good: IP address set to ***
So, I changed the web domain to: ipinfo.io/ip
And removed the second instance of server
.
My final config file looks like this:
# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
daemon=150
syslog=yes
mail=***
mail-failure=***
pid=/var/run/ddclient.pid
ssl=yes
use=web, web=ipinfo.io/ip
server=api.dynu.com
protocol=dyndns2
#server=dynu.com
login=***
password='***'
***.DYNU.NET
And I got the wonderful email:
SUCCESS: updating ***.DYNU.NET: good: IP address set to ***
answered Jun 20 '17 at 22:00
Jesse YishaiJesse Yishai
2615
2615
add a comment |
add a comment |
but I understand nothing, it's different
WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
FAILED: updating ****.freeddns.org: badauth: Bad authorization (username or password)
My final config file
**# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=dyndns2
use=web, web=checkip.dyndns.com, web-skip='IP Address'
server=members.dyndns.org
login=*****
password='*****'
*****.freeddns.org**
New contributor
add a comment |
but I understand nothing, it's different
WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
FAILED: updating ****.freeddns.org: badauth: Bad authorization (username or password)
My final config file
**# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=dyndns2
use=web, web=checkip.dyndns.com, web-skip='IP Address'
server=members.dyndns.org
login=*****
password='*****'
*****.freeddns.org**
New contributor
add a comment |
but I understand nothing, it's different
WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
FAILED: updating ****.freeddns.org: badauth: Bad authorization (username or password)
My final config file
**# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=dyndns2
use=web, web=checkip.dyndns.com, web-skip='IP Address'
server=members.dyndns.org
login=*****
password='*****'
*****.freeddns.org**
New contributor
but I understand nothing, it's different
WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = ''
FAILED: updating ****.freeddns.org: badauth: Bad authorization (username or password)
My final config file
**# Configuration file for ddclient generated by debconf
#
# /etc/ddclient.conf
protocol=dyndns2
use=web, web=checkip.dyndns.com, web-skip='IP Address'
server=members.dyndns.org
login=*****
password='*****'
*****.freeddns.org**
New contributor
edited 27 mins ago
New contributor
answered 33 mins ago
Wiki LipseWiki Lipse
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f927483%2fddclient-invalid-value-for-keyword-ip-dynamic-dns%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You have
server
defined twice, and domain set at ***.DYNU.NET instead of ***.dynu.net.– heynnema
Jun 20 '17 at 20:22
So when I adjust for those issues I get the following messages: 'WARNING: file /var/cache/ddclient/ddclient.cache, line 9: Invalid Value for keyword 'ip' = '' WARNING: updating saxafray.dynu.net: nochg: No update required; unnecessary attempts to change to the current address are considered abusive
– Jesse Yishai
Jun 20 '17 at 20:53
Delete
/var/cache/ddclient/ddclient.cache
. The WARNING message is because you're trying to update to many times in too short of a period.– heynnema
Jun 20 '17 at 21:04
Also, try and change web-skip to 'Current IP Address: ' and note the space after the :
– heynnema
Jun 20 '17 at 21:07