Thread: [Ddclient-support] something hosed up
Brought to you by:
supersandro2000,
wimpunk
From: Anonymous W. V. <an...@ri...> - 2014-04-29 03:53:39
|
Hi guys, I just installed ddclient and I've clearly got something hosed up, might be the 'use' line in the .conf file, might be something else. When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my internal ip from the router. I'm guessing this is a common newb error, can you help me sort it out? Thanks much! WV |
From: wimpunk <wi...@us...> - 2014-04-29 06:59:19
|
As written on http://sourceforge.net/p/ddclient/wiki/Home/#documentation `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your configuration and the result of the verbose output to pastebin or something alike and put a link here. On 04/29/14 05:53, Anonymous West Virginia wrote: > Hi guys, I just installed ddclient and I've clearly got something hosed > up, might be the 'use' line in the .conf file, might be something else. > > When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my > VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my > internal ip from the router. > > I'm guessing this is a common newb error, can you help me sort it out? > > Thanks much! > > WV > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Ddclient-support mailing list > Ddc...@li... > https://lists.sourceforge.net/lists/listinfo/ddclient-support > |
From: Anonymous W. V. <an...@ri...> - 2014-04-29 12:43:50
|
Thanks. Will get this done tonight. On April 29, 2014 2:32:24 AM EDT, wimpunk <wi...@us...> wrote: >As written on >http://sourceforge.net/p/ddclient/wiki/Home/#documentation >`ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your >configuration and the result of the verbose output to pastebin or >something alike and put a link here. > >On 04/29/14 05:53, Anonymous West Virginia wrote: >> Hi guys, I just installed ddclient and I've clearly got something >hosed >> up, might be the 'use' line in the .conf file, might be something >else. >> >> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for >my >> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my >> internal ip from the router. >> >> I'm guessing this is a common newb error, can you help me sort it >out? >> >> Thanks much! >> >> WV >> >> >------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For >FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. Get > >> unparalleled scalability from the best Selenium testing platform >available. >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> Ddclient-support mailing list >> Ddc...@li... >> https://lists.sourceforge.net/lists/listinfo/ddclient-support >> > >------------------------------------------------------------------------------ >"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >Instantly run your Selenium tests across 300+ browser/OS combos. Get >unparalleled scalability from the best Selenium testing platform >available. >Simple to use. Nothing to install. Get started now for free." >http://p.sf.net/sfu/SauceLabs >_______________________________________________ >Ddclient-support mailing list >Ddc...@li... >https://lists.sourceforge.net/lists/listinfo/ddclient-support |
From: Anonymous W. V. <an...@ri...> - 2014-04-29 23:01:13
|
OK, 'ddclient -daemon=0 -debug -verbose -noquiet' returns nothing but [ ok ] Usage: /etc/init.d/ddclient {start|stop|restart|force-reload} When I add start to the mix it returns nothing. Here's my /etc/ddclient/ddclient.conf: daemon=60 # check every 60 seconds syslog=yes # log update msgs to syslog mail=root # mail all msgs to root mail-failure=root # mail failed update msgs to root pid=/var/run/ddclient.pid # record PID in file. ssl=yes # use ssl-support. Works with # ssl-library use=web, web=myip.dnsdynamic.com # get ip from server. server=www.dnsdynamic.org # default server login=****@******.net # default login password=***** # default password server=www.dnsdynamic.org, \ protocol=dyndns2 \ *****.dnsapi.info I checked the server listed in a browser and it returns my IP correctly. btw, I'm using http://mxtoolbox.com/DnsLookup.aspx to test this. Appreciate any ideas! wimpunk: > As written on http://sourceforge.net/p/ddclient/wiki/Home/#documentation > `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your > configuration and the result of the verbose output to pastebin or > something alike and put a link here. > > On 04/29/14 05:53, Anonymous West Virginia wrote: >> Hi guys, I just installed ddclient and I've clearly got something hosed >> up, might be the 'use' line in the .conf file, might be something else. >> >> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my >> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my >> internal ip from the router. >> >> I'm guessing this is a common newb error, can you help me sort it out? >> >> Thanks much! >> >> WV >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. Get >> unparalleled scalability from the best Selenium testing platform available. >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> Ddclient-support mailing list >> Ddc...@li... >> https://lists.sourceforge.net/lists/listinfo/ddclient-support >> > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Ddclient-support mailing list > Ddc...@li... > https://lists.sourceforge.net/lists/listinfo/ddclient-support > |
From: Anonymous W. V. <an...@ri...> - 2014-04-29 23:09:36
|
I have a feeling its not reading my .conf but a default.conf file somewhere else. I installed with apt-get (Debian) and it asked me some questions but I never did find where it created a .conf file. I created the one you see in /etc/ddclient (create the dir and cache dir too). wimpunk: > As written on http://sourceforge.net/p/ddclient/wiki/Home/#documentation > `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your > configuration and the result of the verbose output to pastebin or > something alike and put a link here. > > On 04/29/14 05:53, Anonymous West Virginia wrote: >> Hi guys, I just installed ddclient and I've clearly got something hosed >> up, might be the 'use' line in the .conf file, might be something else. >> >> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my >> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my >> internal ip from the router. >> >> I'm guessing this is a common newb error, can you help me sort it out? >> >> Thanks much! >> >> WV >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. Get >> unparalleled scalability from the best Selenium testing platform available. >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> Ddclient-support mailing list >> Ddc...@li... >> https://lists.sourceforge.net/lists/listinfo/ddclient-support >> > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Ddclient-support mailing list > Ddc...@li... > https://lists.sourceforge.net/lists/listinfo/ddclient-support > |
From: Anonymous W. V. <an...@ri...> - 2014-04-30 01:09:30
|
Believe I fixed it. Put hostname= in front of the hostname, starts without error. I THINK the wrong ip thing might just be a propagation issue. co...@cc...: > Sounds like your path includes a script file rather than the real > ddclient, maybe? > > Anonymous West Virginia <an...@ri...> wrote: > >> I have a feeling its not reading my .conf but a default.conf file >> somewhere else. I installed with apt-get (Debian) and it asked me some >> questions but I never did find where it created a .conf file. I created >> the one you see in /etc/ddclient (create the dir and cache dir too). >> >> wimpunk: >>> As written on http://sourceforge.net/p/ddclient/wiki/Home/#documentation >>> `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your >>> configuration and the result of the verbose output to pastebin or >>> something alike and put a link here. >>> >>> On 04/29/14 05:53, Anonymous West Virginia wrote: >>>> Hi guys, I just installed ddclient and I've clearly got something hosed >>>> up, might be the 'use' line in the .conf file, might be something else. >>>> >>>> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my >>>> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my >>>> internal ip from the router. >>>> >>>> I'm guessing this is a common newb error, can you help me sort it out? >>>> >>>> Thanks much! >>>> >>>> WV >>>> >>>> ------------------------------------------------------------------------------ >>>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >>>> Instantly run your Selenium tests across 300+ browser/OS combos. Get >>>> unparalleled scalability from the best Selenium testing platform available. >>>> Simple to use. Nothing to install. Get started now for free." >>>> http://p.sf.net/sfu/SauceLabs >>>> _______________________________________________ >>>> Ddclient-support mailing list >>>> Ddc...@li... >>>> https://lists.sourceforge.net/lists/listinfo/ddclient-support >>>> >>> >>> ------------------------------------------------------------------------------ >>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >>> Instantly run your Selenium tests across 300+ browser/OS combos. Get >>> unparalleled scalability from the best Selenium testing platform available. >>> Simple to use. Nothing to install. Get started now for free." >>> http://p.sf.net/sfu/SauceLabs >>> _______________________________________________ >>> Ddclient-support mailing list >>> Ddc...@li... >>> https://lists.sourceforge.net/lists/listinfo/ddclient-support >>> >> >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. Get >> unparalleled scalability from the best Selenium testing platform available. >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> Ddclient-support mailing list >> Ddc...@li... >> https://lists.sourceforge.net/lists/listinfo/ddclient-support > |
From: <co...@cc...> - 2014-04-29 23:52:55
|
Sounds like your path includes a script file rather than the real ddclient, maybe? Anonymous West Virginia <an...@ri...> wrote: > I have a feeling its not reading my .conf but a default.conf file > somewhere else. I installed with apt-get (Debian) and it asked me some > questions but I never did find where it created a .conf file. I created > the one you see in /etc/ddclient (create the dir and cache dir too). > > wimpunk: > > As written on http://sourceforge.net/p/ddclient/wiki/Home/#documentation > > `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your > > configuration and the result of the verbose output to pastebin or > > something alike and put a link here. > > > > On 04/29/14 05:53, Anonymous West Virginia wrote: > >> Hi guys, I just installed ddclient and I've clearly got something hosed > >> up, might be the 'use' line in the .conf file, might be something else. > >> > >> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my > >> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my > >> internal ip from the router. > >> > >> I'm guessing this is a common newb error, can you help me sort it out? > >> > >> Thanks much! > >> > >> WV > >> > >> ------------------------------------------------------------------------------ > >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > >> Instantly run your Selenium tests across 300+ browser/OS combos. Get > >> unparalleled scalability from the best Selenium testing platform available. > >> Simple to use. Nothing to install. Get started now for free." > >> http://p.sf.net/sfu/SauceLabs > >> _______________________________________________ > >> Ddclient-support mailing list > >> Ddc...@li... > >> https://lists.sourceforge.net/lists/listinfo/ddclient-support > >> > > > > ------------------------------------------------------------------------------ > > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > > Instantly run your Selenium tests across 300+ browser/OS combos. Get > > unparalleled scalability from the best Selenium testing platform available. > > Simple to use. Nothing to install. Get started now for free." > > http://p.sf.net/sfu/SauceLabs > > _______________________________________________ > > Ddclient-support mailing list > > Ddc...@li... > > https://lists.sourceforge.net/lists/listinfo/ddclient-support > > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Ddclient-support mailing list > Ddc...@li... > https://lists.sourceforge.net/lists/listinfo/ddclient-support -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici co...@cc... |
From: wimpunk <wi...@us...> - 2014-04-30 06:55:12
|
Hi, I really don't understand how you can break your system that hard it uses /etc/init.d/ddclient in stead of /usr/bin/ddclient after a default install. A default debian installation installs its configuration in /etc/ddclient.conf. What do you mean if you say you putted 'hostname=' in front of the hostname? Do you mean in front of '*****.dnsapi.info'? If ddclient isn't in your path, you could try to run it with the path specified which should be /usr/sbin/ in a default debian installation. You could try to find the logging in syslog or run the verbose version as specified before. Regards, wimpunk. On 04/30/14 03:09, Anonymous West Virginia wrote: > Believe I fixed it. Put hostname= in front of the hostname, starts > without error. I THINK the wrong ip thing might just be a propagation > issue. > > co...@cc...: >> Sounds like your path includes a script file rather than the real >> ddclient, maybe? >> >> Anonymous West Virginia <an...@ri...> wrote: >> >>> I have a feeling its not reading my .conf but a default.conf file >>> somewhere else. I installed with apt-get (Debian) and it asked me some >>> questions but I never did find where it created a .conf file. I created >>> the one you see in /etc/ddclient (create the dir and cache dir too). >>> >>> wimpunk: >>>> As written on http://sourceforge.net/p/ddclient/wiki/Home/#documentation >>>> `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post your >>>> configuration and the result of the verbose output to pastebin or >>>> something alike and put a link here. >>>> >>>> On 04/29/14 05:53, Anonymous West Virginia wrote: >>>>> Hi guys, I just installed ddclient and I've clearly got something hosed >>>>> up, might be the 'use' line in the .conf file, might be something else. >>>>> >>>>> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct for my >>>>> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my >>>>> internal ip from the router. >>>>> >>>>> I'm guessing this is a common newb error, can you help me sort it out? >>>>> >>>>> Thanks much! >>>>> >>>>> WV >>>>> |
From: Anonymous W. V. <an...@ri...> - 2014-04-30 11:10:55
|
I don't know what to tell you, it put it in both places. Its all sorted out now. Since I upgraded to the new version everything works properly. I appreciate your help. On April 30, 2014 2:54:59 AM AST, wimpunk <wi...@us...> wrote: >Hi, > >I really don't understand how you can break your system that hard it >uses /etc/init.d/ddclient in stead of /usr/bin/ddclient after a default >install. A default debian installation installs its configuration in >/etc/ddclient.conf. > >What do you mean if you say you putted 'hostname=' in front of the >hostname? Do you mean in front of '*****.dnsapi.info'? > >If ddclient isn't in your path, you could try to run it with the path >specified which should be /usr/sbin/ in a default debian installation. >You could try to find the logging in syslog or run the verbose version >as specified before. > >Regards, > >wimpunk. > >On 04/30/14 03:09, Anonymous West Virginia wrote: >> Believe I fixed it. Put hostname= in front of the hostname, starts >> without error. I THINK the wrong ip thing might just be a propagation >> issue. >> >> co...@cc...: >>> Sounds like your path includes a script file rather than the real >>> ddclient, maybe? >>> >>> Anonymous West Virginia <an...@ri...> wrote: >>> >>>> I have a feeling its not reading my .conf but a default.conf file >>>> somewhere else. I installed with apt-get (Debian) and it asked me >some >>>> questions but I never did find where it created a .conf file. I >created >>>> the one you see in /etc/ddclient (create the dir and cache dir >too). >>>> >>>> wimpunk: >>>>> As written on >http://sourceforge.net/p/ddclient/wiki/Home/#documentation >>>>> `ddclient -daemon=0 -debug -verbose -noquiet` is a big help. Post >your >>>>> configuration and the result of the verbose output to pastebin or >>>>> something alike and put a link here. >>>>> >>>>> On 04/29/14 05:53, Anonymous West Virginia wrote: >>>>>> Hi guys, I just installed ddclient and I've clearly got something >hosed >>>>>> up, might be the 'use' line in the .conf file, might be something >else. >>>>>> >>>>>> When I go to whatsmyip.com I get a 108.70.*.* ip, this is correct >for my >>>>>> VPN. However, when I resolve my ddns name I a 192.168.*.* ip, my >>>>>> internal ip from the router. >>>>>> >>>>>> I'm guessing this is a common newb error, can you help me sort it >out? >>>>>> >>>>>> Thanks much! >>>>>> >>>>>> WV >>>>>> > >------------------------------------------------------------------------------ >"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >Instantly run your Selenium tests across 300+ browser/OS combos. Get >unparalleled scalability from the best Selenium testing platform >available. >Simple to use. Nothing to install. Get started now for free." >http://p.sf.net/sfu/SauceLabs >_______________________________________________ >Ddclient-support mailing list >Ddc...@li... >https://lists.sourceforge.net/lists/listinfo/ddclient-support |