I just got IIS7 set up on a Windows Server 2008 R2 machine in VirtualBox. After doing so, I could not connect from any other client, though http://localhost worked. For that matter, I was unable to even ping the server.

After doing some research, I found that enabling File and Print Sharing on the server solved the problem, but surely there has to be a better way, and I would much prefer to learn to use the best method, rather than the easiest one.

What, specifically, should I do to enable both pinging of the server as well as access to the web server running on it?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Isnt it that the inbound web HTTP port is blocked by default? Im not a server guru but can remember going to the firewall to allow it through. Should already be there.

hth, Stu

link|improve this answer
I did check, and there was an exclusion created automatically for Web Server traffic. Still, that wouldn't prevent pinging the server as well, would it? – Rich.Carpenter Mar 2 '11 at 19:35
No but the VBox Adapter will if your not pinging the right address. Here is a link to get you started virtualbox.org/manual/ch06.html Also, Server 2008R2 only supports one, maybe two of the interfaces that virtual box has. Can't remember which ones these are. Long time ago since i have done this, sorry. – Stuart Blackler Mar 2 '11 at 20:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.