Link to home
Start Free TrialLog in
Avatar of tblinc
tblinc

asked on

Custom Dyndns with windows 2008 DNS

Greetings,

I have a custom dyndns account with multiple A record for accessing multiple (dynamic IP) remote offices.

At my main office, I have a windows 2008 server with dns server.

I need to create a new zone using the domain name registred with dyndns. Lets call it domain.COM

My issue is that I can't access anymore every host registred with custom dyndns since the zone exist in my windows 2008 dns server. (domain.COM)

How could I configure my windows 2008 server to find every A record in my custom dyndns account ?

Thank you
Avatar of tblinc
tblinc

ASKER

to refine my question... I have mutliple host created on my dyndns custom account.

Those host are using the same domain name that I want to create in my windows 2008 server.

Internally, I can't access to host when I create my new zone using the same domain name.

How can I resolve this ?

Is there a way to import all dyndns record to my Windows 2008 dns ? Keep in mind that 90% of those record are dynamic IP address.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you wanted to so some scripting, you could have a script that queried all of the records at DynDNS and then input them into your internal DNS server.
Avatar of tblinc

ASKER

I'm building up a new exchange server. Am I doing this the correct way or not ?
Avatar of tblinc

ASKER

My current AD domain is effectively domain.local
Avatar of tblinc

ASKER

thnks