Category: DNS

  • How to get a public IP address from the command line

    Sometimes, it needs to figure out what IP a server has but the server doesn’t have GUI or web browser blocked (or not installed). The examples below contain a way of obtaining public IP via CLI. In the Windows environment you can use the next commands in the Powershell: The classic Windows command line works…

  • How to install the DNS server to Windows Server

    Читать эту же статью на русском 👉 https://dzen.ru/media/samsitblog/kak-ustanovit-dns-cerver-na-windows-server-64b8f8e0e8ee8f2515f4ecda Windows server can hold DNS Server if you activate this role. This topic covers DNS Server installation on Windows Server via GUI, Dism, and Powershell cmdlet. All options produce the same result. Installation via GUI First, start the Server Manager from the Start. Then click Manage ->…