Re: [Ddclient-support] wrong ip address picked up from firewall/router
Brought to you by:
supersandro2000,
wimpunk
From: Kurt B. <ku...@no...> - 2013-08-29 00:14:35
|
Sorry.. I listed %23A where it should just be %3A. On Aug 28, 2013, at 4:55 PM, Kurt Bussche <ku...@no...> wrote: > If the encoding is done right on ddclient you can use the group password by altering the username sent to us. We accepted the username in the form of username:group along with the group password on our other protocols. But with the HTTP Basic Authentication the ":" can not be used. So the fix is to replace it with the url encoded form of a colon or optionally a pound "#" symbol. Details below. > > > > First, make sure you have a username set for the account (not an email). > Second, create a group, assign your favorite host to it and set a password for that group. > Third, in ddclient set your username to a string that looks like the below one. > > username#groupname (your noip username, a pound symbol then the name of the group) > > Note: If that does not work, replace the # symbol with a %23A (which is url encode for a colon) to separate the username and group name. > > Fourth, in ddclient set the password field to the group password. > > Lastly, make the the host you have ddclient set to update is actually in the group on our site. > > > Feel free to reply directly to me. > > Thanks > Kurt > www.noip.com > > > On Aug 28, 2013, at 8:18 AM, Adam Funk <a2...@du...> wrote: > >> On 2013-07-21, Mike Scott wrote: >> >>> On 21/07/13 04:32, Kurt Bussche wrote: >>>> Is No-IP still supported by DDClient? I see no mention of us on the below link even though we use the identical protocol as Dyn. >>>> >>> Must be - I'm using it :-) >>> >>> 'ddclient --help' offers: >>> >>> The 'No-IP Compatible' protocol is used to make dynamic dns updates >>> over an http request. Details of the protocol are outlined at: >>> http://www.no-ip.com/integrate/ >> >> What do you have to do to get ddclient to work with No-IP using a >> group with its own password? (I switched from dyndns in order to get >> different passwords for host authentication & account management.) >> >> >> ------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >> Discover the easy way to master current and previous Microsoft technologies >> and advance your career. Get an incredible 1,500+ hours of step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk >> _______________________________________________ >> Ddclient-support mailing list >> Ddc...@li... >> https://lists.sourceforge.net/lists/listinfo/ddclient-support > |