Creating an Active Directory domain

Installed the following on my second server:

Clicked on this:

DNS Zone appeared automatically:

On Hyper-V

On Hyper-V it requires static IP address:

ipconfig
Windows IP Configuration


Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : mshome.net
   Link-local IPv6 Address . . . . . : fe80::60b5:d31:6a0d:24a3%6
   IPv4 Address. . . . . . . . . . . : 172.29.251.82
   Subnet Mask . . . . . . . . . . . : 255.255.240.0
   Default Gateway . . . . . . . . . : 172.29.240.1

Disable the Firewall:

Win+R, sysdm.cpl:

WSL Firewall

Win+R wf.msc:

2 Responses to Creating an Active Directory domain

  1. dmitriano says:

    Connect Hyper-V VM from WSL (Ubuntu)
    https://stackoverflow.com/questions/61868920/connect-hyper-v-vm-from-wsl-ubuntu

    Get-NetIPInterface | where {$_.InterfaceAlias -eq ‘vEthernet (WSL)’ -or $_.InterfaceAlias -eq ‘vEthernet (Default Switch)’} | Set-NetIPInterface -Forwarding Enabled

Leave a Reply

Your email address will not be published. Required fields are marked *