Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Setting up ddclient
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
bungernut
Apprentice
Apprentice


Joined: 24 Jan 2004
Posts: 173

PostPosted: Thu Feb 24, 2005 5:35 am    Post subject: Setting up ddclient Reply with quote

I was having problems with dyndnsupdate so I am moving to ddclient. I cant figure out how it works yet so I am hoping to get together enough information to 1) get mine installed and then 2) maby write it neat enough to make a little how to kind of thing. My current problem is making the ddelient.conf file. Here is mine although not literally since it contains sensitive information...
Code:
protocol=dyndns2,                       \
login=<Login Name>,                        \
password=<Password>                      \
<Doamin Name>.dyndns.org

With the little documentation available, best seen via:
Code:
ddclient -h | less

the commas seem almost magical in there position and such. I dont even know if the program is reading this file. The output of running then ddclient is the follwoing
Code:
WARNING:  unable to determine IP address


I was able to get a confirmation with the following syntax:
Code:
ddclient -verbose -use=web protocol=dyndns2,login=<dyndns login>,password=<dyndns password>,<domain name>.dyndns.org


For the time being I guess I will just put this in my cron file, if there are questions about that, then I bet I could help.
_________________
Two idiots make a wrong
Back to top
View user's profile Send private message
_never_
Apprentice
Apprentice


Joined: 10 Jun 2004
Posts: 285
Location: BW, Germany

PostPosted: Thu Feb 24, 2005 6:03 am    Post subject: Reply with quote

Sorry, can't help you with ddclient, but dyndnsupdate works for me with the following setup:

Code:
dyndnsupdate -h kill.mine.nu -i ppp0 -u username:password -s statdns -w


I placed this line in a script and the script is run by /etc/ppp/ip-up and it worked just fine for many years.
_________________
Knowledge is Power.
Back to top
View user's profile Send private message
TheRAt
Veteran
Veteran


Joined: 03 Jun 2002
Posts: 1580

PostPosted: Thu Feb 24, 2005 6:06 am    Post subject: Reply with quote

my conf file looks like:
Code:
daemon=600
syslog=yes
mail=root
pid=/var/run/ddclient.pid

use=web, web=checkip.dyndns.org/, web-skip='IP Address'
login=<user>
password=<pass>
server=members.dyndns.org,    \
protocol=dyndns2        \
<host>.homeip.net


And this works fine here...
_________________
All reality is the construct of the observer.

Get Firefox and rediscover the web!

BOFH Excuse #295:
The Token fell out of the ring. Call us when you find it.
Back to top
View user's profile Send private message
someone0012
n00b
n00b


Joined: 10 Sep 2004
Posts: 35

PostPosted: Thu Feb 24, 2005 7:03 am    Post subject: Reply with quote

http://gentoo-wiki.com/HOWTO_setup_a_home-server#Configuring_dynamic_dns
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum