DDNS adding router name in the hostname

Having trouble with DDNS and DynDNS.org it keeps adding my router name in front of my hostname???
I used 0 0 5 0 for debugging.
Here is what the log says
000234: Jul 24 14:43:24.695 PCTime: DYNDNSUPD: Adding DNS mapping for ZOMBIE_DEFENCE_R1.hidden.dyndns.org <=> xx.xxx.xxx.xxx
000235: Jul 24 14:43:24.695 PCTime: HTTPDNS: Update add called for ZOMBIE_DEFENCE_R1.hidden.dyndns.org <=> xx.xxx.xxx.xxx
000236: Jul 24 14:43:24.695 PCTime: HTTPDNSUPD: Session ID = 0x15
000237: Jul 24 14:43:24.695 PCTime: HTTPDNSUPD: URL = 'http://USERHIDDEN:[email protected]/nic/update?system=dyndns&hostname=ZOMBIE_DEFENCE_R1.hidden.dyndns.org&[email protected]/nic/update?system=dyndns&hostname=ZOMBIE_DEFENCE_R1.hidden.dyndns.org&myip=xx.xxx.xxx.xxx'
000238: Jul 24 14:43:24.695 PCTime: HTTPDNSUPD: Sending request
000239: Jul 24 14:43:25.095 PCTime: HTTPDNSUPD: Response for update ZOMBIE_DEFENCE_R1.hidden.dyndns.org <=> xx.xxx.xxx.xxx
000240: Jul 24 14:43:25.095 PCTime: HTTPDNSUPD: DATA START
nohost
000241: Jul 24 14:43:25.095 PCTime: HTTPDNSUPD: DATA END, Status is Response data recieved, successfully
000242: Jul 24 14:43:25.095 PCTime: HTTPDNSUPD: Call returned SUCCESS, update of ZOMBIE_DEFENCE_R1.hidden.dyndns.org <=> xx.xxx.xxx.xxx succeeded
000243: Jul 24 14:43:25.095 PCTime: DYNDNSUPD: Another update completed (outstanding=0, total=0)
000244: Jul 24 14:43:25.095 PCTime: HTTPDNSUPD: Clearing all session 21 info
Here are my config options
ip domain name hidden.dyndns.org
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip ddns update method DynDNS
HTTP
  add http://hidden:[email protected]/nic/update?system=dyndns&hostname=hidden.dyndns.org&[email protected]/nic/update?system=dyndns&hostname=hidden.dyndns.org&myip=<a>
  remove http://hidden:[email protected]/nic/update?system=dyndns&hostname=hidden.dyndns.org&[email protected]/nic/update?system=dyndns&hostname=hidden.dyndns.org&myip=<a>
interval maximum 0 0 5 0
interface FastEthernet4
description WAN SIDE
ip ddns update hostname hidden.dyndns.org
ip ddns update DynDNS host hidden.dyndns.org

Hi Kris,
Mine works, but our syntax is different.  I used CCA on a UC500 to configure the following resulting ddns configuration
home#sh run | b ddnsip ddns update method sdm_ddns1 HTTP  add http://fred:[email protected]/nic/update?system=dyndns&hostname=[email protected]/nic/update?system=dyndns&hostname=&myip=  remove http://fred:[email protected]/nic/update?system=dyndns&hostname=[email protected]/nic/update?system=dyndns&hostname=&myip= interval maximum 2 0 0 0 interval minimum 1 0 0 0
interface FastEthernet0/0
description $FW_OUTSIDE$
bandwidth 982
ip dhcp client update dns server none
ip ddns update hostname nivada.homeip.net
ip ddns update sdm_ddns1
ip address dhcp client-id FastEthernet0/0

Similar Messages

  • Adding file name in the sender Adaptor

    Hi ,
    I am facing some problem in adding file name .
    The scenario is like this :
    The file needs to be send from on system  and needs to be Archived . Once processed, the archived file should be prefixed with ARCH_ so that it is not picked up again .And the other thing given is the file name used will be of the format XXX_YYY_nnnnnnnnnn.DAT where nnnnnnnnnn is the date stamp .
    Please help it's urgent ......
    Thanks and regards
    Anita

    Hi,
    if you can have XML achvived files you can use
    standard
    processing mode: Archive
    with one swich you can set the timestamp mode
    yyyMMdd-hhMMss-SSS_.
    ref
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards,
    michal

  • Need helpcreating a script to read the name of a folder and adding that name into the permissions of that folder

    Need help creating a script to read the name of a folder (which is the AD Username) and adding that name into the permissions of that folder.
    I have over 100 folders which I need to add the AD user to read and write to their own folder
    Hope you guys understand what I mean

    Just to add, Mac in intergrated into AD and all I need is help in creating the script
    Thanks

  • Adding column name in the out put - PL/SQL - CURSOR

    Hi All
    I am very new to pl/sql.
    I am trying to accomplish the below task in ORACLE XE in windows 7 os.
    Using the DEPT table and an explicit cursor write a block to find the location of all departments.
    dept table
    DEPTNO DNAME     LOC
    10     
    ACCOUNTING     NEW YORK
    20     RESEARCH     DALLAS
    30     SALES     CHICAGO
    40     OPERATIONS     BOSTON
    BELOW IS MY CODE :
                BEGIN                                                                    
    FOR D_DEPT_DETAILS IN (SELECT DEPTNO , LOC FROM DEPT)
    LOOP
    DBMS_OUTPUT.PUT_LINE(D_DEPT_DETAILS.DEPTNO || ' ' || D_DEPT_DETAILS.LOC);
    END LOOP;
    END;
    /                      MY OUTPUT
    10 NEW YORK
    20 DALLAS
    30 CHICAGO
    40 BOSTON
    My question is very simple
    how do i add a coloum name to the above output. I refered the book but I couldnt find it.
    Edited by: Matt on Apr 13, 2011 12:03 PM
    Edited by: Matt on Apr 13, 2011 12:13 PM
    Edited by: Matt on Apr 13, 2011 12:16 PM

    Do you want a column header in the output? If so you could do something like this:
    BEGIN
            DBMS_OUTPUT.PUT_LINE('DEPTNO LOC');
            FOR D_DEPT_DETAILS IN (SELECT DEPTNO , LOC FROM DEPT)
            LOOP
                    DBMS_OUTPUT.PUT_LINE(D_DEPT_DETAILS.DEPTNO || '      ' || D_DEPT_DETAILS.LOC);
            END LOOP;
    END;
    /

  • Adding routes not on the Global Zone

    Is it possible to add a route to a non global zone? if not, is there a way to manipulate the route coming from non global zone?

    I don't think so. There's only one kernel and only one routing table. There might be some workarounds though.
    Can you describe a little more of what you're trying to do? It might be possible to think up some workarounds. For instance, ipnat might be able to do useful rewrites.
    Darren

  • Mac Mail displaying incorrect name to the "To" and "from" field of all of my Hotmail emails

    When Hotmail is viewed via Mac Mail, the To: field displays the recipient’s name & Hotmail address. There is a serious problem with my incoming Hotmail … instead of displaying my name and Hotmail email address it displays my friend’s name (initials are RB) alongside my Hotmail email address ... for every Hotmail email that is sent to me no matter who emails me.  My contact/address book entries for my name and my friend are correct in Mac Address Book and Hotmail Contacts. Very strange.
    Mac Mail seems to be adding recipient name to the To:  field of all of my Hotmail emails & putting in the wrong name next to my email address!  I say this because the officialwww.hotmail.com site only displays a recipient email address in the To:  field (no name appears).  This error is only happening in Mac Mail with my Hotmail emails (not happening with my Gmail and Yahoo emails).
    How/why is a wrong name/my friend's name displayed next to my email address in every Hotmail message I view in Mac Mail?
    This error is only occurring in incoming Hotmail messages addressed to me.  Emails that I send using my Hotmail show my name & email address correctly in the From field.
    Thank you

    Mail has Smart Addresses that will display the name and email address under Preferences > Viewing, but your issue sounds like a different issue.
    Did you setup an outlook.com alias in Outlook.com when it made the transition? If not, add an alias and see if that helps. You can also test sending from the outlook.com alias to see if the results are as expected.
    For example if your Hotmail email is [email protected] then setup an alias [email protected]
    If that fails, test in a new User.
    Create a new User in System Preferences.
    Log into your new User.
    You can skip the Apple ID setup unless you are testing iCloud.
    Select Don't Sign in > Continue > Skip
    Open Mail and enter your Hotmail account.
    Does the problem go away?

  • Change router name

    I entered a unique router name during the initial setup but now would like to change that name to something different.  How do I make that change?

    I found where I could change the name, but now my other equipment in the house (TiVo or PDA) cannot sync through it.  By using the SSID that I originally gave it I can sync and the passwords will work.  But once I changed the name, the other equipment sees the router but the password will not work and it will not sync.
    So I changed it back and it works but I would really like to change the name, if I could

  • Just updated my iphone. Now I can se I have two? iCloud accounts? One of them appears on my phone, and I have forgotten the password. When I try to add the other account, I get the message that this account is already added, but with the name of the first

    Just updated my iphone. Now I can se I have two! iCloud accounts? One of them appears on my phone, and I have forgotten the password. When I try to add the other account, I get the message that this account is already added, but with the name of the first account where there is no available password. I have tried several times to reset the password, bun I don't get the information I need - I have no access to email. What can I do?

    Hi, thanks for the suggestion. I have tried as you suggested, and when opening the "purchased" apps some have the icloud logo next to them, but I only have "OPEN" against "Find My iPhone". When opening it up, it goes through the same routine; needs to be updated before proceeding, and wouldn't update because I don't have IOS8.
    Anything else I could try, or am I doomed!
    All of your help is much appreciated, thanks

  • CSA MC 6 - How can I create an SSL Certificate that points to a name other than the hostname?

    I have just installed CSA MC 6.0.2.  My company has a bunch of customer's that are on different domains.  We are all linked through VPN tunnels and would like to have all the agents point to a specific URL for updates rather than the hostname of the machine.
    FQDN:                    testserver.abc123.internal
    URL:                       thisserver.abc123.com
    We already have everything setup so that the clients can reach thisserver.abc123.com but I need to create a certificate with this name without changing the server's hostname.  We also don't wnat update their host files.  Any ideas?
    If anyone could help I would greatly appreciate it as we're looking to start upgrading the agents on all servers ASAP.
    Thank you,
    Cory

    What about putting the CSAMC in your DMZ and allowing those ports through your firewall?
    The nice thing is it allows hosts to communicate with the MC no matter where they are.
    You'd have to open up 80 to the MC for software updates but we haven't had any problems in 6 years with that setup.
    Tom

  • We installed a new router and changed the name of the router. Now my HP C4500 printer won't print.

    Our cable company installed a new wireless router and changed the name of the router.  Now my HP C4500 printer won't print from my laptop.
    I can't find any ot the Set Up stuff I used initially.
    Is there any way to get my printer to work again...wirelessly?

    Get the latest software for your printer from the "Support & Drivers" link at the top of this page.  When you start the installation it will ask what kind of installation you would like.  Choose "Wireless" or "Network" then click "Next".
    Eventually it will ask you to plug in a USB cable to the printer temporarily to communicate the new router's info to the printer.  Make sure to not plug in the USB until it asks.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Previously Firefox would show a number at the end of the file name (renaming the file by adding a number) showing that I had already downloaded a file at least once before. Recently that isn't happening. How do I get that feature back?

    When downloading, previously Firefox would show a number at the end of the file name (renaming the file by adding a number) showing that I had already downloaded a file at least once. Now that isn't happening. How do I get that feature back?

    When downloading, previously Firefox would show a number at the end of the file name (renaming the file by adding a number) showing that I had already downloaded a file at least once. Now that isn't happening. How do I get that feature back?

  • NAME OF THE TEST STEP ADDED

    Hello,
    I have two different machine each having teststand  installed on it .One has licensed copy  and other  is demo version.In licensed teststand  machine when i m adding  a action step  say "Action"  and  then again  adding another action step this time its name is changing to Action_2.where as in my demo machine when i am adding  the same step again and again it sadding with same name all the time "Action".could please tell me wheather their is property which i have changed or need to set so that i can get the same name all the time.
    Issue need to be solved urgently.so please reply as  soon as possible .i m waiting for your reply .thanks in advance
    regards
    kulwant singh

    Hi,
    What are the versions of your teststands'?
    There is a setting in either the Preferences or the Station Options regarding unique names.
    regards
    Ray Farmer
    Regards
    Ray Farmer

  • Do I need to provide the physcial hostname to iAS during installation or can I just that installed name into the /etc/hosts file?

     

    Hi,
    Pls confirm if you are using Windows 2000 Pro, in this O/S the
    hostname is the name of the computer itself. Check the
    MyComputer->Properties->Network Identification->Properties, the name you
    find under the computer name will be automatically taken while
    installation, if it doesn't then there is some error. However the
    C:\Winnt\System32\Drivers\Etc\hosts doesn't matter much while installing
    iAS 6.0 SP1 or above. Hope this helps
    Regards
    Raj
    Hazel Seow wrote:
    Do I need to provide the physcial hostname to iAS during installation
    or can I just that installed name into the /etc/hosts file?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Where do I find the router name?

    i have the E31000 linksys where do I find the router name?

    What do you mean the router's name? Check the bottom sticker.

  • CSCul66951 LDAP routing query fails when user name is the same (6 july 2014)

    in the case CSCul66951 LDAP routing query fails when user name is the same it is mentionned that the version 8.0.2-055 correct this bug ? How come i don't see this version on my menu Available upgrades from my IronPort C370 ?
    Is there someone on the support team that have try this LDAP query on a IronPort C370 with this version in the development lab ?
    Do i have to open a support Case to have this version of AsyncOS ?
    Best regards,
    Benoit Belair
    University of Quebec in Montreal

    Yes - CSCul66951 - this was included w/ the 8.0.1-HP1, and is rolled into 8.5.6-074 GA release.
    See release notes, resolved issues:
    http://www.cisco.com/c/dam/en/us/td/docs/security/esa/esa8-0/release_notes/ESA_8-0-1_HP1_Release_Notes.pdf
    CSCun02766 - 8.5.6-063, which was superseded by the 8.5.6-074 GA release.  
    See release notes, resolved issues:
    http://www.cisco.com/c/dam/en/us/td/docs/security/esa/esa8-5-6/ESA_8-5-6_Release_Notes.pdf

Maybe you are looking for

  • New to java and having issues trying to modify sample code.

    i was trying to edit the following code to add about 10+ more labels and textfields and save the information to the contacts.dat in the code. it currently displays all the fields i entered, but it only saves the first 7 fields information?? not sure

  • Warning with DECIMAL field

    hi , I have created an extractor using a Ztable. The extractor is available in RSA6 transaction. When i doubl click on the extractor from RSA6, it takes me to the extractor and when i click on BACK icon from the extrcator, it takes me back to RSA6 sc

  • My Macbook pro won't sleep while its plugged in

    Hello everyone,    I bought my macbook pro few months ago. Now i'm facing sleep problem while my laptop is plugged in. I searched on internet try all stuff. but still it won't work. I does my update regularly. This is really **** small problem but it

  • Table partitioning and global indexing

    hello all, the requirement is to do table partitioning with global indexing! & also thr r almost 60 crores of rows are there! so can you tell me the way which can be done better and also please provide me the procedure with documents? thanks in advan

  • I have a Maverick "open in new window" link reference

    I have a link reference which appears to have changed itself. Seriously, originally the link sent the viewer to a new page in the same browser window. Now it is opening the link in a new window. This appears to be the case for the same link on all th