Change the DNS servers for the network interfaces on my Windows server

In Network Connections, right-click the local area connection, and then click Properties.

In Local Area Connection Properties, select Internet Protocol (TCP/IP), and then click Properties.

Click Use the following DNS server addresses, and in Preferred DNS server and Alternate DNS server, type the IP addresses of the preferred and alternate DNS servers.

To add more DNS servers, click the Advanced button.

  • Email, SSL
  • 0 Utilizadores acharam útil
Esta resposta foi útil?

Related Articles

Create PostgreSQL user account

It is advisable to run PostgreSQL under a separate user account. This user account should only...

Fix nameservers not working for Linux servers

If you have your own namerservers or you are using nameservers provided by host, and these...

MySQL will not start, “MySQL File ‘/usr/share/mysql/charsets/?.conf’ not found” in error log.

The most common cause for this error, is a failed downgrade of MySQL from 4.1 to 4.0.  Many...

Finding what packages are installed on a Linux system

For distributions that use RPM format packages, use the command: $ rpm -qa You may want to...

Manage Database Roles

Solution Database roles are conceptually completely separate from operating system users....