How to configure dynamic DNS updates when using stateless IPv6 addressing?Switching to IPv6 implies dropping NAT. Is that a good thing?How can I 'dip my toes' into dynamic IPv6 network addressing?“The zone can be scavenged after” keeps incrementingAD Dynamic DNS not working with Linux IPv6Disabling dynamic DNS updates with Group PolicyAD Dynamic DNS Updates not triggering on clientsNon-secure DNS server - Allow dynamic updates only from DHCP serverHow to fully disable Dynamic DNS on Windows Server?Why isn't RDNSS working on Windows 10 post Creators UpdateDynamic DNS updates on OSX Clients

How strong are Wi-Fi signals?

What is the object moving across the ceiling in this stock footage?

Did 20% of US soldiers in Vietnam use heroin, 95% of whom quit afterwards?

Any advice on creating fictional locations in real places when writing historical fiction?

Is "cool" appropriate or offensive to use in IMs?

My employer faked my resume to acquire projects

In general, would I need to season a meat when making a sauce?

Can the Levitate spell be used to cause damage by slamming a creature?

Should I disclose a colleague's illness (that I should not know) when others badmouth him

Can a person survive on blood in place of water?

Sitecore 9.0 works with solr 7.2.1?

Why does this if-statement combining assignment and an equality check return true?

Imitating a conveyor belt in `TikZ`

Is the field of q-series 'dead'?

The art of clickbait captions

Why does Mjolnir fall down in Age of Ultron but not in Endgame?

Is it rude to call a professor by their last name with no prefix in a non-academic setting?

Why aren't space telescopes put in GEO?

Apache redirect to https:/www only partially working

Would Jetfuel for a modern jet like an F-16 or a F-35 be producable in the WW2 era?

Website returning plaintext password

Why didn't Thanos use the Time Stone to stop the Avengers' plan?

Is it legal to meet with potential future employers in the UK, whilst visiting from the USA

Why do most published works in medical imaging try to reduce false positives?



How to configure dynamic DNS updates when using stateless IPv6 addressing?


Switching to IPv6 implies dropping NAT. Is that a good thing?How can I 'dip my toes' into dynamic IPv6 network addressing?“The zone can be scavenged after” keeps incrementingAD Dynamic DNS not working with Linux IPv6Disabling dynamic DNS updates with Group PolicyAD Dynamic DNS Updates not triggering on clientsNon-secure DNS server - Allow dynamic updates only from DHCP serverHow to fully disable Dynamic DNS on Windows Server?Why isn't RDNSS working on Windows 10 post Creators UpdateDynamic DNS updates on OSX Clients






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I am using Server 2012 with AD/DNS/DHCP. I have successfully configured stateful DHCPv6 however this does not accomplish what I would like to achieve so I disabled it and I'm currently trying to get stateless DHCPv6 working. I wish to use stateless IPv6 addressing and have my DNS server add entries for these hosts and update them dynamically. Windows systems that are joined to the domain work great with both IPv4 and IPv6. However, I have Windows 8.1 Tablets, Android 4.4.x phones, Fedora 20, and Linux Mint machines that need IPv6 DNS capability as I have numerous services that are IPv6 compatible; and not having to deal with port forwarding, NAT, and such would be amazing.



In my DNS Forward Lookup Zone, let's say example.com, I have enabled secure/non-secure updates. I have configured scavenging and aging to mitigate any stale records. I have also configured the "Primary DNS Suffix" on the windows tablets; I'm starting with the windows devices as they will probably be easiest.



So far, with what I have tried, I have not seen a single DNS record for NON-Domain Joined Machines.










share|improve this question



















  • 2





    This will be very difficult without DHCPv6. Why are you not using it?

    – Michael Hampton
    Feb 19 '15 at 5:44






  • 3





    With stateless auto configuration the only device that has all the information needed to update the DNS is the client itself. Every client had to be configured to do DNS updates so this will be different for each type of client.

    – Sander Steffann
    Feb 19 '15 at 8:09











  • I was running DHCPv6 along with stateless IPv6 configured clients but they just seemed to overlook my DHCP server. I didn't turn the DHCP server off it just doesn't appear to be doing anything for devices that aren't part of the domain. I have wireshark open and it's silent when set to show only DHCPv6.

    – japtain.cack
    Feb 20 '15 at 0:13












  • Actually, after reading the resource below, I may have gotten the Windows Tabs to work. They had to be configured with primary DNS suffixes, and running the command: [netsh interface ipv6 set interface < server_interface > adv=en managed=en other=en] on the server seemed to do the tirck. Now onto the Linux machine and to the phones. The latter may not be possible as I can't configure them with a DNS suffix... blogs.technet.com/b/teamdhcp/archive/2009/03/03/…

    – japtain.cack
    Feb 20 '15 at 0:25


















1















I am using Server 2012 with AD/DNS/DHCP. I have successfully configured stateful DHCPv6 however this does not accomplish what I would like to achieve so I disabled it and I'm currently trying to get stateless DHCPv6 working. I wish to use stateless IPv6 addressing and have my DNS server add entries for these hosts and update them dynamically. Windows systems that are joined to the domain work great with both IPv4 and IPv6. However, I have Windows 8.1 Tablets, Android 4.4.x phones, Fedora 20, and Linux Mint machines that need IPv6 DNS capability as I have numerous services that are IPv6 compatible; and not having to deal with port forwarding, NAT, and such would be amazing.



In my DNS Forward Lookup Zone, let's say example.com, I have enabled secure/non-secure updates. I have configured scavenging and aging to mitigate any stale records. I have also configured the "Primary DNS Suffix" on the windows tablets; I'm starting with the windows devices as they will probably be easiest.



So far, with what I have tried, I have not seen a single DNS record for NON-Domain Joined Machines.










share|improve this question



















  • 2





    This will be very difficult without DHCPv6. Why are you not using it?

    – Michael Hampton
    Feb 19 '15 at 5:44






  • 3





    With stateless auto configuration the only device that has all the information needed to update the DNS is the client itself. Every client had to be configured to do DNS updates so this will be different for each type of client.

    – Sander Steffann
    Feb 19 '15 at 8:09











  • I was running DHCPv6 along with stateless IPv6 configured clients but they just seemed to overlook my DHCP server. I didn't turn the DHCP server off it just doesn't appear to be doing anything for devices that aren't part of the domain. I have wireshark open and it's silent when set to show only DHCPv6.

    – japtain.cack
    Feb 20 '15 at 0:13












  • Actually, after reading the resource below, I may have gotten the Windows Tabs to work. They had to be configured with primary DNS suffixes, and running the command: [netsh interface ipv6 set interface < server_interface > adv=en managed=en other=en] on the server seemed to do the tirck. Now onto the Linux machine and to the phones. The latter may not be possible as I can't configure them with a DNS suffix... blogs.technet.com/b/teamdhcp/archive/2009/03/03/…

    – japtain.cack
    Feb 20 '15 at 0:25














1












1








1


1






I am using Server 2012 with AD/DNS/DHCP. I have successfully configured stateful DHCPv6 however this does not accomplish what I would like to achieve so I disabled it and I'm currently trying to get stateless DHCPv6 working. I wish to use stateless IPv6 addressing and have my DNS server add entries for these hosts and update them dynamically. Windows systems that are joined to the domain work great with both IPv4 and IPv6. However, I have Windows 8.1 Tablets, Android 4.4.x phones, Fedora 20, and Linux Mint machines that need IPv6 DNS capability as I have numerous services that are IPv6 compatible; and not having to deal with port forwarding, NAT, and such would be amazing.



In my DNS Forward Lookup Zone, let's say example.com, I have enabled secure/non-secure updates. I have configured scavenging and aging to mitigate any stale records. I have also configured the "Primary DNS Suffix" on the windows tablets; I'm starting with the windows devices as they will probably be easiest.



So far, with what I have tried, I have not seen a single DNS record for NON-Domain Joined Machines.










share|improve this question
















I am using Server 2012 with AD/DNS/DHCP. I have successfully configured stateful DHCPv6 however this does not accomplish what I would like to achieve so I disabled it and I'm currently trying to get stateless DHCPv6 working. I wish to use stateless IPv6 addressing and have my DNS server add entries for these hosts and update them dynamically. Windows systems that are joined to the domain work great with both IPv4 and IPv6. However, I have Windows 8.1 Tablets, Android 4.4.x phones, Fedora 20, and Linux Mint machines that need IPv6 DNS capability as I have numerous services that are IPv6 compatible; and not having to deal with port forwarding, NAT, and such would be amazing.



In my DNS Forward Lookup Zone, let's say example.com, I have enabled secure/non-secure updates. I have configured scavenging and aging to mitigate any stale records. I have also configured the "Primary DNS Suffix" on the windows tablets; I'm starting with the windows devices as they will probably be easiest.



So far, with what I have tried, I have not seen a single DNS record for NON-Domain Joined Machines.







networking domain-name-system windows-server-2012 ipv6 dynamic-dns






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 20 '15 at 7:32







japtain.cack

















asked Feb 19 '15 at 5:36









japtain.cackjaptain.cack

166




166







  • 2





    This will be very difficult without DHCPv6. Why are you not using it?

    – Michael Hampton
    Feb 19 '15 at 5:44






  • 3





    With stateless auto configuration the only device that has all the information needed to update the DNS is the client itself. Every client had to be configured to do DNS updates so this will be different for each type of client.

    – Sander Steffann
    Feb 19 '15 at 8:09











  • I was running DHCPv6 along with stateless IPv6 configured clients but they just seemed to overlook my DHCP server. I didn't turn the DHCP server off it just doesn't appear to be doing anything for devices that aren't part of the domain. I have wireshark open and it's silent when set to show only DHCPv6.

    – japtain.cack
    Feb 20 '15 at 0:13












  • Actually, after reading the resource below, I may have gotten the Windows Tabs to work. They had to be configured with primary DNS suffixes, and running the command: [netsh interface ipv6 set interface < server_interface > adv=en managed=en other=en] on the server seemed to do the tirck. Now onto the Linux machine and to the phones. The latter may not be possible as I can't configure them with a DNS suffix... blogs.technet.com/b/teamdhcp/archive/2009/03/03/…

    – japtain.cack
    Feb 20 '15 at 0:25













  • 2





    This will be very difficult without DHCPv6. Why are you not using it?

    – Michael Hampton
    Feb 19 '15 at 5:44






  • 3





    With stateless auto configuration the only device that has all the information needed to update the DNS is the client itself. Every client had to be configured to do DNS updates so this will be different for each type of client.

    – Sander Steffann
    Feb 19 '15 at 8:09











  • I was running DHCPv6 along with stateless IPv6 configured clients but they just seemed to overlook my DHCP server. I didn't turn the DHCP server off it just doesn't appear to be doing anything for devices that aren't part of the domain. I have wireshark open and it's silent when set to show only DHCPv6.

    – japtain.cack
    Feb 20 '15 at 0:13












  • Actually, after reading the resource below, I may have gotten the Windows Tabs to work. They had to be configured with primary DNS suffixes, and running the command: [netsh interface ipv6 set interface < server_interface > adv=en managed=en other=en] on the server seemed to do the tirck. Now onto the Linux machine and to the phones. The latter may not be possible as I can't configure them with a DNS suffix... blogs.technet.com/b/teamdhcp/archive/2009/03/03/…

    – japtain.cack
    Feb 20 '15 at 0:25








2




2





This will be very difficult without DHCPv6. Why are you not using it?

– Michael Hampton
Feb 19 '15 at 5:44





This will be very difficult without DHCPv6. Why are you not using it?

– Michael Hampton
Feb 19 '15 at 5:44




3




3





With stateless auto configuration the only device that has all the information needed to update the DNS is the client itself. Every client had to be configured to do DNS updates so this will be different for each type of client.

– Sander Steffann
Feb 19 '15 at 8:09





With stateless auto configuration the only device that has all the information needed to update the DNS is the client itself. Every client had to be configured to do DNS updates so this will be different for each type of client.

– Sander Steffann
Feb 19 '15 at 8:09













I was running DHCPv6 along with stateless IPv6 configured clients but they just seemed to overlook my DHCP server. I didn't turn the DHCP server off it just doesn't appear to be doing anything for devices that aren't part of the domain. I have wireshark open and it's silent when set to show only DHCPv6.

– japtain.cack
Feb 20 '15 at 0:13






I was running DHCPv6 along with stateless IPv6 configured clients but they just seemed to overlook my DHCP server. I didn't turn the DHCP server off it just doesn't appear to be doing anything for devices that aren't part of the domain. I have wireshark open and it's silent when set to show only DHCPv6.

– japtain.cack
Feb 20 '15 at 0:13














Actually, after reading the resource below, I may have gotten the Windows Tabs to work. They had to be configured with primary DNS suffixes, and running the command: [netsh interface ipv6 set interface < server_interface > adv=en managed=en other=en] on the server seemed to do the tirck. Now onto the Linux machine and to the phones. The latter may not be possible as I can't configure them with a DNS suffix... blogs.technet.com/b/teamdhcp/archive/2009/03/03/…

– japtain.cack
Feb 20 '15 at 0:25






Actually, after reading the resource below, I may have gotten the Windows Tabs to work. They had to be configured with primary DNS suffixes, and running the command: [netsh interface ipv6 set interface < server_interface > adv=en managed=en other=en] on the server seemed to do the tirck. Now onto the Linux machine and to the phones. The latter may not be possible as I can't configure them with a DNS suffix... blogs.technet.com/b/teamdhcp/archive/2009/03/03/…

– japtain.cack
Feb 20 '15 at 0:25











1 Answer
1






active

oldest

votes


















0














Ok, I have mostly figured out what needs to happen. Android and Linux systems don't report the hostname.fqdn properly for IPv6. This can supposedly be fixed however I could not get it working after days of research and bricking one Linux client. Currently it is not possible to add a DNS suffix to android phones (without rooting) so this will probably not work the way I want it too. I have all Windows machines working beautifully though.



However, and this is very important, if your router receives the DHCP request first then your client will not be configured properly via DHCP on your server. This is still causing issues and besides having a programmable router there is really no way around this to my knowledge. I have an actiontec C1000A router and its configurations are very limited. Supposedly some routers have a setting to disable DHCPv6 functions but this one does not and tries to assimilate my network. If it weren't for these few issues, IPv6 would be working perfectly. I'm sure that OS updates and future enhancements will allow these issues to be resolved.



This post was probably the most helpful:



https://social.technet.microsoft.com/Forums/windowsserver/en-US/cbf03cb1-09d4-4ce2-a5eb-3a3a94909c2e/dhcpv6-not-giving-out-addresses-where-to-start






share|improve this answer

























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "2"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f669770%2fhow-to-configure-dynamic-dns-updates-when-using-stateless-ipv6-addressing%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Ok, I have mostly figured out what needs to happen. Android and Linux systems don't report the hostname.fqdn properly for IPv6. This can supposedly be fixed however I could not get it working after days of research and bricking one Linux client. Currently it is not possible to add a DNS suffix to android phones (without rooting) so this will probably not work the way I want it too. I have all Windows machines working beautifully though.



    However, and this is very important, if your router receives the DHCP request first then your client will not be configured properly via DHCP on your server. This is still causing issues and besides having a programmable router there is really no way around this to my knowledge. I have an actiontec C1000A router and its configurations are very limited. Supposedly some routers have a setting to disable DHCPv6 functions but this one does not and tries to assimilate my network. If it weren't for these few issues, IPv6 would be working perfectly. I'm sure that OS updates and future enhancements will allow these issues to be resolved.



    This post was probably the most helpful:



    https://social.technet.microsoft.com/Forums/windowsserver/en-US/cbf03cb1-09d4-4ce2-a5eb-3a3a94909c2e/dhcpv6-not-giving-out-addresses-where-to-start






    share|improve this answer





























      0














      Ok, I have mostly figured out what needs to happen. Android and Linux systems don't report the hostname.fqdn properly for IPv6. This can supposedly be fixed however I could not get it working after days of research and bricking one Linux client. Currently it is not possible to add a DNS suffix to android phones (without rooting) so this will probably not work the way I want it too. I have all Windows machines working beautifully though.



      However, and this is very important, if your router receives the DHCP request first then your client will not be configured properly via DHCP on your server. This is still causing issues and besides having a programmable router there is really no way around this to my knowledge. I have an actiontec C1000A router and its configurations are very limited. Supposedly some routers have a setting to disable DHCPv6 functions but this one does not and tries to assimilate my network. If it weren't for these few issues, IPv6 would be working perfectly. I'm sure that OS updates and future enhancements will allow these issues to be resolved.



      This post was probably the most helpful:



      https://social.technet.microsoft.com/Forums/windowsserver/en-US/cbf03cb1-09d4-4ce2-a5eb-3a3a94909c2e/dhcpv6-not-giving-out-addresses-where-to-start






      share|improve this answer



























        0












        0








        0







        Ok, I have mostly figured out what needs to happen. Android and Linux systems don't report the hostname.fqdn properly for IPv6. This can supposedly be fixed however I could not get it working after days of research and bricking one Linux client. Currently it is not possible to add a DNS suffix to android phones (without rooting) so this will probably not work the way I want it too. I have all Windows machines working beautifully though.



        However, and this is very important, if your router receives the DHCP request first then your client will not be configured properly via DHCP on your server. This is still causing issues and besides having a programmable router there is really no way around this to my knowledge. I have an actiontec C1000A router and its configurations are very limited. Supposedly some routers have a setting to disable DHCPv6 functions but this one does not and tries to assimilate my network. If it weren't for these few issues, IPv6 would be working perfectly. I'm sure that OS updates and future enhancements will allow these issues to be resolved.



        This post was probably the most helpful:



        https://social.technet.microsoft.com/Forums/windowsserver/en-US/cbf03cb1-09d4-4ce2-a5eb-3a3a94909c2e/dhcpv6-not-giving-out-addresses-where-to-start






        share|improve this answer















        Ok, I have mostly figured out what needs to happen. Android and Linux systems don't report the hostname.fqdn properly for IPv6. This can supposedly be fixed however I could not get it working after days of research and bricking one Linux client. Currently it is not possible to add a DNS suffix to android phones (without rooting) so this will probably not work the way I want it too. I have all Windows machines working beautifully though.



        However, and this is very important, if your router receives the DHCP request first then your client will not be configured properly via DHCP on your server. This is still causing issues and besides having a programmable router there is really no way around this to my knowledge. I have an actiontec C1000A router and its configurations are very limited. Supposedly some routers have a setting to disable DHCPv6 functions but this one does not and tries to assimilate my network. If it weren't for these few issues, IPv6 would be working perfectly. I'm sure that OS updates and future enhancements will allow these issues to be resolved.



        This post was probably the most helpful:



        https://social.technet.microsoft.com/Forums/windowsserver/en-US/cbf03cb1-09d4-4ce2-a5eb-3a3a94909c2e/dhcpv6-not-giving-out-addresses-where-to-start







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 28 '15 at 10:14

























        answered Feb 28 '15 at 9:42









        japtain.cackjaptain.cack

        166




        166



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f669770%2fhow-to-configure-dynamic-dns-updates-when-using-stateless-ipv6-addressing%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos