cybertron
05-12-2004, 04:03 PM
I am trying to figure out how to make IIS run on only one IP address. I have 8 public IP's on a dedicated server but I want to run another service on port 80 of one of the other IP addresses.. any help?
![]() | View Full Version : IIS 6 + multiple ip addresses.... cybertron 05-12-2004, 04:03 PM I am trying to figure out how to make IIS run on only one IP address. I have 8 public IP's on a dedicated server but I want to run another service on port 80 of one of the other IP addresses.. any help? boonchuan 05-12-2004, 09:54 PM Hi this can be done but you need to disable the IP from the IIS using the httpdcfg. U can get the instructions at http://support.microsoft.com/default.aspx?scid=kb;EN-US;813368 astraeuz 05-13-2004, 01:07 PM Select the desired IP Address from the list of available IPs when creating a web-site. amzhost 05-13-2004, 03:33 PM I hightly recommend you this book http://www.amazon.com/exec/obidos/ASIN/0072194855/qid=1084476743/sr=2-1/ref=sr_2_1/002-7042178-3330410 It has almost everything you need to manage your windows server. cybertron 05-15-2004, 12:29 AM Originally posted by boonchuan Hi this can be done but you need to disable the IP from the IIS using the httpdcfg. U can get the instructions at .... thanks, exactly waht I was looking for. :) Originally posted by amzhost I hightly recommend you this book It has almost everything you need to manage your windows server. Looks like a nice book, but i've found that even when i buy books i tend to never read them or go online for the same info. I really wish there was a forum that was strickly admin stuff, i wanted to start one but i dont know how places like this would take it, i dont want to compete. I like working together the most, like when you have a problem and have no idea what to search for. sure its trivial now that i see the KB but i didnt think to search for "DisableSocketPooling" :p |