Nov 8, 2009

Configuring Dns Settings For Website - Nameserver, A-Address, DNS configuration

free web hosting
Open Discussion > MODERATED AREA > Tutorials

Configuring Dns Settings For Website - Nameserver, A-Address, DNS configuration

OpaQue
Most of the people have problems configuring their website. After registering their domain, many get confused in configuring their domain (basically the DNS settings). This small tutorial will help you get started with DNS settings configuration.

A domain can be basically pointed to a server using 2 main techniques.

1. Nameserver (the most recommended way)
2. A Address (Not recommended)

Configuring using Nameservers
====================

Login to your domain Control panel provided by your DOMAIN NAME PROVIDER / REGISTRAR. Not your webhost.

Search for settings like DNS. In that you must find an option to set NAMESERVERS.

You might be presented with fields to fill up like :-

NAMESERVER 1 : _____________ IP : ___________
NAMESERVER 2 : _____________ IP : ___________
NAMESERVER 3 : _____________ IP : ___________
NAMESERVER 4 : _____________ IP : ___________
NAMESERVER 5 : _____________ IP : ___________
NAMESERVER 6 : _____________ IP : ___________
...
...
...

IP is optional. Some registerars require it. Some don't.

Nameservers are in following format. XXX.YYYYYYYYY.ZZZ
In which, XXX can be anything as set by webhost.
YYYYYYYYY.ZZZ is a domain owned by webhost.
QUOTE
For example, If you are hosted at :-

ComputingHost.com,
Your Nameservers are :-

NS1.COMPUTINGHOST.COM
NS2.COMPUTINGHOST.COM

Trap17.com,
Your Nameservers are :-

NS1.TRAP17.COM
NS2.TRAP17.COM


The IP address is usually provided. But if you don't have the IP, obtaining the IP is very simple. Go to Start Menu => Click RUN

Enter "ping XXX.YYYYYYYY.ZZZ"
For ComputingHost, If you enter ping ns1.computinghost.com
You will get an output like :-

FOR NS1
CODE

C:\>ping ns1.computinghost.com

Pinging ns1.computinghost.com [64.69.35.170] with 32 bytes of data:

Reply from 64.69.35.170: bytes=32 time=299ms TTL=49
Reply from 64.69.35.170: bytes=32 time=302ms TTL=49
Reply from 64.69.35.170: bytes=32 time=299ms TTL=49
Reply from 64.69.35.170: bytes=32 time=300ms TTL=49

Ping statistics for 64.69.35.170:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 299ms, Maximum = 302ms, Average = 300ms


FOR NS2
CODE

C:\>ping ns2.computinghost.com

Pinging ns2.computinghost.com [64.69.35.177] with 32 bytes of data:

Reply from 64.69.35.177: bytes=32 time=301ms TTL=50
Reply from 64.69.35.177: bytes=32 time=299ms TTL=50
Reply from 64.69.35.177: bytes=32 time=299ms TTL=50
Reply from 64.69.35.177: bytes=32 time=302ms TTL=50

Ping statistics for 64.69.35.177:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 299ms, Maximum = 302ms, Average = 300ms


Therefore, Nameserver IPs for NS1.COMPUTINGHOST.COM is 64.69.35.170
and NS2.COMPUTINGHOST.COM is 64.69.35.177.

Now, that you know your IP, You enter it at your Host.

NAMESERVER 1 : NS1.COMPUTINGHOST.COM IP : 64.69.35.170
NAMESERVER 2 : NS2.COMPUTINGHOST.COM IP : 64.69.35.177
NAMESERVER 3 : _____________ IP : ___________
NAMESERVER 4 : _____________ IP : ___________
NAMESERVER 5 : _____________ IP : ___________
NAMESERVER 6 : _____________ IP : ___________
.....
....
...


PLEASE DON'T GET CONFUSED BY THE NS1,NS2 ETC. IT CAN BE ANYTHING.

If you apply for Windows Hosting, You get Different Nameserver Address like :-

NS4.COMPUTINGHOST.COM
NS5.COMPUTINGHOST.COM

When entering them at your Domain Registrar, You enter it in the following way :-

**WRONG WAY**
CODE

NAMESERVER 1 : _____________ IP : ___________
NAMESERVER 2 : _____________ IP : ___________
NAMESERVER 3 : _____________ IP : ___________
NAMESERVER 4 : NS4.COMPUTINGHOST.COM IP : xxx.xxx.xxx.xxx
NAMESERVER 5 : NS5.COMPUTINGHOST.COM IP : xxx.xxx.xxx.xxx
NAMESERVER 6 : _____________ IP : ___________
NAMESERVER 7 : _____________ IP : ___________
NAMESERVER 8 : _____________ IP : ___________
.....
....
...


**RIGHT WAY**
CODE

NAMESERVER 1 : NS4.COMPUTINGHOST.COM IP : xxx.xxx.xxx.xxx
NAMESERVER 2 : NS5.COMPUTINGHOST.COM IP : xxx.xxx.xxx.xxx
NAMESERVER 3 : _____________ IP : ___________
NAMESERVER 4 : _____________ IP : ___________
NAMESERVER 5 : _____________ IP : ___________
NAMESERVER 6 : _____________ IP : ___________
NAMESERVER 7 : _____________ IP : ___________
.....
....
...


ALSO, REMOVE ANY PREVIOUSLY SET NAMESERVERS!!!

CLEAR EVERYTHING WHICH IS PREVIOUSLY PRESENT IN THOSE SETTINGS!!

THE NAMESERVER FIELD MUST HAVE NAMESERVERS POINTING TO ONLY ONE COMPANY.

The precedence goes from top to bottom. If nameserver 1 fails, Nameserver 2 is contacted. If NS2 fails, Ns3 is contacted. So, If you NS1 has nameservers pointing to previous host, it will continue doing so. If you want to point to your new host, it should be at Nameserver 1 postition.

======= PART 2 =======
Configuring using A - Address
====================

The A Address pointing is directly telling the registrar to point the domain to IP address. The resolving work will be done at the Domain registerars hands.

Basically, after you register with a webhost, you will be given an IP address for your website. When configuring with A-Address, you have to enter this IP Address.

Suppose, If you are hosted at *ComputingHost* (example), You can get an IP like 64.69.35.170.
In such case, at your registerar, you have to enter :-

Example.com - A-ADDRESS -> 64.69.35.170
ftp.Example.com - A-ADDRESS -> 64.69.35.170
mail.Example.com - A-ADDRESS -> 64.69.35.170

PLEASE NOTE, After you create SUB domains at your web host, you have to point them at the registerar with the A-ADDRESS.

Suppose you create, my-sub-domain.example.com

You will have to set the A-Address accordingly at your registrar.

my-sub-domain.example.com - A-ADDRESS -> 64.69.35.170

If you don't set A-ADDRESS IP for mail, ftp etc, those services will NOT work. Therefore, When using A-Address to point your domain, make sure you point mail, ftp and other sub domains that you have.

The Advantage of A-Address is you can have different Sub domains pointing to different Web hosts.

Suppose, you have lots free space at Trap17 and ComputingHost. And you want to use them both, you can have

CODE

download1.your-domain.com pointing to Trap17.
download2.your-domain.com pointing to ComputingHost.


-- End of Tutorial --

-OpaQue

 

 

 


Comment/Reply (w/o sign-up)

wassie
another great tutorial by OpaQue! This is exually very usefull cause people keep getting problems with their DNS.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : configuring, dns, settings, website, nameserver, address, dns, configuration

  1. Creating Common Navigation For A Website: Part 2
    Newbies guide to creating common navigation with PHP (0)
  2. Rfi (remote File Inclusion) What Is It? How Do I Stop It?
    Another website security tutorial (0)
    In my continuing attempts to learn more about website security i am going to tell you about a
    classic attack called Remote File inclusion (RFI). RFI is exactly what it says really, it involves
    using (or including) code from one website on another website. So if i have a website : secure.com
    with a modular, dynamic system like: secure.com/index.php?module=home notice the GET variable on
    the end of the URL. If i enter "blah" instead of "home" i get either a blank page, or a 404: page
    not found error, there is also a chance you will get an error message like: Error: inclu....
  3. My First Website
    Where can i find useful web page templates? (14)
    Hi folks, Just wondering, as a newbie website builder, where can I get some useful HTML, CSS
    templates suitable for building a small business website? What is the best development environment
    for building websites? Is there a good open source program available?, or is it best to spend some
    money on something like Dreamweaver? Does anyone have experience of adding databases to Trap17
    sites, perhaps using Wamp server?....
  4. How To Disable Firefox's Awesome Bar
    restore old location/address bar from firefox 2 (7)
    How To Disable Firefox's Awesome Bar Many people are struggling to find the benefits of
    the so-called Awesome Bar as one member so truthfully pointed out , the smart tag makes your
    viewing "illicit" sites more obvious, particularly when people are peering over as you're typing
    keywords in /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />
    Anyway, for those of us who are too lazy to clear their history at the appropriate times, there are
    two steps to disabling its function entirely: Type about:config into the locat....
  5. Verifying Your Email Address
    A Simple PHP Tutorial. (1)
    Hi, everyone. I'm offering the next PHP tutorial that verifies an email address of an user who
    wants to register on your site. This is how it works. When someone, went to registration page and
    filled out all of the details such as Name, Password, email and so on and submit those details to a
    server. The user is getting unique registration code to his or her email account, the one has to be
    clicked to activate the account. 1. Outline: a) You need to create or build the following files:
    -config.php (The configuration file) -signup.php (Initial Registration) ....
  6. How To Setup A Website After Your Forum
    (3)
    This tutorial is about how to setup a website after you have setup a forum. That means, you have a
    forum, and are wanting to add a website. This tutorial will show you how to create the website in
    your root directory(Example: http://domainname.com) , while your traffic gets redirected to your
    forum while you are creating it, until you're ready for guests to see it. This method is
    opposed to setting it up in another directory, then moving it(particularly more time consuming if
    you're site is PHP based). First of all, you are going to want to setup a redirect ....
  7. Creating Navigation For Html Websites
    Have a common navigation menu for the whole website! (12)
    Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
    added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
    and organization. Designing a proper navigation system is a basic step in building your website. If
    you are developing webpages in html you would have observed that as you go on creating pages it
    becomes difficult to maintain the links to the pages. This article will guide you in developing a
    common navigation menu for your website. It describes three ways, so if you don'....
  8. Css Scroll Bar Styles
    Change the color of your website scrollbar! (1)
    REQUIREMENTS 1. Must have limited to good knowledge of CSS. 2. Must have limited to good knowlege
    of HTML. THE ELEMENTS First of all, there are 7 different elements of a scrollbar. a) Scrollbar
    Arrow Color /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />
    Scrollbar Darkshadow Color c) Scrollbar Track Color d) Scrollbar Face Color e) Scrollbar Shadow
    Color f) Scrollbar Highlight Color g) Scrollbar 3dlight Color Bassically all that you need to do is
    change the colors like you normally do with any sort of CSS. Therefore, if you want the....
  9. Encode Your Email Address
    Confuse the Spam Bots, but not your viewing clients (5)
    Spam bots often 'scrape' pages to glean information and collect email addresses. I don't
    like that. To combat the Bots from collecting my address off of my site, I wrote a script that
    includes 'obscures' the address in several ways. It adds 'AT' where the '@'
    sign is and then replaces the '.' with 'DOT' so it is humanly readable, but not by
    the Bots. Also, it encodes the 'mailto' and the address used in the 'mailto' so it
    shows okay on the web page and on:hover, but it is actually encode into hex value....
  10. Making A One Page Does All Website In Phph
    (2)
    Hello and Great Day or Night either one. Have you ever been to a site and seen a index page or any
    page at all control everything such as index.php?do=home&action=logout something similar to the
    above? Well I am going to show you how easy it is to make this all own your own, and only have to
    use one web template or design to make it work. Before we get started you need to go ahead and find
    the web design that you want to use. After you find the site you want to use go ahead and save
    it... and save it like this so we can work together, ok! Note* We are going to be s....
  11. Adding Your Website To Google
    How to register with google (25)
    Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
    engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
    tags or other search engine optimisation techniques in place. This tutorial is solely about
    registering with google. At one time i thought simply using meta tags etcetera would get you listed
    in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
    will go into this tutorial. the first step is to get a google account, this will get y....
  12. Basic Guide To Mirc - Installation And Settings
    (8)
    Basic Guide To mIRC 1.Open up your mIRC client. you will see a screen like this *Note* my
    colors are customized. The normal background is white and the text is different also. Bear that in
    mind when following this tut. See the folder with the hammer in front of it? Either click
    that or go to the tab that says tools click it and scroll down and select options you will get
    the following screen 2. in that box click the add button Add the pertinant info you
    need depending on servers, descriptions etc. As you can see in the picture above....
  13. How To: Ip Configuration Script (win Xp)
    If you travel a lot with your laptop, and need to switch between diff (0)
    How To: IP Configuration Script (win XP) If you travel a lot with your laptop, and need to switch
    between different IP's in different locations, this script is for you. There are many programs
    that handle this task very well, but they cost sometimes pretty big money. This tutorial will show
    you how to make your own IP Configuration Script for free. This script is for a static ip address
    configuration and is based on a little program called "NETSH.EXE" which is supplied with Windows.
    How it works. QUOTE Microsoft Windows XP - Using Netsh Netsh.exe is a....
  14. Building An Address Book With Java
    (1)
    Dear Friends I am sharing a java program with all of u which I built a few years back. I guess it
    will help beginners. It uses java utill package to store data in a flat file. The File
    Name-----phone.java import java .io .*; import java .util .*; import java.awt.event.*; public
    class phone { public void new_record() { String id,name,city,add,number,total,list;
    boolean bln=false; try { Properties pr=new Properties(); FileInputStream
    fin=new FileInputStream("phone.dat"); if(fin!=null) { pr.load(fin); } ....
  15. Checking Dns Settings For Website
    DNS Setting, Ping, Whois, Dnsreport etc (2)
    If you have recently purchased a domain and facing problems with the workings, the first thing which
    you should check is the DNS setting. Dns settings determine, how to domain is pointed to the Server
    and How the server is connected to the world (internet). Ensure, the DNS settings are perfect to
    make sure, things work smoothly and people across the globe don't have problems accessing your
    site. The basic check would be : PING Suppose you register your domain (example.com) at
    ComputingHost. You get an IP for your website. In this case, suppose its 64.69.35.170. Yo....
  16. Introduction To Templating
    Templating your website with PHP (1)
    Pre-note Hello and welcome. if your website doesn't use a templating function, you may have
    noticed it's pretty hard to update your website (layout) unless you dig through many files to
    update the images and such. The solution is templates. If you ever got curious and looked into
    phpBB codes or any other template based forum/CMS, you saw the .tpl files they use. I am not at a
    point where i base everything on .tpl (simply because i havent taken the time to see how it all
    works). But i do can tell you that it's the same principle, template your site using an....
  17. View Connection Settings/connections
    How to view connections to your computer (0)
    This topic will explain how you can view who's currently connected to your computer and how to
    view your main computer settings for internet usability. Note: this will probably be pretty basic
    stuff to people who are into computers, but this is likely to help for those people who are
    interested in finding out more info about their internet connection but don't know a lot about
    how to find it out. Well, on windows xp and I believe earlier systems (I only use xp) there's a
    nice little program called netstat, which isn't a win32 (windows) program really. I....
  18. Formating Your Form "textarea" And "submit" Button
    if you are fed up with default settings (0)
    This is gonna be short tutorial about formating textarea and submit button in forms. This is code
    for textarea: CODE Comment: * Explanation of code for textarea. CODE
    Komentar: * This code formates the text above textarea. It must be defined in CSS prior.
    Textarea is defined for sending some form with its name, but this is not point of this tutorial,
    cause we are working on looks of a form. So what we need is define STYLE of textarea (or input for
    name, etc). Style is defined with next code: CODE Name is defined with "Submit", ty....
  19. Centered Website With Two Columns
    CSS (12)
    This is upgrade of my first tutorial for Centered website with fixed width. Today I am going to
    present you tutorial for making two columns website with fixed width. My basic tutorial can be found
    here: here. So let's begin: First we will change CSS file, everything stays same if not
    mentioned to change, starting with color of content from basic tutorial, change background to this
    code. This will actually be background of left column and padding will be set to 0, cause it will be
    defined in Left and Right column. New code for Content: CODE #Content{  width:....
  20. Centered Website With Fixed Width
    ...begginers lesson... (2)
    This will be tutorial on how to make a simple website design with fixed width and center position.
    This is actually rather simple tutorial, but hopefully it will help others that are new in world of
    creating websites. Website will also contain header, content area and footer. First we must do
    Wrapper. Wrapper is actually an area of fixed width and will be position into center, so that our
    page doesn't fall apart. CODE body{ width:100%;  margin:0px;  padding: 0px;
     text-align:center; background:#FFFFFF; } This is actually an IE5 hack were we did c....
  21. Secure The Email Addresses On Your Website!
    Wonderful script and useful! And working (10)
    Just follow the instructions below: /* Secure Email Function by Juan Karlo Aquino de
    Guzman Website: http://www.karlo.ph.tc and http://www.abs-cbn.ph.tc E-mail:
    http://www.karlo.ph.tc/send.php Usage: showEmail("support@microsoft.com",0); OR
    showEmail("support@microsoft.com",1); Types: 0 = ordinary random 1 = more secure random To
    include to a script: include_once("email_secure.php"); */ And here is the code :
    CODE /*     Secure Email Function by Juan Karlo Aquino de Guzman     Website:
    http://www.karlo.ph.tc and http://....
  22. E-mail Mailer Script 0.1
    useful for website visitors (4)
    Are you pissed off when you are putting e-mail in your website, you always get spammers? Well,
    here's the solution. Just change the default variables to anything that you like, etc... follow
    the instructions on the script.. Here it is... hope you like it /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> CODE //E-mail Mailer Script 0.1 by Juan
    Karlo de Guzman //FOR TRAP17 ONLY... DEMO VERSION... DO NOT DISTRIBUTE header("Content-type:
    text/html; CHARSET=UTF-8"); $int_rand=mt_rand(1,20); if($int_rand>10) {
    $random_numbers=sha1(mt_ra....
  23. Making A Website
    Also Some Dos and Don'ts (6)
    I had originally had this posted on my domain at nevernormal.com, and thought that you guys could
    use it here as well. Granted, this is geared to the uber newbie, so don't razz me if I
    don't suggest the most advanced in web design. lol So, you want to make a website? 1.
    First, think about what you want your site to be about. There are fanfic sites, like Drastic
    Measures and fanfiction.net ; cliques or clubs, like the BtVS Writers' Guild ; or, if you
    want, you could have a general site, whether it be about a show/movie you like, or even just about y....
  24. Showing A Users Ip Address In Php
    (5)
    In this simple tutorial I will explain how to show a users IP address in your website statistics.
    Open the file you would like to show the IP in, and insert this code where you want it to show:
    CODE An IP Address whould show up. If you would like to have text infront of the IP, for
    example, IP Address: Blah Blah. Type: CODE IP Address: Make sure to save the file as
    '.php' format, otherwise the code will not work.....
  25. [tutorial] Skinning Your Site
    a tutorial on how to skin your website (2)
    For this tutorial you are going to need to know how to use php includes. You are also going to need
    to rename all o your files to a .php extension. In your FTP or Cpanel make a folder in your public
    (main) directory and name it "skins". In the skins folder make another folder named "1". In the
    folder you names skins make a file called cookiecheck.php. Copy the code below and paste it into the
    cookiecheck.php file. $total_skins = 1; $default_skin = 1; if (isset($_REQUEST )) {
    $newskin=(int)$_REQUEST ; if ( ($newskin $total_skins) ) $newskin=$defau....

    1. Looking for configuring, dns, settings, website, nameserver, address, dns, configuration
Similar
Creating Common Navigation For A Website: Part 2 - Newbies guide to creating common navigation with PHP
Rfi (remote File Inclusion) What Is It? How Do I Stop It? - Another website security tutorial
My First Website - Where can i find useful web page templates?
How To Disable Firefox's Awesome Bar - restore old location/address bar from firefox 2
Verifying Your Email Address - A Simple PHP Tutorial.
How To Setup A Website After Your Forum
Creating Navigation For Html Websites - Have a common navigation menu for the whole website!
Css Scroll Bar Styles - Change the color of your website scrollbar!
Encode Your Email Address - Confuse the Spam Bots, but not your viewing clients
Making A One Page Does All Website In Phph
Adding Your Website To Google - How to register with google
Basic Guide To Mirc - Installation And Settings
How To: Ip Configuration Script (win Xp) - If you travel a lot with your laptop, and need to switch between diff
Building An Address Book With Java
Checking Dns Settings For Website - DNS Setting, Ping, Whois, Dnsreport etc
Introduction To Templating - Templating your website with PHP
View Connection Settings/connections - How to view connections to your computer
Formating Your Form "textarea" And "submit" Button - if you are fed up with default settings
Centered Website With Two Columns - CSS
Centered Website With Fixed Width - ...begginers lesson...
Secure The Email Addresses On Your Website! - Wonderful script and useful! And working
E-mail Mailer Script 0.1 - useful for website visitors
Making A Website - Also Some Dos and Don'ts
Showing A Users Ip Address In Php
[tutorial] Skinning Your Site - a tutorial on how to skin your website

Searching Video's for configuring, dns, settings, website, nameserver, address, dns, configuration
See Also,
advertisement


Configuring Dns Settings For Website - Nameserver, A-Address, DNS configuration

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com