 |
|
 |
|
Next: FTP Directly to the wwwroot
|
| Author |
Message |
External

Since: Feb 26, 2007 Posts: 4
|
(Msg. 1) Posted: Mon Feb 26, 2007 1:46 pm
Post subject: Public URL resolving to netbios name -Page can not be displayed er Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hi Folks:
I am trying to set up an extranet.
The issue I am having is as follows:
When I am accessing the extranet from the inside, the public URL
(https://subdomain.domain.com) in the address bar automatically resolves to
the netbios name of the hosting server (https://webserver). Not a big
problem on the inside, but it tries to do the same thing on the outside with
the result that the page cannot be displayed.
The URL for my OWA (on a different server) does NOT change in the address
bar, so that let me to believe that I need to set up some identification in
IIS.
I am using Sharepoint Services 3.0 on a dedicated webserver (Windows 2003
SP1 - fully patched) in a DMZ.
I purchased a public SSL for the public URL and installed it. Set IIS to
require encryption. Selected Windows Authentication.
Created an internal DNS record for subdomain.domain.com pointing to internal
IP address.
Created an external DNS record for subdomain.domain.com pointing to external
IP address.
Open up external IP address on Firewall and NATed external ip address to
internal IP address.
When I attempt to access https://subdomain.domain.com from the outside, I
get a pop-up box asking me to authenticate. I authenticate and then receive
a "Page can not be displayed" error.
When I used an earthlink dial-up to check, earthlink came back to me with an
error that "webserver" (internal netbios name) could not be found.
Any help will be greatly appreciated.
--
Thank you in advance.
StaarTech >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
External

Since: Feb 26, 2007 Posts: 4
|
(Msg. 2) Posted: Mon Feb 26, 2007 4:02 pm
Post subject: RE: Public URL resolving to netbios name -Page can not be displayed er [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
HELP!!!
Did some additional reading and found that I had to execute a command script
for the scurity binding to work:
cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
":443:<host header>"
Did that and now I am getting the "IE cannot display the webpage" internally
or externally immediately. It is not even asking me to authenticate.
HUGE problem.
How do I reverse that setting?
--
Thank you in advance.
StaarTech
"StaarTech" wrote:
> Hi Folks:
>
> I am trying to set up an extranet.
> The issue I am having is as follows:
> When I am accessing the extranet from the inside, the public URL
> (https://subdomain.domain.com) in the address bar automatically resolves to
> the netbios name of the hosting server (https://webserver). Not a big
> problem on the inside, but it tries to do the same thing on the outside with
> the result that the page cannot be displayed.
> The URL for my OWA (on a different server) does NOT change in the address
> bar, so that let me to believe that I need to set up some identification in
> IIS.
>
> I am using Sharepoint Services 3.0 on a dedicated webserver (Windows 2003
> SP1 - fully patched) in a DMZ.
> I purchased a public SSL for the public URL and installed it. Set IIS to
> require encryption. Selected Windows Authentication.
> Created an internal DNS record for subdomain.domain.com pointing to internal
> IP address.
> Created an external DNS record for subdomain.domain.com pointing to external
> IP address.
> Open up external IP address on Firewall and NATed external ip address to
> internal IP address.
>
> When I attempt to access https://subdomain.domain.com from the outside, I
> get a pop-up box asking me to authenticate. I authenticate and then receive
> a "Page can not be displayed" error.
> When I used an earthlink dial-up to check, earthlink came back to me with an
> error that "webserver" (internal netbios name) could not be found.
>
> Any help will be greatly appreciated.
> --
> Thank you in advance.
>
> StaarTech >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
External

Since: Aug 11, 2006 Posts: 28
|
(Msg. 3) Posted: Tue Feb 27, 2007 6:05 am
Post subject: Re: Public URL resolving to netbios name -Page can not be displayed er [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Windows Authentication will not work through the firewall so you need to
change that to Basic. You need to Require SSL on the website.
You don't need to use the Host Headers. You can undo them in the Web Site,
Web site identification, Advanced tab. You only need host headers if you
want to run multiple web sites on the same IP address.
Anthony
www.airdesk.com
"StaarTech" <StaarTech.DeleteThis@discussions.microsoft.com> wrote in message
news:9E53789C-506F-48E8-A52D-EB43EEC18C48@microsoft.com...
> HELP!!!
>
> Did some additional reading and found that I had to execute a command
> script
> for the scurity binding to work:
> cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
> ":443:<host header>"
>
> Did that and now I am getting the "IE cannot display the webpage"
> internally
> or externally immediately. It is not even asking me to authenticate.
> HUGE problem.
> How do I reverse that setting?
>
> --
> Thank you in advance.
>
> StaarTech
>
>
> "StaarTech" wrote:
>
>> Hi Folks:
>>
>> I am trying to set up an extranet.
>> The issue I am having is as follows:
>> When I am accessing the extranet from the inside, the public URL
>> (https://subdomain.domain.com) in the address bar automatically resolves
>> to
>> the netbios name of the hosting server (https://webserver). Not a big
>> problem on the inside, but it tries to do the same thing on the outside
>> with
>> the result that the page cannot be displayed.
>> The URL for my OWA (on a different server) does NOT change in the address
>> bar, so that let me to believe that I need to set up some identification
>> in
>> IIS.
>>
>> I am using Sharepoint Services 3.0 on a dedicated webserver (Windows 2003
>> SP1 - fully patched) in a DMZ.
>> I purchased a public SSL for the public URL and installed it. Set IIS to
>> require encryption. Selected Windows Authentication.
>> Created an internal DNS record for subdomain.domain.com pointing to
>> internal
>> IP address.
>> Created an external DNS record for subdomain.domain.com pointing to
>> external
>> IP address.
>> Open up external IP address on Firewall and NATed external ip address to
>> internal IP address.
>>
>> When I attempt to access https://subdomain.domain.com from the outside, I
>> get a pop-up box asking me to authenticate. I authenticate and then
>> receive
>> a "Page can not be displayed" error.
>> When I used an earthlink dial-up to check, earthlink came back to me with
>> an
>> error that "webserver" (internal netbios name) could not be found.
>>
>> Any help will be greatly appreciated.
>> --
>> Thank you in advance.
>>
>> StaarTech >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
External

Since: Feb 26, 2007 Posts: 4
|
(Msg. 4) Posted: Tue Feb 27, 2007 12:11 pm
Post subject: Re: Public URL resolving to netbios name -Page can not be displaye [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thank you for your reply, but authentication is not the issue (I tried your
suggestions, but no difference - I am not using http host headers, tried it
previously and that did not work at all.).
The issue is as follows:
Internal User:
1)User enters url into browser: https://subdomain.domain.com
2)User authenticates.
3)Website drops to http://netbiosname with a page that https is required.
4)User changes URL back to https://netbiosname (if user changes url back to
https://subdomain.domain.com step 3 happens again.
Internal user can now use site.
External User:
1)User enters url into browser: https://subdomain.domain.com
2)User authenticates.
3) because connection switch to http://netbiosname, the external user sees
"Page cannot be displayed".
If I remove SSL requirement, same thing happens.
The problem is that the website is presenting itself as netbiosname rather
than subdomain.domain.com
I resolved my secure binding issue by exporting the certificate, removing
certificate/requirement for SSL and importing certificate back in and
requiring SSL.
--
Thank you in advance.
StaarTech
"Anthony" wrote:
> Windows Authentication will not work through the firewall so you need to
> change that to Basic. You need to Require SSL on the website.
> You don't need to use the Host Headers. You can undo them in the Web Site,
> Web site identification, Advanced tab. You only need host headers if you
> want to run multiple web sites on the same IP address.
> Anthony
> www.airdesk.com
>
>
> "StaarTech" <StaarTech RemoveThis @discussions.microsoft.com> wrote in message
> news:9E53789C-506F-48E8-A52D-EB43EEC18C48@microsoft.com...
> > HELP!!!
> >
> > Did some additional reading and found that I had to execute a command
> > script
> > for the scurity binding to work:
> > cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
> > ":443:<host header>"
> >
> > Did that and now I am getting the "IE cannot display the webpage"
> > internally
> > or externally immediately. It is not even asking me to authenticate.
> > HUGE problem.
> > How do I reverse that setting?
> >
> > --
> > Thank you in advance.
> >
> > StaarTech
> >
> >
> > "StaarTech" wrote:
> >
> >> Hi Folks:
> >>
> >> I am trying to set up an extranet.
> >> The issue I am having is as follows:
> >> When I am accessing the extranet from the inside, the public URL
> >> (https://subdomain.domain.com) in the address bar automatically resolves
> >> to
> >> the netbios name of the hosting server (https://webserver). Not a big
> >> problem on the inside, but it tries to do the same thing on the outside
> >> with
> >> the result that the page cannot be displayed.
> >> The URL for my OWA (on a different server) does NOT change in the address
> >> bar, so that let me to believe that I need to set up some identification
> >> in
> >> IIS.
> >>
> >> I am using Sharepoint Services 3.0 on a dedicated webserver (Windows 2003
> >> SP1 - fully patched) in a DMZ.
> >> I purchased a public SSL for the public URL and installed it. Set IIS to
> >> require encryption. Selected Windows Authentication.
> >> Created an internal DNS record for subdomain.domain.com pointing to
> >> internal
> >> IP address.
> >> Created an external DNS record for subdomain.domain.com pointing to
> >> external
> >> IP address.
> >> Open up external IP address on Firewall and NATed external ip address to
> >> internal IP address.
> >>
> >> When I attempt to access https://subdomain.domain.com from the outside, I
> >> get a pop-up box asking me to authenticate. I authenticate and then
> >> receive
> >> a "Page can not be displayed" error.
> >> When I used an earthlink dial-up to check, earthlink came back to me with
> >> an
> >> error that "webserver" (internal netbios name) could not be found.
> >>
> >> Any help will be greatly appreciated.
> >> --
> >> Thank you in advance.
> >>
> >> StaarTech
>
>
> >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
External

Since: Aug 11, 2006 Posts: 28
|
(Msg. 5) Posted: Tue Feb 27, 2007 9:43 pm
Post subject: Re: Public URL resolving to netbios name -Page can not be displaye [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
It sounds to me as though Sharepoint (or a proxy) is redirecting the request
to a URL with the netbios name and without SSL. Everything else you describe
sounds normal.
You might try on one of the Sharepoint newsgroups. Is there a proxy server
in the middle?
Anthony
www.airdesk.co.uk
"StaarTech" <StaarTech.RemoveThis@discussions.microsoft.com> wrote in message
news:3CB7507F-FAD2-4F9B-9E78-7D148FEE3F67@microsoft.com...
> Thank you for your reply, but authentication is not the issue (I tried
> your
> suggestions, but no difference - I am not using http host headers, tried
> it
> previously and that did not work at all.).
>
> The issue is as follows:
> Internal User:
> 1)User enters url into browser: https://subdomain.domain.com
> 2)User authenticates.
> 3)Website drops to http://netbiosname with a page that https is required.
> 4)User changes URL back to https://netbiosname (if user changes url back
> to
> https://subdomain.domain.com step 3 happens again.
> Internal user can now use site.
> External User:
> 1)User enters url into browser: https://subdomain.domain.com
> 2)User authenticates.
> 3) because connection switch to http://netbiosname, the external user sees
> "Page cannot be displayed".
>
> If I remove SSL requirement, same thing happens.
> The problem is that the website is presenting itself as netbiosname rather
> than subdomain.domain.com
>
> I resolved my secure binding issue by exporting the certificate, removing
> certificate/requirement for SSL and importing certificate back in and
> requiring SSL.
> --
> Thank you in advance.
>
> StaarTech
>
>
> "Anthony" wrote:
>
>> Windows Authentication will not work through the firewall so you need to
>> change that to Basic. You need to Require SSL on the website.
>> You don't need to use the Host Headers. You can undo them in the Web
>> Site,
>> Web site identification, Advanced tab. You only need host headers if you
>> want to run multiple web sites on the same IP address.
>> Anthony
>> www.airdesk.com
>>
>>
>> "StaarTech" <StaarTech.RemoveThis@discussions.microsoft.com> wrote in message
>> news:9E53789C-506F-48E8-A52D-EB43EEC18C48@microsoft.com...
>> > HELP!!!
>> >
>> > Did some additional reading and found that I had to execute a command
>> > script
>> > for the scurity binding to work:
>> > cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
>> > ":443:<host header>"
>> >
>> > Did that and now I am getting the "IE cannot display the webpage"
>> > internally
>> > or externally immediately. It is not even asking me to authenticate.
>> > HUGE problem.
>> > How do I reverse that setting?
>> >
>> > --
>> > Thank you in advance.
>> >
>> > StaarTech
>> >
>> >
>> > "StaarTech" wrote:
>> >
>> >> Hi Folks:
>> >>
>> >> I am trying to set up an extranet.
>> >> The issue I am having is as follows:
>> >> When I am accessing the extranet from the inside, the public URL
>> >> (https://subdomain.domain.com) in the address bar automatically
>> >> resolves
>> >> to
>> >> the netbios name of the hosting server (https://webserver). Not a big
>> >> problem on the inside, but it tries to do the same thing on the
>> >> outside
>> >> with
>> >> the result that the page cannot be displayed.
>> >> The URL for my OWA (on a different server) does NOT change in the
>> >> address
>> >> bar, so that let me to believe that I need to set up some
>> >> identification
>> >> in
>> >> IIS.
>> >>
>> >> I am using Sharepoint Services 3.0 on a dedicated webserver (Windows
>> >> 2003
>> >> SP1 - fully patched) in a DMZ.
>> >> I purchased a public SSL for the public URL and installed it. Set IIS
>> >> to
>> >> require encryption. Selected Windows Authentication.
>> >> Created an internal DNS record for subdomain.domain.com pointing to
>> >> internal
>> >> IP address.
>> >> Created an external DNS record for subdomain.domain.com pointing to
>> >> external
>> >> IP address.
>> >> Open up external IP address on Firewall and NATed external ip address
>> >> to
>> >> internal IP address.
>> >>
>> >> When I attempt to access https://subdomain.domain.com from the
>> >> outside, I
>> >> get a pop-up box asking me to authenticate. I authenticate and then
>> >> receive
>> >> a "Page can not be displayed" error.
>> >> When I used an earthlink dial-up to check, earthlink came back to me
>> >> with
>> >> an
>> >> error that "webserver" (internal netbios name) could not be found.
>> >>
>> >> Any help will be greatly appreciated.
>> >> --
>> >> Thank you in advance.
>> >>
>> >> StaarTech
>>
>>
>> >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
External

Since: Feb 26, 2007 Posts: 4
|
(Msg. 6) Posted: Tue Feb 27, 2007 9:43 pm
Post subject: Re: Public URL resolving to netbios name -Page can not be displaye [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Anthony:
No proxy in the middle.
At this point I have run out of time. I have to bite the bullet and call MS
for support.
Thanks for your help.
--
Thank you in advance.
StaarTech
"Anthony" wrote:
> It sounds to me as though Sharepoint (or a proxy) is redirecting the request
> to a URL with the netbios name and without SSL. Everything else you describe
> sounds normal.
> You might try on one of the Sharepoint newsgroups. Is there a proxy server
> in the middle?
> Anthony
> www.airdesk.co.uk
>
>
>
> "StaarTech" <StaarTech.TakeThisOut@discussions.microsoft.com> wrote in message
> news:3CB7507F-FAD2-4F9B-9E78-7D148FEE3F67@microsoft.com...
> > Thank you for your reply, but authentication is not the issue (I tried
> > your
> > suggestions, but no difference - I am not using http host headers, tried
> > it
> > previously and that did not work at all.).
> >
> > The issue is as follows:
> > Internal User:
> > 1)User enters url into browser: https://subdomain.domain.com
> > 2)User authenticates.
> > 3)Website drops to http://netbiosname with a page that https is required.
> > 4)User changes URL back to https://netbiosname (if user changes url back
> > to
> > https://subdomain.domain.com step 3 happens again.
> > Internal user can now use site.
> > External User:
> > 1)User enters url into browser: https://subdomain.domain.com
> > 2)User authenticates.
> > 3) because connection switch to http://netbiosname, the external user sees
> > "Page cannot be displayed".
> >
> > If I remove SSL requirement, same thing happens.
> > The problem is that the website is presenting itself as netbiosname rather
> > than subdomain.domain.com
> >
> > I resolved my secure binding issue by exporting the certificate, removing
> > certificate/requirement for SSL and importing certificate back in and
> > requiring SSL.
> > --
> > Thank you in advance.
> >
> > StaarTech
> >
> >
> > "Anthony" wrote:
> >
> >> Windows Authentication will not work through the firewall so you need to
> >> change that to Basic. You need to Require SSL on the website.
> >> You don't need to use the Host Headers. You can undo them in the Web
> >> Site,
> >> Web site identification, Advanced tab. You only need host headers if you
> >> want to run multiple web sites on the same IP address.
> >> Anthony
> >> www.airdesk.com
> >>
> >>
> >> "StaarTech" <StaarTech.TakeThisOut@discussions.microsoft.com> wrote in message
> >> news:9E53789C-506F-48E8-A52D-EB43EEC18C48@microsoft.com...
> >> > HELP!!!
> >> >
> >> > Did some additional reading and found that I had to execute a command
> >> > script
> >> > for the scurity binding to work:
> >> > cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
> >> > ":443:<host header>"
> >> >
> >> > Did that and now I am getting the "IE cannot display the webpage"
> >> > internally
> >> > or externally immediately. It is not even asking me to authenticate.
> >> > HUGE problem.
> >> > How do I reverse that setting?
> >> >
> >> > --
> >> > Thank you in advance.
> >> >
> >> > StaarTech
> >> >
> >> >
> >> > "StaarTech" wrote:
> >> >
> >> >> Hi Folks:
> >> >>
> >> >> I am trying to set up an extranet.
> >> >> The issue I am having is as follows:
> >> >> When I am accessing the extranet from the inside, the public URL
> >> >> (https://subdomain.domain.com) in the address bar automatically
> >> >> resolves
> >> >> to
> >> >> the netbios name of the hosting server (https://webserver). Not a big
> >> >> problem on the inside, but it tries to do the same thing on the
> >> >> outside
> >> >> with
> >> >> the result that the page cannot be displayed.
> >> >> The URL for my OWA (on a different server) does NOT change in the
> >> >> address
> >> >> bar, so that let me to believe that I need to set up some
> >> >> identification
> >> >> in
> >> >> IIS.
> >> >>
> >> >> I am using Sharepoint Services 3.0 on a dedicated webserver (Windows
> >> >> 2003
> >> >> SP1 - fully patched) in a DMZ.
> >> >> I purchased a public SSL for the public URL and installed it. Set IIS
> >> >> to
> >> >> require encryption. Selected Windows Authentication.
> >> >> Created an internal DNS record for subdomain.domain.com pointing to
> >> >> internal
> >> >> IP address.
> >> >> Created an external DNS record for subdomain.domain.com pointing to
> >> >> external
> >> >> IP address.
> >> >> Open up external IP address on Firewall and NATed external ip address
> >> >> to
> >> >> internal IP address.
> >> >>
> >> >> When I attempt to access https://subdomain.domain.com from the
> >> >> outside, I
> >> >> get a pop-up box asking me to authenticate. I authenticate and then
> >> >> receive
> >> >> a "Page can not be displayed" error.
> >> >> When I used an earthlink dial-up to check, earthlink came back to me
> >> >> with
> >> >> an
> >> >> error that "webserver" (internal netbios name) could not be found.
> >> >>
> >> >> Any help will be greatly appreciated.
> >> >> --
> >> >> Thank you in advance.
> >> >>
> >> >> StaarTech
> >>
> >>
> >>
>
>
> >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
External

Since: Aug 11, 2006 Posts: 28
|
(Msg. 7) Posted: Wed Feb 28, 2007 9:28 am
Post subject: Re: Public URL resolving to netbios name -Page can not be displaye [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Sorry to hear that. Let us know what was wrong. It sounds like the internal
Sharepoint URL mapping,
Anthony
www.airdesk.co.uk
"StaarTech" <StaarTech DeleteThis @discussions.microsoft.com> wrote in message
news:D1BB3E0A-9209-4CAB-81CF-0C792BE4DCCB@microsoft.com...
> Hi Anthony:
>
> No proxy in the middle.
> At this point I have run out of time. I have to bite the bullet and call
> MS
> for support.
>
> Thanks for your help.
> --
> Thank you in advance.
>
> StaarTech
>
>
> "Anthony" wrote:
>
>> It sounds to me as though Sharepoint (or a proxy) is redirecting the
>> request
>> to a URL with the netbios name and without SSL. Everything else you
>> describe
>> sounds normal.
>> You might try on one of the Sharepoint newsgroups. Is there a proxy
>> server
>> in the middle?
>> Anthony
>> www.airdesk.co.uk
>>
>>
>>
>> "StaarTech" <StaarTech DeleteThis @discussions.microsoft.com> wrote in message
>> news:3CB7507F-FAD2-4F9B-9E78-7D148FEE3F67@microsoft.com...
>> > Thank you for your reply, but authentication is not the issue (I tried
>> > your
>> > suggestions, but no difference - I am not using http host headers,
>> > tried
>> > it
>> > previously and that did not work at all.).
>> >
>> > The issue is as follows:
>> > Internal User:
>> > 1)User enters url into browser: https://subdomain.domain.com
>> > 2)User authenticates.
>> > 3)Website drops to http://netbiosname with a page that https is
>> > required.
>> > 4)User changes URL back to https://netbiosname (if user changes url
>> > back
>> > to
>> > https://subdomain.domain.com step 3 happens again.
>> > Internal user can now use site.
>> > External User:
>> > 1)User enters url into browser: https://subdomain.domain.com
>> > 2)User authenticates.
>> > 3) because connection switch to http://netbiosname, the external user
>> > sees
>> > "Page cannot be displayed".
>> >
>> > If I remove SSL requirement, same thing happens.
>> > The problem is that the website is presenting itself as netbiosname
>> > rather
>> > than subdomain.domain.com
>> >
>> > I resolved my secure binding issue by exporting the certificate,
>> > removing
>> > certificate/requirement for SSL and importing certificate back in and
>> > requiring SSL.
>> > --
>> > Thank you in advance.
>> >
>> > StaarTech
>> >
>> >
>> > "Anthony" wrote:
>> >
>> >> Windows Authentication will not work through the firewall so you need
>> >> to
>> >> change that to Basic. You need to Require SSL on the website.
>> >> You don't need to use the Host Headers. You can undo them in the Web
>> >> Site,
>> >> Web site identification, Advanced tab. You only need host headers if
>> >> you
>> >> want to run multiple web sites on the same IP address.
>> >> Anthony
>> >> www.airdesk.com
>> >>
>> >>
>> >> "StaarTech" <StaarTech DeleteThis @discussions.microsoft.com> wrote in message
>> >> news:9E53789C-506F-48E8-A52D-EB43EEC18C48@microsoft.com...
>> >> > HELP!!!
>> >> >
>> >> > Did some additional reading and found that I had to execute a
>> >> > command
>> >> > script
>> >> > for the scurity binding to work:
>> >> > cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
>> >> > ":443:<host header>"
>> >> >
>> >> > Did that and now I am getting the "IE cannot display the webpage"
>> >> > internally
>> >> > or externally immediately. It is not even asking me to
>> >> > authenticate.
>> >> > HUGE problem.
>> >> > How do I reverse that setting?
>> >> >
>> >> > --
>> >> > Thank you in advance.
>> >> >
>> >> > StaarTech
>> >> >
>> >> >
>> >> > "StaarTech" wrote:
>> >> >
>> >> >> Hi Folks:
>> >> >>
>> >> >> I am trying to set up an extranet.
>> >> >> The issue I am having is as follows:
>> >> >> When I am accessing the extranet from the inside, the public URL
>> >> >> (https://subdomain.domain.com) in the address bar automatically
>> >> >> resolves
>> >> >> to
>> >> >> the netbios name of the hosting server (https://webserver). Not a
>> >> >> big
>> >> >> problem on the inside, but it tries to do the same thing on the
>> >> >> outside
>> >> >> with
>> >> >> the result that the page cannot be displayed.
>> >> >> The URL for my OWA (on a different server) does NOT change in the
>> >> >> address
>> >> >> bar, so that let me to believe that I need to set up some
>> >> >> identification
>> >> >> in
>> >> >> IIS.
>> >> >>
>> >> >> I am using Sharepoint Services 3.0 on a dedicated webserver
>> >> >> (Windows
>> >> >> 2003
>> >> >> SP1 - fully patched) in a DMZ.
>> >> >> I purchased a public SSL for the public URL and installed it. Set
>> >> >> IIS
>> >> >> to
>> >> >> require encryption. Selected Windows Authentication.
>> >> >> Created an internal DNS record for subdomain.domain.com pointing to
>> >> >> internal
>> >> >> IP address.
>> >> >> Created an external DNS record for subdomain.domain.com pointing to
>> >> >> external
>> >> >> IP address.
>> >> >> Open up external IP address on Firewall and NATed external ip
>> >> >> address
>> >> >> to
>> >> >> internal IP address.
>> >> >>
>> >> >> When I attempt to access https://subdomain.domain.com from the
>> >> >> outside, I
>> >> >> get a pop-up box asking me to authenticate. I authenticate and
>> >> >> then
>> >> >> receive
>> >> >> a "Page can not be displayed" error.
>> >> >> When I used an earthlink dial-up to check, earthlink came back to
>> >> >> me
>> >> >> with
>> >> >> an
>> >> >> error that "webserver" (internal netbios name) could not be found.
>> >> >>
>> >> >> Any help will be greatly appreciated.
>> >> >> --
>> >> >> Thank you in advance.
>> >> >>
>> >> >> StaarTech
>> >>
>> >>
>> >>
>>
>>
>> >> Stay informed about: Public URL resolving to netbios name -Page can not be disp.. |
|
| Back to top |
|
 |  |
| Related Topics: | redirecting http page to a public folder in Outlook - Hi, Is there a way to do this? I have tried the redirecting tags as follows: <meta http-equiv="Refresh" content="0; URL=outlook:\\Public Folders\All Public Folders\Corporate Contacts Database"> but this does not work,...
NetBios Name - please read! - Hi, I am going to name my IIS server (NetBios name)and going to use "_" within the name but heard that some old unix DNS having problem resolving name with "_" , is that right, and is that going to be an issue if I use "_"...
IIS 6.0 DNS/NETBIOS conflict. - When I try to goto a site that is internal using the FQN ( mywebsite.web.com ) I am prompted to login. If I use the server netbios name I do not get prompted. What is causing this? Thnak you, JD ntborg@yahoo.com
resolving multiple website names - i have configured several websites on one 2003 server IIS6 using hostheaders. I've added a records for these names to dns. However I still can't get the url's to work. Error is the file or directory cannot be found. If I put in the url just the domain..
How to troubleshoot slow performance resolving jpg? - I would appreciate any advice on how to start troubleshooting a performance issue I am having with IIS 5.1. I am a novice at IIS. Here is the deal: Config: Windows XP SP1 McAffee virus scanning IIS 5.1 Visual Studio .Net Problem (simple description)... |
|
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
|
|
|
|
 |
|
|