hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Domain Names : Domain Name Tutorials : Creating/Registering NameServers [GoDaddy.com]
Reply

Domain Name Tutorials Everything about How-To do something related to domain names.
Forum Jump

Creating/Registering NameServers [GoDaddy.com]

Reply Post New Thread In Domain Name Tutorials Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-17-2004, 02:16 AM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149

Creating/Registering NameServers [GoDaddy.com]


Getting there
1. Point your web browser to http://www.godaddy.com/.

Logging into your account
2. Log into your account by clicking on the "My Account" link located just below the menubar of the webpage. If you don't have an account yet, you will have to create one.
3. Enter your login name or customer number in the entry box labelled "Login Name or Customer Number".
4. Enter your password in the "Password" entry box located below the "Login Name" entry box.
5. Click on the "LOGIN" button located below the "Password" entry box.

Choosing a domain
6. Good! Now that you have logged into your account, select the "Manage Domains" menu item from the "Domain Names" drop down menu located on the left side of the webpage.
7. Below the "Domains Names" menu, select the domain for which you will be creating nameservers. If you do not have any domains, you will have to register one. For example, awebsite.com.

Creating the first nameserver
8. In the bottom right hand corner of the webpage (you may have to scroll down), expand the "Domain Host Summary" box by clicking on the "+" icon.
9. Click on the "Click here to see details or to modify" link below to begin creating the your nameservers.
10. On the right side of the webpage, enter the host name of your first name server in the entry box labelled "Host". The most common names are "ns1" or "dns1". For example, ns1.awebsite.com or dns1.awebsite.com.
11. Just below, add the IP of the nameserver in the "IP Address" entry boxes. For example, 128.98.34.112.
12. Now create the nameserver by clicking on "Add New Host".

Creating the second nameserver
13. You will need to create at least 2 nameservers. To create a second nameserver, repeat steps 10 to 12. Common practice dictates that the second nameserver will be named "ns2" or "dns2". For example, ns2.awebsite.com or dns2.awebsite.com.
14. By convention, the last part of the ip address of the second nameserver will be incremented by 1. For example, 128.98.34.113.
15. At this point you could add additional nameservers but it is not required. To save your nameservers, click on "Save Changes".

Final thoughts
16. Excellent! You have successfully created private nameservers at GoDaddy.com! Remember that your changes may take up to 72 hours to take effect (propagate).

Reply With Quote


Sponsored Links
  #2  
Old 02-18-2004, 01:58 PM
Akash Akash is offline
Web Hosting Master
 
Join Date: Jan 2001
Location: Illinois, USA
Posts: 7,147
Thanks a bunch

Reply With Quote
  #3  
Old 02-18-2004, 02:00 PM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149
My pleasure.


Last edited by Bashar; 06-01-2004 at 01:49 AM.
Reply With Quote
Sponsored Links
  #4  
Old 03-08-2004, 01:59 PM
plutonas plutonas is offline
Temporarily Suspended
 
Join Date: Mar 2004
Location: Greece
Posts: 120
very nice "tutor" men


Last edited by Bashar; 06-01-2004 at 01:48 AM.
Reply With Quote
  #5  
Old 03-08-2004, 02:05 PM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149
Thanks

Reply With Quote
  #6  
Old 03-22-2004, 04:35 PM
DrWingnutPhD DrWingnutPhD is offline
Newbie
 
Join Date: Mar 2004
Location: Cinci, Ohio
Posts: 24
I bought a domain at Godaddy.com, and now I want to configure my web server for this. The only problem is, wouldn't I only have 1 IP address for my server? How do I register 2 name servers if I only have 1 IP Address?

Reply With Quote
  #7  
Old 03-22-2004, 05:08 PM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149
Quote:
Originally posted by DrWingnutPhD
I bought a domain at Godaddy.com, and now I want to configure my web server for this. The only problem is, wouldn't I only have 1 IP address for my server? How do I register 2 name servers if I only have 1 IP Address?
You can alias your eth0 to respond to multiple ip addresses. You need 2 IP addresses to register 2 nameservers


Last edited by Bashar; 06-01-2004 at 01:47 AM.
Reply With Quote
  #8  
Old 03-22-2004, 05:12 PM
DrWingnutPhD DrWingnutPhD is offline
Newbie
 
Join Date: Mar 2004
Location: Cinci, Ohio
Posts: 24
Ok, here comes the newb talk again....

How do I alias my EC for 2 IP addresses?

Reply With Quote
  #9  
Old 03-22-2004, 05:23 PM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149
If you're on a cPanel server (and have root), simply use the add an IP function and it will do everything for you.

Otherwise something like this on the shell will do the trick:

/sbin/ifconfig eth0:0 192.168.2.2



Last edited by Bashar; 06-01-2004 at 01:48 AM.
Reply With Quote
  #10  
Old 03-22-2004, 05:54 PM
DrWingnutPhD DrWingnutPhD is offline
Newbie
 
Join Date: Mar 2004
Location: Cinci, Ohio
Posts: 24
Ok... more newb talk...

What is a shell? Isn't there anyway to do this through software on Windows 2000 Server (What I'm running)?

And if there isn't, how would I enter that in my shell?

Reply With Quote
  #11  
Old 03-22-2004, 06:02 PM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149
Sorry. I thought you were talking about Linux. I'm not totally up on my windows, but I think you have to alias
your ethernet card in the network settings and then add the IPs to Microsoft's dns or bind.

Best to post your question in one of the main forums like Domain Names Discussion.

Andrew

Reply With Quote
  #12  
Old 03-23-2004, 12:37 PM
SLH-Ken SLH-Ken is offline
Web Hosting Master
 
Join Date: Feb 2004
Location: Southern California
Posts: 749
Thanks alot!


Last edited by Bashar; 06-01-2004 at 01:48 AM.
Reply With Quote
  #13  
Old 04-03-2004, 12:44 AM
sergiosuanez sergiosuanez is offline
WHT Addict
 
Join Date: Apr 2004
Location: Spain
Posts: 104
Woow really good

Reply With Quote
  #14  
Old 04-04-2004, 08:02 PM
HBeu HBeu is offline
New Member
 
Join Date: Apr 2004
Posts: 3
Very nice howto Glad to see people care !

Reply With Quote
  #15  
Old 04-04-2004, 10:00 PM
idologic_aw idologic_aw is offline
WHT Addict
 
Join Date: Aug 2003
Location: London, Ontario Canada
Posts: 149
Thanks.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
50e60d21-2854-4bdb-9331-572545a79962 Listing 2013-03-05 18:26:16
Go Daddy Works with US Secret Service in JotForm Website Takedown Web Hosting News 2012-02-17 13:48:28
Web Host Go Daddy Surpasses 50 Million Domain Name Milestone Web Hosting News 2011-09-26 19:13:10
Web Host 1&1 Launches TV Campaign Web Hosting News 2011-09-07 20:25:39
Web Host Go Daddy Sponsors Fifth Straight Indianapolis 500 Broadcast Web Hosting News 2011-05-27 15:46:02


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?