On Jun 25, 3:32 am, "Ross M. Greenberg" <green....RemoveThis@bellsouth.netNOPAM>
wrote:
> > Security is more than just open ports or "what else do I have to set".
> > It is an on-going evaluation to identify and respond to threats and
> > vulnerabilities.
>
> > Default IIS7 install is safe enough to open to the internet, but once
> > you add more components and applications, the vulnerabilities and
> > threats change, depending on the components and applications.
>
> > Your current system state is unclear, so security recommendations are
> > similarly unspecified.
>
> Thanks, David!
>
> Right now the problem is even making a simple index.htm appear on the
> internet! Even when turning the firewall entirely off, hitting
> http://<numericalsite> generates an error! Something is turned off or not
> enabled methinks..........
Since you said
http://localhost works, the error is not really from an
IIS configuration issue since IIS does not care about "internal IP" vs
"external IP". You have to show that the rest of your networking is
configured to route requests to
http://<numericalsite> to actually
reach and accepted by this machine's static IP address. And without
the firewall turned on, I think your problem is outside of Vista
itself.
What is the rest of your network routing configuration? Any wireless
router/firewall/NAT device involved? Does your Internet Service
Provider permit users to run servers and allow access to port 80?
Using "http://localhost" your traffic stays on your machine, but using
"http://<numericalsite>" the traffic goes outside and tries to come
back in, at which point other networking configuration can affect it.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
>> Stay informed about: getting an IIS7 server on Vista ultimate visible from the ..