In
Martin said:
Ok... Try this: ping
www.lyngenplast.com , you will get
an IP who is 195.159.29.93. Then start Internet Explorer
or an other netbrowser, and write this IP in the adress
field. You will get an answer in norwegian that this site
is parked, and there are no homesite at this place.Can I
still use the WWW entry? And what scould I put in there?
The Ip of the external nameserver? Or the WWW adress?
Maybe this is silly questions...
Best Regards
Martin
Martin, in addition to what we're all telling you, learning how webservers
work will help in understanding what a hostheader is. A webserver can be
accessed by 3 criteria, 1- IP address, 2- port number (default 80, and
understood to use that or you would need to specify the specific port in
your URL the site is using), 3- host header (the actual URL you are
connecting by).
When you access that IP in a URL, you are getting whatever website is
configured as the default site on that webserver, probably that hosting
company's default site, which isn't used. Please ignore that. Many many many
ISPs use hostheaders for webserver access. Some webservers run hundreds of
websites and they ONLY use one IP address. They use the 3rd criteria to
differentiate the websites on the machine. You'll have to ignore what you're
seeing and take our word on it. Just create the www "A" entry, then give it
195.159.29.93 as the IP address and the webserver takes care of the rest. Or
if you want to do the delegation, delegate www and give it the nameservers
addresses autorative for the zone. Either way, it will connect to that IP
and the hostheader will send it to the specific website that's configured to
use that hostheader.
Hope this helps to understand the mechanics of hostheaders:
What Is a Host Header?:
http://www.winnetmag.com/Article/ArticleID/7404/7404.html
IIS TIPS - Host Header - What is it?:
http://msmvps.com/bernard/archive/2004/07/29/10855.aspx
IIS Answers - How to create multiple websites with one IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
190008 - HOW TO- Use Host Header Names to Host Multiple Sites from One IP
Address in IIS 5.0:
http://support.microsoft.com/default.aspx?scid=kb;en-us;190008
Ace