DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old March 5th, 2008, 09:54 PM
itnecor itnecor is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 50 itnecor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 54 m
Reputation Power: 2
Pointing domain name to an IP

I am told to point a domain name to an IP address 210.N.N.N.
But our domain registrar is not accepting an IP address, they requiring to put a name server.

What I did was, I used NSLOOKUP to see my name server. The result shows that my name server is 210.N.N.N.pldt.net. I tried to use this name server but unfortunately it doesn't accept the registrar also.

What do you think is the best way to do?

Reply With Quote
  #2  
Old March 5th, 2008, 10:22 PM
hiker's Avatar
hiker hiker is offline
They're coming to take me away
Click here for more information.
 
Join Date: Jan 2005
Location: Florida
Posts: 2,596 hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 27176 Folding Title: Starter FolderFolding Points: 27176 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 1 Day 5 h 37 m 8 sec
Reputation Power: 1166
Quote:
Originally Posted by itnecor
I am told to point a domain name to an IP address 210.N.N.N.
But our domain registrar is not accepting an IP address, they requiring to put a name server.

What I did was, I used NSLOOKUP to see my name server. The result shows that my name server is 210.N.N.N.pldt.net. I tried to use this name server but unfortunately it doesn't accept the registrar also.

What do you think is the best way to do?


Name servers are not IP addresses. To point a domain to an IP, you need to point the domain to that IP via DNS (usually BIND). Within the DNS configuration, you setup 2 Nameservers (NS records) which you also point to the IP address(es). Then using those 2 NS records, you place them at the registrar. You may even need to add Domain Hosts at the registrar that point those 2 nameservers to the IP address(es).

Are you hosting your own DNS? If so, is this a dedicated server or a server in-house?

What OS?

Reply With Quote
  #3  
Old March 5th, 2008, 10:42 PM
itnecor itnecor is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 50 itnecor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 54 m
Reputation Power: 2
Yes it is a dedicated server with Windows 2003.

Reply With Quote
  #4  
Old March 5th, 2008, 11:34 PM
hiker's Avatar
hiker hiker is offline
They're coming to take me away
Click here for more information.
 
Join Date: Jan 2005
Location: Florida
Posts: 2,596 hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 27176 Folding Title: Starter FolderFolding Points: 27176 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 1 Day 5 h 37 m 8 sec
Reputation Power: 1166
Quote:
Originally Posted by itnecor
Yes it is a dedicated server with Windows 2003.


Can you paste the DNS config files ... or if you'd rather, you can PM me the info.

Reply With Quote
  #5  
Old March 28th, 2008, 04:45 AM
alex298 alex298 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Posts: 14 alex298 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 6 sec
Reputation Power: 0
Hello,

Actually there are two ways for a domain to point to a server:

1. Using two nameservers (primary and secondary nameservers)

Actually the nameservers are pointing to the server IP address of your hosting server. This is most easiest way as most people do that.

2. Configure Zone File

Point your domain to the IP address of your hosting server. The zone file should be something like that:

YourDomain.com. IN A xxx.xx.xx.x
www.YourDomain.com. IN CNAME YourDomain.com.

mail.YourDomain.com. IN A xxx.xx.xx.x
YourDomain.com. IN MX 0 mail.YourDomain.com.

where xxx.xx.xx.x is your hosting server IP address

Actually you can do it at your domain control panel easily.

Best regards

Reply With Quote
  #6  
Old March 28th, 2008, 09:40 AM
hiker's Avatar
hiker hiker is offline
They're coming to take me away
Click here for more information.
 
Join Date: Jan 2005
Location: Florida
Posts: 2,596 hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)hiker User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 27176 Folding Title: Starter FolderFolding Points: 27176 Folding Title: Starter Folder
Time spent in forums: 1 Month 1 Week 1 Day 5 h 37 m 8 sec
Reputation Power: 1166
That is not 2 ways. Nameservers are configured through the zone file as well.

ns1.domain.com, ns2.domain.com, www.domain.com, ftp.domain.com ... all these subdomains, so to speak, are configured through DNS.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Pointing domain name to an IP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway