JSI Tip 2663. How do I prevent Windows 2000 RAS from assigning WINS and DNS addresses to RAS clients?

Jerold Schulman

July 31, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

In Windows 2000, RAS always assigns WINS and DNS addresses to RAS clients using the information on the TCP/IP tab of the RAS server.

To disable these features, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESystemCurrentControlSetServicesRemoteAccessParametersIP

To disable the assigning of WINS addresses, Add Value name SuppressWINSNameServers, as a REG_DWORD data type. Set the data value to 1.

To disable the assigning of DNS addresses, Add Value name SuppressDNSNameServers, as a REG_DWORD data type. Set the data value to 1.

Stop and restart your RemoteAccess service.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like