Revision [3213]
This is an old revision of ConfiguringYourComputer made by CalumMcAlinden on 2014-06-24 14:48:41.
Here are some basic instructions on configuring your personal computer to access the OpenNIC Top-Level Domains (TLDs). This page has, at the moment, instructions only for (in alphabetical order, to prevent religious arguments) BeOS, MacOS (with OpenTransport), a set that should work with most Unix and Unix-like systems and Windows 98/NT/2K. If you've configured a different operating system to use OpenDNS, please add it to this page.
General Information
If your ISP or network administrator, for some reason, refuses to add support for OpenDNS to your network's own name servers, OpenNIC is collecting volunteers who make their OpenDNS name servers available for anyone who needs to use them.
Note 1: In any place in the information below where you would normally see an IP number, those numbers have been replaced with a link to the page of Public Name Servers. Please see this list to choose the appropriate server for your use.
Note 2: Since most operating systems will use the DNS servers in the order in which it lists them, it is important that you put the OpenNIC servers first if you will be including non-OpenNIC servers in your list as well. This will guarantee that lookup attempts will go to the OpenNIC system before the ICANN (or other) system, and will thus resolve OpenNIC names correctly.
BeOS
- Select on BeOS menu->Preferences->Network
- Change the "Primary DNS:" entry to Tier2 the IP address of a Tier 2 server
- Change the "Secondary DNS:" entry to Tier2 the IP address of a Tier 2 server
- Click on the Save button
- You must restart Networking to activate the change .
MacOS (with OpenTransport)
- Select on Apple menu->Control Panels->TCP/IP
- add Tier2 the IP address of a Tier 2 server to the Name Server addr. column
- Close the Control Panel, and accept Saving the changes.
Mac OSX
- Apple menu -> System Preferences... -> Network
- Show dropdown: Select either "Built-in Ethernet" or "AirPort" depending on type of network connection
- Click TCP/IP button
- Enter one or more Tier2 Tier 2 IP addresses in "DNS Servers" textarea (separate each with Enter)
- Select "Apply Now"
Unix and Unix-like Operating Systems
This includes most of the straight Unixes (like SunOS and Solaris) as well as their Free Software/Open Source cousins (such as Linux, GNU/Linux, and the *BSDs).
- Log on as, or su to, the root account
- Open your resolver config file (usually "/etc/resolv.conf") in your preferred editor
- Remove, or comment out with a "#" at the beginning of the line, all lines beginning with "nameserver"
- Add the following lines (you may have from 1 to 3 name servers specified in this file):
nameserver [[[Tier2 Tier 2 server IP address]]] nameserver [[[Tier2 Tier 2 server IP address]]] nameserver [[[Tier2 Tier 2 server IP address]]]
- Save and exit; it should work at this point
Windows 98/NT/2K
- Click on Start menu->Settings->Control Panel
- Click on Network
- Select TCP/IP and click Properties
- Click on the DNS Configuration tab
- Add Tier2 the IP address of a Tier 2 server to the DNS server search order
- DO NOT check/enable any feature to register your name to the name server!
-- There is a checkbox at the bottom of the advanced settings of the TPC/IP protocols's properties (w2k).
- Press OK twice, and when asked to reboot,
- reboot.
Windows XP SP1/2/3
- Click Start / Control Panel / Network Connections / Wireless Network Connection.
- Click "Properties" on the General tab.
- Scroll the list of connection services/protocols to "Internet Protocol (TCP/ID)."
- DO NOT check or uncheck any of the boxes, just select "Internet Protocol (TCP/IP)" and click "Properties".
- If it is not already selected, select the radio box for "Use the following DNS server addresses:"
- Select two IP address from Tier2 this page
- Enter one IP address into each the Preferred and the Alternate DNS server boxes.
- Click OK. You may need to reboot to make these changes take effect.
Plan 9 from Bell Labs
- Open your ndb database file (usually "/lib/ndb/local") in your preferred editor
- Remove (or comment out with a "#" at the beginning of the line) all lines beginning with "dns="
- Add the following entries to the appropriate record (you may have any number of servers specified):
- Select a number of IP addresses (e.g. three) from Tier2 this page
- Add new lines to the file as shown below.
dns=[[[Tier2 Tier 2 server IP address]]] dns=[[[Tier2 Tier 2 server IP address]]] dns=[[[Tier2 Tier 2 server IP address]]]