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:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old March 23rd, 2004, 03:55 AM
andycharger andycharger is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 5 andycharger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Help me with my DNS!

Im really struggling here ar work!
I have set up a 2nd intranet site on our server. Our first Intranet site works fine.
In IIS it has a virtual directory and an actual web site.
This is called megabytes.
You can get to megabytes by just typing in "megabytes" in the URL.

The new site I have added in the same way. It is called "Mantis"
However when you type in "Mantis" in the URL it says THE PAGE CANNOT BE DISPLAYED - Cannot find server or DNS Error.

I checked the hosts file on the server, and it has the 2 entries I added.

If I type the server IP address followed by the site name, it works fine.
(i.e. http://10.0.0.225/mantis)

But I want to just type http://mantis


So somehow I need to work out what I need to do to get DNS working.

Im running ISA server if that makes any difference!

Any help is appreciated!

Andy

Reply With Quote
  #2  
Old March 23rd, 2004, 05:00 AM
Quicksilv3r Quicksilv3r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 9 Quicksilv3r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
This is not a dns really a dns issue. You should be looking into url redirection. Something of the sort.

Your main website works if you just type http://megabytes because the machine name is probably called megabytes, and your main website is at the default web root. Therefore you can access the website by just giving the name of the machine...

mantis is on the same host, but in a non-default location. You can probably access it by using: http://megabytes/mantis

You must understand that dns is only used to make the relationship between a name and an IP address. That's all. It can not be used for url redirection. You will need to find your answer in IIS...mantis is not a machine name. It is a virutal web foder on a machine.

Cheers

Reply With Quote
  #3  
Old March 23rd, 2004, 05:16 AM
andycharger andycharger is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 5 andycharger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Machine name

Thanks for the reply but.....

No. The machine is called server01. If I type server01 in I get my default webpage set up for OWA.
If I type Megabytes, I get the megabytes intranet.
So based on that fact, I would expect to hit mantis by typing mantis in the url.
If I type http://10.0.0.225/mantis it works.
If I type http://10.0.0.225/megabytes it works.

If I type http://megabytes its works
if I type http://mantis it does not!!!!

HELLLLP!

Any ideas
Cheers!

Reply With Quote
  #4  
Old March 23rd, 2004, 07:10 AM
Quicksilv3r Quicksilv3r is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 9 Quicksilv3r User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Don't think I'm stubborn, but your problem is not coming from a dns issue. As I said, your answer lies within IIS. Check out the configuration(in IIS) for megabytes and compare it with mantis. Maybe you will find what is missing.

I can not help you more than that, my knowledge pertaining to IIS is pretty lame...

Cheers

Reply With Quote
  #5  
Old March 23rd, 2004, 08:12 AM
andycharger andycharger is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 5 andycharger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks

Thanks for the comments and pointers however the configuration inside IIS is identical for both sites. The only thing I can see different is that inside the IIS console, Megabytes folder is not visible. In an explorer window it is.
However the Mantis one is visible in both.

Im banging my head against the wall a bit!

Andy

Reply With Quote
  #6  
Old March 23rd, 2004, 09:51 AM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,193 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 14 h 27 m 56 sec
Reputation Power: 77
It's really easy to test whether this is a DNS or IIS issue. If the "domain" resolves to the same IP as the IP that works, then it is an IIS issue cause DNS is doing its work (even if all you're using is a hosts file to do your DNS resolution)

so go to the command prompt and ping your mantis and megabytes domains. Do they resolve? If so, do they resolve to the correct IP? If you say yes to these questions then you need to take your question to the IIS forum cause you have proof the DNS is working fine.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #7  
Old March 27th, 2004, 06:03 AM
boban boban is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 3 boban User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Host Header

Try with "HostHeaderName" on your IIS, or port number.
Becouse you need to separate 2 web sites on same server, you doing this with IP adress, Host Name or Port number.
It is easy, if you need some help reply.

If you have second IP adress for ypur intersite, you will need to put in DNS, until then, this not DNS problem!!!

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > Help me with my DNS!


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


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





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