IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now!
  #1  
Old February 26th, 2004, 01:49 PM
gulzarjaggi gulzarjaggi is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 1 gulzarjaggi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Localhost locally working; outside not working.

Hi,

I am using IIS 5.1 on WinXP on a home computer. I also have .NET framework 1.1 installed. If I type:

URL
URL
URL
URL

they all work fine .. and all display default.aspx.

But if I ask friends to access URL, they get the message "could not connect to server".
I have SBC DSL connection and 169.254.x.x is Ethernet Adapter Lan IP address.
WinXP's Internet connection firewall is disabled (in Network connections).
Under IIS snap-in -> Default Web Site has IP address set to (All Unassigned) and TCP Port is 80.
Under IIS snap-in -> Directory Security -> Authentication Methods, 'Anonymous Access' and 'Integrated Windows Authentication' are checked/enabled.

In Control Panel -> Administrative Tools -> Services, I have some services disabled and some are set at manual. I don't know if there's anything there that can affect this problem.

I am just curious if there is a setting somewhere that need to be set/reset in order to access my localhost page from outside.

Any help is appreciated. Thanks in advance.

Sincerely,
Jaggi

The error came back as:
-----------------------------------------------------
The page cannot be displayed.
The page you are looking for is currently unavailable. The Web site might be experiencing

technical difficulties, or you may need to adjust your browser settings.

Please try the following:

Click the Refresh button, or try again later.

If you typed the page address in the Address bar, make sure that it is spelled correctly.

To check your connection settings, click the Tools menu, and then click Internet Options.

On the Connections tab, click Settings. The settings should match those provided by your

local area network (LAN) administrator or Internet service provider (ISP).

If your Network Administrator has enabled it, Microsoft Windows can examine your network

and automatically discover network connection settings.
If you would like Windows to try and discover them,
click Detect Network Settings

Some sites require 128-bit connection security. Click the Help menu and then click About

Internet Explorer to determine what strength security you have installed.

If you are trying to reach a secure site, make sure your Security settings can support it.

Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the

Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.

Click the Back button to try another link.

Cannot find server or DNS Error
Internet Explorer
-----------------------------------------------------

Reply With Quote
  #2  
Old February 26th, 2004, 03:27 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
Firstly you say:

Quote:
Originally Posted by gulzarjaggi
I have SBC DSL connection and 169.254.x.x is Ethernet Adapter Lan IP address.


To access your website from externally, outside of your network, you must use your external IP address, not your LAN IP Address. Go to www.whatismyip.com to find your external IP address. This is what your friend needs to type to access your computer.

Secondly, how do you connect to the Internet. If it is through a router, you need to configure the router from the web admin pages to setup port forwarding, to forward all requests for TCP port 80 to the internal ip address of your computer. Once you have done this, go to www.grc.com and select Shields Up (about halfway down). Click Proceed, and select the "Common Ports" option. Check that Port 80 is open.

Reply With Quote
  #3  
Old March 11th, 2004, 08:55 AM
ddoctor8 ddoctor8 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 3 ddoctor8 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
THe 169 ip is an autoconfiguration IP address assigned by windows. If your system has the 169.254 ip it's not even getting an ip from your router cable modem whatever. So say your computer is connected direct to the internet through cable. 1st make sure you can view web pages from the internet. If you can then go to URL give your friends the ip off that page (make sure ie is not set to autodetect settings under connections lan settings or the ip you get will be the proxy of your isp and not your acutal machine) YOUr host may have blocked port 80 inbound which I serously doubt but you can change the port for your default web site to like 8100 so then when your friends test it they can got to URL eg. URL. MOstly i think it's beacuse youre giving them the windows autoconfig ip and not your real IP. Also I would renable your xp firewall and only let in the ports you want. ie 80 8100 whatever. If you want to emai me i could help you test it out.

URL
URL

they all work fine .. and all display default.aspx.

But if I ask friends to access URL, they get the message "could not connect to server".
I have SBC DSL connection and 169.254.x.x is Ethernet Adapter Lan IP address.
WinXP's Internet connection firewall is disabled (in Network connections).
Under IIS snap-in -> Default Web Site has IP address set to (All Unassigned) and TCP Port is 80.
Under IIS snap-in -> Directory Security -> Authentication Methods, 'Anonymous Access' and 'Integrated Windows Authentication' are checked/enabled.

In Control Panel -> Administrative Tools -> Services, I have some services disabled and some are set at manual. I don't know if there's anything there that can affect this problem.

I am just curious if there is a setting somewhere that need to be set/reset in order to access my localhost page from outside.

Any help is appreciated. Thanks in advance.

Sincerely,
Jaggi

The error came back as:
-----------------------------------------------------
The page cannot be displayed.
The page you are looking for is currently unavailable. The Web site might be experiencing

technical difficulties, or you may need to adjust your browser settings.

Please try the following:

Click the Refresh button, or try again later.

If you typed the page address in the Address bar, make sure that it is spelled correctly.

To check your connection settings, click the Tools menu, and then click Internet Options.

On the Connections tab, click Settings. The settings should match those provided by your

local area network (LAN) administrator or Internet service provider (ISP).

If your Network Administrator has enabled it, Microsoft Windows can examine your network

and automatically discover network connection settings.
If you would like Windows to try and discover them,
click Detect Network Settings

Some sites require 128-bit connection security. Click the Help menu and then click About

Internet Explorer to determine what strength security you have installed.

If you are trying to reach a secure site, make sure your Security settings can support it.

Click the Tools menu, and then click Internet Options. On the Advanced tab, scroll to the

Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.

Click the Back button to try another link.

Cannot find server or DNS Error
Internet Explorer
-----------------------------------------------------[/QUOTE]

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > Localhost locally working; outside not working.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway