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:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old December 18th, 2001, 04:06 PM
vboyz103 vboyz103 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 14 vboyz103 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to vboyz103
Angry DNS Problem...

Hi, all! I got a quick question. I am hosting some web pages with users signed up and I make their web page to be like http://usersname.mydomain.com and for some reason sometimes they can hit the web page, and sometimes they can't. I check the message log and I saw some "lame servers on ...." entries. SO is it why?? Is this DNS problem at all? If so, can you pin point me to a solution?

Thanks!!

Reply With Quote
  #2  
Old December 18th, 2001, 09:48 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> lame servers on ...." entries. SO is it why??

You believe your authoritative DNS server is authoritative for username.mydomain.com but it's not.

>> can you pin point me to a solution?

Show us your unedited zone file.

Reply With Quote
  #3  
Old December 18th, 2001, 10:49 PM
vboyz103 vboyz103 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 14 vboyz103 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to vboyz103
Thanks...

Thanks for the reply and here it is my zone file...

$TTL 8600
@ IN SOA mydomain.com root.mydomain.com. (
200109206 ; serial, todays date + todays serial #
8H ; refresh, seconds
2H ; retry, seconds
4W ; expire, seconds
1D ) ; minimum, seconds
NS ns1.mydomain.com.
MX 10 mail.mydomain.com.


mydomain.com. A 12.x.x.x

localhost A 127.0.0.1
mirror A X.X.X.X //Different address

ftp CNAME mydomain.com.
mail CNAME mydomain.com.
www CNAME mydomain.com.

;;; Other Hosting

user1 A 12.X.X.X //my main static IP.
user2 A 12.X.X.X
user3 A 12.X.X.X

The clients user1-user3 sometimes having difficulty of access their web page at http://user1.mydomain.com and so as the others.

Reply With Quote
  #4  
Old December 18th, 2001, 11:21 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
As I said, don't use CNAME, use multiple A record instead. You also have an important A record missing, the ns1.mydomain.com itself. Don't set your MX to mail.mydomain.com, it's extremely unreliable. Set your MX to point to ns1.mydomain.com. Your SOA was incorrect, it should point to ns1.mydomain.com.
It's easily said than done so here comes the example:
Code:
$TTL 86400
mydomain.com.	IN	SOA	ns1.mydomain.com.	hostmaster.mydomain.com.	(
				20011218 ; serial
				8H ; refresh, seconds
				2H ; retry, seconds
				3D ; expire, 4W too long
				1D ); minimum, seconds 
mydomain.com.		IN	NS	ns1.mydomain.com.
ns1.mydomain.com.	IN	A	12.34.56.78
mirror.mydomain.com.	IN	A	78.65.43.21
www.mydomain.com.	IN	A	12.34.56.78
ftp.mydomain.com.	IN	A	12.34.56.78
mydomain.com.		IN	A	12.34.56.78
mydomain.com.		IN	MX	0	ns1.mydomain.com.
*.mydomain.com.		IN	A	12.34.56.78

Last edited by freebsd : December 19th, 2001 at 03:08 PM.

Reply With Quote
  #5  
Old December 19th, 2001, 02:53 AM
vboyz103 vboyz103 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Posts: 14 vboyz103 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to vboyz103
Thumbs up Thanks...

Thanks much, this will save me on the fact of hosting virtual host...you are da man...

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > DNS Problem...


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 2 hosted by Hostway