Windows 10: Setup of alternate DNS name for domain

Discus and support Setup of alternate DNS name for domain in Windows 10 Gaming to solve the problem; I want to setup a different DNS name on my network. IE: current something like 123.com yes someone before me set that up and I also want to have... Discussion in 'Windows 10 Gaming' started by Bill Whipple, Mar 28, 2025.

  1. Setup of alternate DNS name for domain


    I want to setup a different DNS name on my network. IE: current something like 123.com yes someone before me set that up and I also want to have ab.cde.local.Any help would be apreciated.This is to facilitate the rename of the domain at some point the ab.cde.local domain and removal of the 123.com. I do have trust that will probably need to be rebuilt when that happens.

    :)
     
    Bill Whipple, Mar 28, 2025
    #1
  2. lucvdv Win User

    Additional DNS suffixes not checked if there's a dot in the partial domain name

    Windows has always had the "Append these DNS suffixes" list in network adapter (IPv4) properties.

    However, there's a difference in behavior between nslookup.exe and windows itself.

    I wish I could find a workaround for this...

    I have a forest of domains, names masked for security, length kept approximately intact.

    External domain, registered, used for e-mail etc.: aaaaaaaaa.net

    Internal top level AD domain: bbb.aaaaaaaaa.net.

    (Having bbb there allows for split DNS, base domain forwarded to external server, only bbb and subdomains DNS-hosted internally in AD.)

    Child domains: ccccccc.bbb.aaaaaaaaa.net, dddddddd.bbb.aaaaaaaaa.net, etc.

    A server name may look like, for example, ccccccc-serv3.ccccccc.bbb.aaaaaaaaa.net

    To avoid a lot of typing, I decided to try and add "bbb.aaaaaaaaa.net" to the DNS suffix list, but it turns out to be useless.

    It works in nslookup.exe:

    Code:
    nslookup ccccccc-serv3.ccccccc
    Server:  zzzzzzzz.bbb.aaaaaaaaa.netAddress:  10.250.9.1
    Code:
    Non-authoritative answer:Name:    ccccccc-serv3.ccccccc.bbb.aaaaaaaaa.netAddress:  10.13.1.9
    But that's the only place where it works, if there is a period in the name being looked up.

    Code:
    ping ccccccc-serv3.ccccccc
    Ping request could not find host ccccccc-serv3.ccccccc. Please check the name and try again.
    Same when trying to connect to a share, trying to connect with RDP, etc.

    Why can't Windows' built in network support treat this the way nslookup does?
     
    lucvdv, Mar 28, 2025
    #2
  3. robos Win User
    Getting a domain name...

    Just simple 3 steps to make your website glow to millions…
    Step 1: Sign up now and get a FREE domain!
    Step 2: Design your new website in minutes!
    Step 3: You are live! Share your life online!

    Click here…
     
    robos, Mar 28, 2025
    #3
  4. Setup of alternate DNS name for domain

    Setting up DNS on serer 2008 R2

    this is confusing. do you want to setup a DNS server on the windows box or do you want to just assign an domain name to your ip?
     
    Easy Rhino, Mar 28, 2025
    #4
Thema:

Setup of alternate DNS name for domain

Loading...
  1. Setup of alternate DNS name for domain - Similar Threads - Setup alternate DNS

  2. Setup of alternate DNS name for domain

    in Windows 10 Software and Apps
    Setup of alternate DNS name for domain: I want to setup a different DNS name on my network. IE: current something like 123.com yes someone before me set that up and I also want to have ab.cde.local.Any help would be apreciated.This is to facilitate the rename of the domain at some point the ab.cde.local domain and...
  3. "Couldn't be delivered. The Domain Name System DNS reported that the recipient's domain...

    in Windows 10 Gaming
    "Couldn't be delivered. The Domain Name System DNS reported that the recipient's domain...: My domain is not available what should I do I was about to withdraw payment from a website but it gave me a message that my domain is not available* Moved from Community Center** Original title: couldn't be delivered. The Domain Name System DNS reported that the recipient's...
  4. "Couldn't be delivered. The Domain Name System DNS reported that the recipient's domain...

    in Windows 10 Software and Apps
    "Couldn't be delivered. The Domain Name System DNS reported that the recipient's domain...: My domain is not available what should I do I was about to withdraw payment from a website but it gave me a message that my domain is not available* Moved from Community Center** Original title: couldn't be delivered. The Domain Name System DNS reported that the recipient's...
  5. CNAME with different domain name on Windows DNS server

    in Windows 10 Gaming
    CNAME with different domain name on Windows DNS server: Hi there,Hope there is someone can help me on this case. I am facing a problem when create a CNAME in forward zone on our internal DNS.Our primary domain is abc.com and have a developing domain abc-dev.com. Both domain are existing in external DNS server, but abc.com only...
  6. CNAME with different domain name on Windows DNS server

    in Windows 10 Software and Apps
    CNAME with different domain name on Windows DNS server: Hi there,Hope there is someone can help me on this case. I am facing a problem when create a CNAME in forward zone on our internal DNS.Our primary domain is abc.com and have a developing domain abc-dev.com. Both domain are existing in external DNS server, but abc.com only...
  7. Setup a new user with a work domain name

    in Windows 10 Gaming
    Setup a new user with a work domain name: What is the proper procedure for creating a work account with a work domain for a user on a new PC? I know how to create a local user, but the local user cannot access the SharePoint and O365 desktop apps. They can login to Office or Outlook.com but the PC wants the user to...
  8. Setup a new user with a work domain name

    in Windows 10 Software and Apps
    Setup a new user with a work domain name: What is the proper procedure for creating a work account with a work domain for a user on a new PC? I know how to create a local user, but the local user cannot access the SharePoint and O365 desktop apps. They can login to Office or Outlook.com but the PC wants the user to...
  9. Setup a new user with a work domain name

    in Windows 10 Customization
    Setup a new user with a work domain name: What is the proper procedure for creating a work account with a work domain for a user on a new PC? I know how to create a local user, but the local user cannot access the SharePoint and O365 desktop apps. They can login to Office or Outlook.com but the PC wants the user to...
  10. Additional DNS suffixes not checked if there's a dot in the partial domain name

    in Windows 10 Network and Sharing
    Additional DNS suffixes not checked if there's a dot in the partial domain name: Windows has always had the "Append these DNS suffixes" list in network adapter (IPv4) properties. However, there's a difference in behavior between nslookup.exe and windows itself. I wish I could find a workaround for this... I have a forest of domains, names masked for...