TCP/IP Properties of a network connection in Windows Server 2003 has two different options, "Default gateway" and "Preferred DNS server".
|
feedback
|
migrated from serverfault.com Dec 2 '09 at 18:05
This question came from our site for system administrators and desktop support professionals.
|
The default gateway is where all traffic destined for non-local networks goes to be routed to it's destination. The preferred DNS server is the DNS server that will be used first for DNS name resolution. | |||
|
feedback
|
|
A default gateway is the host that your server will use when trying to connect to anything that's not on the same network as it is. You can manually set up routes that it will use to get to specific networks, but in the absence of those it'll use the default gateway, hence the name. A preferred DNS server (or servers) are what your server will use to translate domain names (like serverfault.com) into IP addresses (like 69.59.196.212). You'll want to have at least two of these configured, so that you can still resolve DNS if one of them goes down. If your server is in an Active Directory domain, you'll want the first DNS server to be the Domain Controller. | |||
|
feedback
|
|
Don't confuse a 'gateway' with being a DNS server (at times it can be) but most times it will not be, your gateway may provide you with DHCP (home router) while at the same time forward your DNS requests to your ISPs DNS server (making it seem @ home like your gw + dns are one in the same). For the office / work env it usually shows up broken up, a gw, and a dns server (or more). | |||
|
feedback
|
|
A very nice little tool to help you choose your preferred DNS server is namebench - http://code.google.com/p/namebench/ - Although your ISP will have provide you with the address of its DNS server, you don't have to use it - you can also have multiple DNS server addresses. Namebench runs a series of tests and then gives you a very nice plot of the available DNS servers with the fastest response and a set of recommendations for Primary, Secondary and Tertiary DNS servers. | |||
|
feedback
|
