• subscribe
February 16, 2010 12:00 AM

Q. How can I disable the DNS management snap-in from being used remotely?

Windows IT Pro
InstantDoc ID #103583

A. You can normally make remote connections to a DNS server using a dynamic remote procedure call (RPC) port allocation (ports 49152 to 65535). If you want to disable this remote ability, you can make a registry change and then stop and start the DNS service.

  1. Start the registry editor (regedit.exe).
  2. Move to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\DNS\Parameters.
  3. From the Edit menu, select New, DWORD value.
  4. Enter a name of RpcProtocol and press Enter.
  5. Double-click the new value and set it to 4.
  6. Click OK.
  7. Restart the DNS Server service with the commands
net stop dns
net start dns

Related Reading:



Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.


ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here