[quoted text, click to view] "David Wang" <w3.4you@gmail.com> wrote in message
news:1191061191.852639.39620@o80g2000hse.googlegroups.com...
> If it runs well within your organization, then your question has
> nothing to do with IIS nor exposing IIS apps externally.
Yes it might have..
by DEFAULT on SBS the IIS webs and virtual directories etc are restricted
by source IP address.
the site may not necesarily be published on the second (external) network
interface.
The relavent page may not be set as the default page (most common cause of
page not found)
Anonymous access may not have read access to the folder/file
Check the "IP address and domain name restrictions" for the web site (on the
directory security tab)
But this should return a 'not authorized/restricted' page
Check that the web site is published on the IP address of the external NIC,
web site tab, Advanced.
Also, internal clients may be following a link or favorite to the full page
URL
eg:
https://server.name.lan:8897/pagename.aspx
But pagename.aspx may not be set as the default page.. properties, documents
tab..
If pagename.aspx is not in the list (and enable default content page is
enabled), then going to:
https://server.name.lan:8897 will return page not found.
I think that 'page not found' is a clue here. Is this the server returned
error page or IE's error page.
The external user will be accessing as 'anonymous' wheras the internal users
are logged on and NTLM auth is in use.
Access permissions MAY be the issue. In which case, taking away anonymous
access from the web site and thus forcing logon dialogue may fix this.
Try accessing the site internally from a laptop & user NOT a member of the
domain and NOT using identical username/password as a domain user, and make
sure you haven't done a mini-logon to the server (eg map drive).
If taking away anonymous access causes internal users to get the user/pass
dialogue box, then add the URL to the 'local intranet' zone on the client
system.
On SBS you can easily and quickly do this for the whole network in Group
Policy
- Post back to this NG is you want help with this.
David Barnes