Results 1 to 6 of 6

Thread: Updates between Cisco Router DHCP and Windows DNS

  1. #1
    Dragon Guest

    Updates between Cisco Router DHCP and Windows DNS

    Hi,

    I would like to find out if it is possible to have dynamic updates between a
    Cisco Router's DHCP server and Windows Server 2003's DNS server.

    Here is the scenario:

    - Remote locations with (custom) IP devices (We will call them DevX)
    - These devices request IP address from DHCP which is then provided by local
    Cisco Router
    - Cisco Router provides IP address and DNS address list.
    - DevX is not capable of registering itself with DNS Server
    - DevX does register its name with DHCP server when getting an IP.

    Is it possible for Cisco DHCP Server to send these registrations to a DNS
    Server on a remote Windows Server?

    Thank you.



  2. #2
    Anthony [MVP] Guest

    Re: Updates between Cisco Router DHCP and Windows DNS

    Dragon,
    No, it is not.
    With a Windows DNS Server, the client "registers" by writing its address
    into the DNS file. With a Cisco DHCP, the client does not "register"
    anything. The DHCP server assigns an address to the client, and stores the
    information.
    You would need to have a process that reads the router config, obtains the
    DHCP information and then writes it to the DNS Server. The router itself has
    no mechanism to do this.

    On the other hand, you could use a remote Windows DHCP server, by setting
    the router to forward the DHCP requests. Then you could have the Windows
    DHCP server register the clients in Windows DNS.

    The disadvantage is that the DevX clients are then dependent on the WAN for
    their address assignment. That could be OK depending on the stability of the
    WAN link.

    Hope that helps,
    Anthony
    http://www.airdesk.com



    "Dragon" <nospam_baadil@hotmail.com> wrote in message
    news:uwF748s0JHA.3476@TK2MSFTNGP05.phx.gbl...
    > Hi,
    >
    > I would like to find out if it is possible to have dynamic updates between
    > a Cisco Router's DHCP server and Windows Server 2003's DNS server.
    >
    > Here is the scenario:
    >
    > - Remote locations with (custom) IP devices (We will call them DevX)
    > - These devices request IP address from DHCP which is then provided by
    > local Cisco Router
    > - Cisco Router provides IP address and DNS address list.
    > - DevX is not capable of registering itself with DNS Server
    > - DevX does register its name with DHCP server when getting an IP.
    >
    > Is it possible for Cisco DHCP Server to send these registrations to a DNS
    > Server on a remote Windows Server?
    >
    > Thank you.
    >


  3. #3
    Dragon Guest

    Re: Updates between Cisco Router DHCP and Windows DNS

    Thank you Anthony.

    If at all possible I rather not do DHCP over WAN as I will have no control
    over the WAN connecitvity and it might be sketchy at best. Do you know of
    any DHCP server software that will run on Windows XP Pro and forward
    information to Windows DNS Server on a remote location? DevX is not capable
    of registering itself with DNS but I do have a Windows XP device at each
    remote location. If I can run some simple DHCP server on this XP machine and
    then somehow have it forward it's information to the DNS server, this might
    resolve my issue.



    "Anthony [MVP]" <anthony@no-reply.com> wrote in message
    news:eZZgcDu0JHA.4468@TK2MSFTNGP05.phx.gbl...
    > Dragon,
    > No, it is not.
    > With a Windows DNS Server, the client "registers" by writing its address
    > into the DNS file. With a Cisco DHCP, the client does not "register"
    > anything. The DHCP server assigns an address to the client, and stores the
    > information.
    > You would need to have a process that reads the router config, obtains the
    > DHCP information and then writes it to the DNS Server. The router itself
    > has no mechanism to do this.
    >
    > On the other hand, you could use a remote Windows DHCP server, by setting
    > the router to forward the DHCP requests. Then you could have the Windows
    > DHCP server register the clients in Windows DNS.
    >
    > The disadvantage is that the DevX clients are then dependent on the WAN
    > for their address assignment. That could be OK depending on the stability
    > of the WAN link.
    >
    > Hope that helps,
    > Anthony
    > http://www.airdesk.com
    >
    >
    >
    > "Dragon" <nospam_baadil@hotmail.com> wrote in message
    > news:uwF748s0JHA.3476@TK2MSFTNGP05.phx.gbl...
    >> Hi,
    >>
    >> I would like to find out if it is possible to have dynamic updates
    >> between a Cisco Router's DHCP server and Windows Server 2003's DNS
    >> server.
    >>
    >> Here is the scenario:
    >>
    >> - Remote locations with (custom) IP devices (We will call them DevX)
    >> - These devices request IP address from DHCP which is then provided by
    >> local Cisco Router
    >> - Cisco Router provides IP address and DNS address list.
    >> - DevX is not capable of registering itself with DNS Server
    >> - DevX does register its name with DHCP server when getting an IP.
    >>
    >> Is it possible for Cisco DHCP Server to send these registrations to a DNS
    >> Server on a remote Windows Server?
    >>
    >> Thank you.
    >>




  4. #4
    Grant Taylor Guest

    Re: Updates between Cisco Router DHCP and Windows DNS

    On 5/12/2009 5:45 AM, Dragon wrote:
    > If I can run some simple DHCP server on this XP machine and then
    > somehow have it forward it's information to the DNS server, this
    > might resolve my issue.


    You might look in to running a VM appliance that is running ISC's DHCP
    server as it can do dynamic DNS registration requests on behalf of
    clients even if they don't ask for it to happen.



    Grant. . . .

  5. #5
    Anthony [MVP] Guest

    Re: Updates between Cisco Router DHCP and Windows DNS

    You could go down the route of a third party dhcp server on XP.
    Or you could assign each DevX client a reserved address and then just put
    those in the DNS yourself.
    Hope that helps,
    Anthony
    http://www.airdesk.com


    "Dragon" <nospam_baadil@hotmail.com> wrote in message
    news:eTqeJ7u0JHA.4716@TK2MSFTNGP02.phx.gbl...
    > Thank you Anthony.
    >
    > If at all possible I rather not do DHCP over WAN as I will have no control
    > over the WAN connecitvity and it might be sketchy at best. Do you know of
    > any DHCP server software that will run on Windows XP Pro and forward
    > information to Windows DNS Server on a remote location? DevX is not
    > capable of registering itself with DNS but I do have a Windows XP device
    > at each remote location. If I can run some simple DHCP server on this XP
    > machine and then somehow have it forward it's information to the DNS
    > server, this might resolve my issue.
    >
    >
    >
    > "Anthony [MVP]" <anthony@no-reply.com> wrote in message
    > news:eZZgcDu0JHA.4468@TK2MSFTNGP05.phx.gbl...
    >> Dragon,
    >> No, it is not.
    >> With a Windows DNS Server, the client "registers" by writing its address
    >> into the DNS file. With a Cisco DHCP, the client does not "register"
    >> anything. The DHCP server assigns an address to the client, and stores
    >> the information.
    >> You would need to have a process that reads the router config, obtains
    >> the DHCP information and then writes it to the DNS Server. The router
    >> itself has no mechanism to do this.
    >>
    >> On the other hand, you could use a remote Windows DHCP server, by setting
    >> the router to forward the DHCP requests. Then you could have the Windows
    >> DHCP server register the clients in Windows DNS.
    >>
    >> The disadvantage is that the DevX clients are then dependent on the WAN
    >> for their address assignment. That could be OK depending on the stability
    >> of the WAN link.
    >>
    >> Hope that helps,
    >> Anthony
    >> http://www.airdesk.com
    >>
    >>
    >>
    >> "Dragon" <nospam_baadil@hotmail.com> wrote in message
    >> news:uwF748s0JHA.3476@TK2MSFTNGP05.phx.gbl...
    >>> Hi,
    >>>
    >>> I would like to find out if it is possible to have dynamic updates
    >>> between a Cisco Router's DHCP server and Windows Server 2003's DNS
    >>> server.
    >>>
    >>> Here is the scenario:
    >>>
    >>> - Remote locations with (custom) IP devices (We will call them DevX)
    >>> - These devices request IP address from DHCP which is then provided by
    >>> local Cisco Router
    >>> - Cisco Router provides IP address and DNS address list.
    >>> - DevX is not capable of registering itself with DNS Server
    >>> - DevX does register its name with DHCP server when getting an IP.
    >>>
    >>> Is it possible for Cisco DHCP Server to send these registrations to a
    >>> DNS Server on a remote Windows Server?
    >>>
    >>> Thank you.
    >>>

    >
    >


  6. #6
    Jonathan de Boyne Pollard Guest

    Re: Updates between Cisco Router DHCP and Windows DNS



    I would like to find out if it is possible to have dynamic updates between a Cisco Router's DHCP server and Windows Server 2003's DNS server.



    Is it possible for Cisco DHCP Server to send these registrations to a DNS Server on a remote Windows Server?



    No, it is not.



    With a Windows DNS Server, the client "registers" by writing its address into the DNS file. With a Cisco DHCP, the client does not "register" anything. The DHCP server assigns an address to the client, and stores the information.



    You would need to have a process that reads the router config, obtains the DHCP information and then writes it to the DNS Server. The router itself has no mechanism to do this.



    No-one has commented on this in the intervening months.&nbsp; For the benefit of Google Groups and others: A Cisco IOS DHCP server is quite capable of sending Dynamic DNS Updates to a DNS server.&nbsp; The version 12.3 and later documentation includes a guide to Dynamic DNS Support that has step-by-step guides.



Similar Threads

  1. Replies: 3
    Last Post: 30-01-2012, 11:07 PM
  2. Cisco 1921 router vs. Cisco 1941 router
    By gMALI in forum Networking & Security
    Replies: 6
    Last Post: 22-07-2011, 07:29 PM
  3. Linksys Cisco WRT120N router not showing in windows 7 PC
    By Baby bon bon in forum Networking & Security
    Replies: 4
    Last Post: 07-02-2011, 07:37 PM
  4. Problem of Cisco 7920 VoIP phone on Cisco 870 router
    By Wguy2008 in forum Networking & Security
    Replies: 4
    Last Post: 30-11-2008, 11:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,576,768.17761 seconds with 17 queries