Difference between revisions of "Domain Name System"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Admin
Line 1: Line 1:
It
+
=IP Addresses=
can sometimes be useful to have the IP address of nice nameservers.
+
It can sometimes be useful to have the IP address of nice nameservers. Using VT nameservers can, for example, solve an ISP's meddling in your Firefox address bar/Google I'm feeling lucky magic redirects.
Using VT nameservers can, for example, solve an ISP's meddling in your
 
Firefox address bar/Google I'm feeling lucky magic redirects.  
 
  
 
The addresses for VT's nameservers are:
 
The addresses for VT's nameservers are:
  
<ul><li> 198.82.247.66
+
* 198.82.247.66
</li><li> 198.82.247.98
+
* 198.82.247.98
</li><li> 198.82.247.34
+
* 198.82.247.34
</li></ul>
+
 
[http://rdweb.cns.vt.edu/public/notes/dns/ Optimization Map]
+
<!-- They took this offline :( [http://rdweb.cns.vt.edu/public/notes/dns/ Optimization Map] -->
 +
 
 +
=www. Required for Subdomains=
 +
Requiring <code>www<code> in front of all subdomains is a known but ignored issue. Apparently nobody at CNS has bothered to fix it. Rumor has it that the utility of their 25-year-old maintenance scripts is to blame for this issue and other DNS complications like difficulty maintaining MX records.
 +
 
 +
=External Links=
 +
* [http://no-www.org/ www. is deprecated.]
  
 
[[Category:Campus computing resources]]
 
[[Category:Campus computing resources]]

Revision as of 17:32, 2 December 2009

IP Addresses

It can sometimes be useful to have the IP address of nice nameservers. Using VT nameservers can, for example, solve an ISP's meddling in your Firefox address bar/Google I'm feeling lucky magic redirects.

The addresses for VT's nameservers are:

  • 198.82.247.66
  • 198.82.247.98
  • 198.82.247.34


www. Required for Subdomains

Requiring www in front of all subdomains is a known but ignored issue. Apparently nobody at CNS has bothered to fix it. Rumor has it that the utility of their 25-year-old maintenance scripts is to blame for this issue and other DNS complications like difficulty maintaining MX records.

External Links