Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Domain Forwarding and I.P. addresses
Message
 
 
To
25/06/1999 11:06:15
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
General information
Forum:
Microsoft IIS Server
Category:
Other
Miscellaneous
Thread ID:
00233466
Message ID:
00233987
Views:
30
>>>Is this possible?
>>
>>Yes, you can do this with only 1 IP address. We are actually doing this ourselves, instead of assigning an IP address to each site, specially low (i.e. VERY low) bandwidth sites.
>>
>>To do this, in your DNS, simply create the A record to point to the IP address you want to use (always the same one for each site). The special thing that must be done is in IIS itself. You create the web, as you normally would, and specify the IP address as usual (the one you want to use). Before starting this site in IIS thought, right-click on it, select properties and click on the "Advanced" button to the right of the IP address of the site. In this window, Type the full DNS name of the site (i.e. www.thisismyweb.com) in the "Host Header Name" field. OK your way out of the property page and start the site.
>>
>>If you test this in your browser afterwards (make sure the DNS server entries are refreshed and updated), you should be able to see the site (if there's content) or the fancy and classy, always beloved 404 error. The only thing is, if people try to access the site through it's IP address, they will get the site that does not have a host header name entry (the default site for the IP).
>>
>>This is also a useful thing to do for normal sites, since leasing/renting/buying a subnet (no matter how small) can be quite expensive. This way, you can run an entire hosting site under 1 IP address, mail included!
>>
>>Hugo Dahl
>
>Thanks Hugo,
>
>I had a hunch that this might be the solution. I have so far managed to avoid using HostHeaders, but i'll have to delve in now. Don't I remember something about HostHeader usage only working with newer browsers?, Or is it OK with all browsers?

As far as I've axperienced, it works with all browsers since it's the server that does the translation. The only problem I can think about is if an older browser resolved the IP address, then tried to access the site through the IP address (not sure if they do though). I wouldn't think so since this is how Unix based web servers have been doing things from day one.

But, if you find out for sure, please let me know.

Hugo
"My get up and go must've got up and went"
-Steve Tyler, Aerosmith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform