I am trying to setup a lab type of environment for learning Active directory environment using Virtual machines on HyperV. I am planning to create a VM using Windows 2008 R2 Standard. When I google around on step of setting up Active Directory and Domain controller, one of the requirement is to configure TCP/IP and DNS network configuration. What I am confused about if I don’t have any static IP address or registered domain name (like www.mydomain.com etc), can I still setup DNS and proceed with setting up my lab for AD setup?
Lab environment for Active Directory learning without a real DNS
293 Views Asked by paul deter At
1
There are 1 best solutions below
Related Questions in DNS
- Configured TTL for A record(s) backing CNAME records
- Redirecting subdomain to directory on Azure
- SPF and DKIM records for Mandrill on DigitalOcean
- How to convert hostname to DNS name?
- Could someone bring Google OAuth2 for Cloud DNS via Rest to light?
- Spoof Captive Portal Screen on an iOS Device using DNS
- DNS_PROBE_FINISHED_NXDOMAIN on Google App Engine website
- How to check if a redirect leads to a different domain
- IP address to Domain Name? DNS?
- error CS1729: The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments
- Windows, Apache, Acrylic DNS, and wildcard subdomains
- How to configure DNS for microsoft odbc driver for oracle (in 64 bit arch.)
- How to use one time domain name in android?
- logstash dns filter miss
- Redirect website to another website if blocked in particular region
Related Questions in ACTIVE-DIRECTORY
- PowerShell Script to add newuser
- Active directory and linux nslcd binding without extending the AD schema
- Retrieve user information from Active Directory on login
- Feeding Variables in new-aduser -path option in powershell
- Log in through active directory
- Swapping attributes in AD
- How to get LastLogon from ALL Domain Controllers
- Getting LastLogon and LastLogonTimeStamp from ALL Domain Controllers into 1 output CSV
- Spring LDAP Context.REFERRAL to follow
- Avoiding Active Directory Uniqueness Constraint Violation During Rename
- samba retrieving users with arbitrary attributes
- WinApi and work with several domains
- Tomcat LDAP User Auth
- how to add multiple Owner in ADLDS groups
- Zend Framework Active Directory authentication
Related Questions in WINDOWS-SERVER-2008-R2
- IIS7 SQL ODBC and Server 2008 R2 (converted site from IIS6 2003 to 2008 R2 IIS7)
- Problems installing PHPMailer on Windows 2008 server r2 configured w/ iss 7.0
- ASP.Net 1.1 app on IIS 7 waiting threads
- Blank path in environment variable causing elevated command prompt to not respond
- What are the PHPMailer requirement for sending mail and receiving mail in IIS 7
- Set interval for Automatic (Delayed Start) Windows Services
- Why can't I access 'Advanced Settings' on an IIS website with only a net.tcp binding?
- Error installing Chocolatey via Ansible on Windows
- X509Store Certificates.Find FindByThumbprint
- Powershell script as executable giving "wrong" giving return code -1 in Bamboo
- Could AWE or anything else could help to use more SQL memory
- Connectiong Remotely To Windows Server 2008r2 Core DNS_INFO_NO_RECORDS
- WCF Service returning HTTP 405 in a POST
- Powershell Error when run on a different machine
- Do I need Windows Server 2012 and VS 2012 or 2013 to write plugins for MS CRM 2015?
Related Questions in HYPER-V
- Hyper-V and HAXM
- List all VM's by their port mirroring settings PowerShell
- Using VHD as SD card with android-x86 on Hyper-v
- Distribute large build across many build agents
- Hyper-V Get-VM in powershell via asp.net c#
- Coreos install stop on "Fetching user-data from datasource"
- Is it possible to use HAXM on a guest OS being hosted with Hyper-V?
- Coreos on hyper-v, failed to start switch root
- Having trouble with a script to move Hyper-V VM's
- Hyper-V cannot connect to local server (Windows 10 host)
- How do I track a Powershell progress and errors in C#?
- Hyper-V: Create shared folder between host and guest with internal network
- Name of the Image of a Virtual Machine in Hyper-V
- Can I lock hyper-v virtual machine so that users won't be able to close it or minimize it
- How to emulate Android with Xamarin in an Azure VM?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
From my experience, DNS is used to resolve hostnames and allow any machines connected to the domain to contact the Domain Controller. Just setup your domain as [Your Domain Name here].local to avoid any conflicts with external domains and you're all set.