Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

how to host on W2K Pro

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 6 Configuration Question  
Author Message
fake_tiacarr

External


Since: Dec 09, 2003
Posts: 2



(Msg. 1) Posted: Tue Dec 09, 2003 9:07 pm
Post subject: how to host on W2K Pro
Archived from groups: microsoft>public>inetserver>iis (more info?)

I'm testing my IIS 6 server installed on W2K Pro. The IIS 6 server is now
connected directly to the cable modem, bypass the router. When I type
http://1.2.3.4 (my ip from ipconfig), the default.asp page comes up. When I
asked my friend to try it on his computer, it doesn't work. Is this my
problem, or his problem? Is there anything else I need to configure in IIS
to make web hosting work?

 >> Stay informed about: how to host on W2K Pro 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 2) Posted: Wed Dec 10, 2003 12:08 am
Post subject: Re: how to host on W2K Pro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Is it possible that your ISP blocks port 80?

--
--Jonathan Maltz [Microsoft MVP - Windows Server]
<a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
Only reply by newsgroup. Any emails I have not authorized are deleted
before I see them.


"Tia Carr" <fake_tiacarr.TakeThisOut@RemoveFakehotmail.com> wrote in message
news:uDTQz8rvDHA.2136@TK2MSFTNGP10.phx.gbl...
 > I'm testing my IIS 6 server installed on W2K Pro. The IIS 6 server is now
 > connected directly to the cable modem, bypass the router. When I type
 > <a style='text-decoration: underline;' href="http://1.2.3.4" target="_blank">http://1.2.3.4</a> (my ip from ipconfig), the default.asp page comes up. When
I
 > asked my friend to try it on his computer, it doesn't work. Is this my
 > problem, or his problem? Is there anything else I need to configure in
IIS
 > to make web hosting work?
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: how to host on W2K Pro 
Back to top
Login to vote
fake_tiacarr

External


Since: Dec 09, 2003
Posts: 2



(Msg. 3) Posted: Wed Dec 10, 2003 12:40 am
Post subject: Re: how to host on W2K Pro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I don't think so. Is there a way to check it?

Would IE be smart enough to compare the IP I typed in the address bar with
the IP of the local server? If both IPs match, then IE would never
physically leave the domain of the server. In that case, how can I check
whether my hosting servers are working?



"Jonathan Maltz [MS-MVP]" <jmaltz DeleteThis @mvps.org> wrote in message
news:ucCQHKsvDHA.2520@TK2MSFTNGP10.phx.gbl...
 > Hi,
 >
 > Is it possible that your ISP blocks port 80?
 >
 > --
 > --Jonathan Maltz [Microsoft MVP - Windows Server]
 > <a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
 > tutorial site Smile
 > Only reply by newsgroup. Any emails I have not authorized are deleted
 > before I see them.
 >
 >
 > "Tia Carr" <fake_tiacarr DeleteThis @RemoveFakehotmail.com> wrote in message
 > news:uDTQz8rvDHA.2136@TK2MSFTNGP10.phx.gbl...
  > > I'm testing my IIS 6 server installed on W2K Pro. The IIS 6 server is
now
  > > connected directly to the cable modem, bypass the router. When I type
  > > <a style='text-decoration: underline;' href="http://1.2.3.4" target="_blank">http://1.2.3.4</a> (my ip from ipconfig), the default.asp page comes up.
When
 > I
  > > asked my friend to try it on his computer, it doesn't work. Is this my
  > > problem, or his problem? Is there anything else I need to configure in
 > IIS
  > > to make web hosting work?
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to host on W2K Pro 
Back to top
Login to vote
phil

External


Since: Jul 11, 2003
Posts: 65



(Msg. 4) Posted: Wed Dec 10, 2003 11:29 am
Post subject: Re: how to host on W2K Pro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tia Carr wrote:

 > I don't think so. Is there a way to check it?

Most cable providers do not allow you to host servers unless you pay for a much
higher business account. Most also actively block common server ports like 80.
You should read over your service agreement before you try to bypass their port
blocking or you might just have your service terminated!

--
Phil Frisbie, Jr.
Hawk Software
<a style='text-decoration: underline;' href="http://www.hawksoft.com" target="_blank">http://www.hawksoft.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to host on W2K Pro 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 5) Posted: Wed Dec 10, 2003 7:29 pm
Post subject: Re: how to host on W2K Pro [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

IE wouldn't do this. ARP (Address Resolution Protocol) would be used to
determine what MAC address corresponds to the requested IP address. The MAC
address would be your local adapter, and hence IE will connect to your local
machine (bypassing the network)

I would suggest changing the port that IIS is listening on to port 81 via
the IIS MMC Snapin. Then get your friend to do:

http://1.2.3.4:81/


Cheers
Ken

"Tia Carr" <fake_tiacarr RemoveThis @RemoveFakehotmail.com> wrote in message
news:uT7isztvDHA.1680@TK2MSFTNGP12.phx.gbl...
: I don't think so. Is there a way to check it?
:
: Would IE be smart enough to compare the IP I typed in the address bar with
: the IP of the local server? If both IPs match, then IE would never
: physically leave the domain of the server. In that case, how can I check
: whether my hosting servers are working?
:
:
:
: "Jonathan Maltz [MS-MVP]" <jmaltz RemoveThis @mvps.org> wrote in message
: news:ucCQHKsvDHA.2520@TK2MSFTNGP10.phx.gbl...
: > Hi,
: >
: > Is it possible that your ISP blocks port 80?
: >
: > --
: > --Jonathan Maltz [Microsoft MVP - Windows Server]
: > http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
: > tutorial site Smile
: > Only reply by newsgroup. Any emails I have not authorized are deleted
: > before I see them.
: >
: >
: > "Tia Carr" <fake_tiacarr RemoveThis @RemoveFakehotmail.com> wrote in message
: > news:uDTQz8rvDHA.2136@TK2MSFTNGP10.phx.gbl...
: > > I'm testing my IIS 6 server installed on W2K Pro. The IIS 6 server is
: now
: > > connected directly to the cable modem, bypass the router. When I type
: > > http://1.2.3.4 (my ip from ipconfig), the default.asp page comes up.
: When
: > I
: > > asked my friend to try it on his computer, it doesn't work. Is this
my
: > > problem, or his problem? Is there anything else I need to configure
in
: > IIS
: > > to make web hosting work?
: > >
: > >
: >
: >
:
:
 >> Stay informed about: how to host on W2K Pro 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Virtual Host - I have Sharepoint and a virtual host running on a windows 2k3 server. I have made a dns entry for both sites and both sites are running on the same ip address. How can I configure IIS to capture the url and redirect the user to the virtual host..

Host headers? - Hi all, I have an intranet site that I want to be easy to access. Instead of typing in http://servername/intranetpath I want people just to be able to go to ABC and get to the site. Would I use host headers to do this or some other method? Thanks in....

IIS & Local Host - Hi, In developing IIS/ASP apps mostly using a single machine as local host, I'm having to do things like disable script blocking in Norton AV and lowering security settings in Zone Alarm Pro, etc. So I thought I would try disconnecting this machine from...

IIS 6 and host headers - We seem to be having an issue with host headers and name resolution. The ASP.NET application was moved from IIS 5 to IIS 6 (Win2003). The host headers were set as below 80, MySite 80, MySite.Mycompany.net 10000 Trying to navigate to http://MySite..

how do i host my web application on iis 5.0 - hi, i have developed a web application. testes on local network , its working fine. now i want to host it on web, with application and database on our server. i have the follwing details, internal IP Address, External IP Address, Gateway Address,..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]