Re: Can you change Sharepoint usage of port 444 to another?
- From: v-yanniw@xxxxxxxxxxxxxxxxxxxx ("Jenny wu [MSFT]")
- Date: Tue, 13 Dec 2005 10:39:50 GMT
Hi Dean,
Thanks for your update.
To trouble shoot the issue, I need more information. Please run the
following commands and paste the file content in the newsgroup:
On the SBS server box, open a command prompt. Type the following commands:
cd \portqryv2
portqry -local -v -l c:\ports.txt
On remote site, please run the following command to test the port:444.
Please paste the output in the newsgroup.
"portqry -n <IP of the SBS server> -p tcp -e 444" (no quotation marks)
"telnet <IP of the SBS server >:444" (no quotation marks)
More info:
832919 New features and functionality in PortQry version 2.0
http://support.microsoft.com/default.aspx?scid=kb;en-us;832919
I appreciate your time! I am happy to be assistance of you.
Have a nice day!
Sincerely,
Jenny Wu
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
======================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.
Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Can you change Sharepoint usage of port 444 to another?
>thread-index: AcX/N3y2af0MLTXZQvqma2p36wUawA==
>X-WBNR-Posting-Host: 195.243.86.188
>From: "=?Utf-8?B?SG90U2l6emF1Y2U=?="
<HotSizzauce@xxxxxxxxxxxxxxxxxxxxxxxxx>
>References: <54181868-7495-46AF-B8E0-219B9B8DE41E@xxxxxxxxxxxxx>
<CDEA70EE-0EC0-48C1-8D0C-B34B1BB50780@xxxxxxxxxxxxx>
<uuvwo3t$FHA.2040@xxxxxxxxxxxxxxxxxxxx>
<kDlTm#v$FHA.832@xxxxxxxxxxxxxxxxxxxxx>
>Subject: Re: Can you change Sharepoint usage of port 444 to another?
>Date: Mon, 12 Dec 2005 08:17:03 -0800
>Lines: 180
>Message-ID: <5A07B03E-6E3A-4B54-9CFF-755543FB5380@xxxxxxxxxxxxx>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.windows.server.sbs
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windows.server.sbs:229550
>X-Tomcat-NG: microsoft.public.windows.server.sbs
>
>Thanks for the reply Jenny,
>
>I had one of our engineers run a port triggering test on port 444 from
>within the remote companies domain and it came back with a status of
>"Stealth". Do you know if under this setting it would block Sharepoint
>apps/Companyweb?
>
>Dean
>
>""Jenny wu [MSFT]"" wrote:
>
>> Hi,
>>
>> Thanks for using the SBS newsgroup!
>>
>> For your description, I understand that you want to know how to change
the
>> default SSL port 444 of the Companyweb site to another. If I am off
base,
>> please don't hesitate to let me know.
>>
>> Have you installed ISA on the SBS server box? What the ISA version? ISA
>> 2000 or ISA 2004?
>>
>> If you have not install ISA on the server box and use RRAS as firewall,
you
>> can change the default port SSL 444 port to another static port in IIS
and
>> then open the port in RRAS firewall to publish it to internet. You can
>> refer to the following steps:
>>
>> 1. Please ensure the Companyweb is listening on the xxx port, you can
>> follow the steps below:
>>
>> a. Open IIS.
>> b. Right-click Companyweb and then click Properties.
>> c. Click Advanced in the Web Site tab.
>> d. Click to select the entry that includes SSL port xxx, and then click
>> Edit.
>> e. Make sure that we choose " (All Unassigned)" in the IP address list.
>> f. Click OK to close the open windows.
>>
>> 2. Open the xxx port on your firewall.
>>
>> a. Click Start->Administrative Tools->Routing and Remote Access.
>> b. Expand to IP Routing->NAT/Basic Firewall.
>> c. Double-click your external network adapter in the right pane.
>> d. Click Service and ports.
>> e. If "Windows SharePoint Services intranet site" exist, click to select
it
>> and then click Edit.
>> f. Make sure the following contents are inputted:
>>
>> Incoming port: xxx
>> Private IP: your internal IP address of the SBS server.
>> Outgoing port: xxx.
>>
>> g. Click OK.
>> h. Click to select "Windows SharePoint Services intranet site".
>> i. Click OK.
>>
>> If you have installed any third party Router/firewall outside the
network,
>> you need manually open the specific port on the Router/firewall.
>>
>> If you have installed ISA on the server box, you can create a rule to
>> publish the Companyweb site to internet. You can refer to the following
>> article to publish it.
>>
>> 838304 How to publish http://Companyweb to the Internet by using ISA
Server
>> http://support.microsoft.com/?id=838304
>>
>> Note: The article is about to how to publish the Companyweb sit in port
>> 444, you can create a rule like the steps but change the port you want
to
>> use.
>>
>> Related information:
>>
>> How To Configure the Web Publishing Service to Work with Internet
Security
>> and Acceleration Server in Windows Server 2003
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;323426
>>
>> 840614 How to install and use certificates for SSL connections in ISA
Server
>> http://support.microsoft.com/?id=840614
>>
>> Hope it helps! If you have any question on the issue please let me know.
I
>> am happy to be assistance of you!
>>
>> Have a nice day!
>>
>> Sincerely,
>>
>> Jenny Wu
>> Microsoft CSS Online Newsgroup Support
>> Get Secure! - www.microsoft.com/security
>> ======================================================
>> This newsgroup only focuses on SBS technical issues. If you have issues
>> regarding other Microsoft products, you'd better post in the
corresponding
>> newsgroups so that they can be resolved in an efficient and timely
manner.
>> You can locate the newsgroup here:
>> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
>>
>> When opening a new thread via the web interface, we recommend you check
the
>> "Notify me of replies" box to receive e-mail notifications when there
are
>> any updates in your thread. When responding to posts via your
newsreader,
>> please "Reply to Group" so that others may learn and benefit from your
>> issue.
>>
>> Microsoft engineers can only focus on one issue per thread. Although we
>> provide other information for your reference, we recommend you post
>> different incidents in different threads to keep the thread clean. In
doing
>> so, it will ensure your issues are resolved in a timely manner.
>>
>> For urgent issues, you may want to contact Microsoft CSS directly.
Please
>> check http://support.microsoft.com for regional support phone numbers.
>>
>> Any input or comments in this thread are highly appreciated.
>> ======================================================
>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>> --------------------
>> >Date: Sun, 11 Dec 2005 21:36:42 -0800
>> >From: "Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]"
>> <sbradcpa@xxxxxxxxxxx>
>> >User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
>> >X-Accept-Language: en-us, en
>> >MIME-Version: 1.0
>> >Subject: Re: Can you change Sharepoint usage of port 444 to another?
>> >References: <54181868-7495-46AF-B8E0-219B9B8DE41E@xxxxxxxxxxxxx>
>> <CDEA70EE-0EC0-48C1-8D0C-B34B1BB50780@xxxxxxxxxxxxx>
>> >In-Reply-To: <CDEA70EE-0EC0-48C1-8D0C-B34B1BB50780@xxxxxxxxxxxxx>
>> >Content-Type: text/plain; charset=UTF-8; format=flowed
>> >Content-Transfer-Encoding: 7bit
>> >Message-ID: <uuvwo3t$FHA.2040@xxxxxxxxxxxxxxxxxxxx>
>> >Newsgroups: microsoft.public.windows.server.sbs
>> >NNTP-Posting-Host: 69.106.188.24
>> >Lines: 1
>> >Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14.phx.gbl
>> >Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windows.server.sbs:229436
>> >X-Tomcat-NG: microsoft.public.windows.server.sbs
>> >
>> >Buy the guy a Verizon Sierra Aircard and go around the block.
>> >
>> >What's causing the block of port 444 anyway?
>> >
>> >HotSizzauce wrote:
>> >> I found a post with similar problems:
>> >>
>> >> "To resolve
>> >> this, as Javier said, we need to have second static IP address on the
>> >> external IP NIC on SBS Server, use ISA server to publish Companyweb
on
>> this
>> >> static IP address and redirect it to Port 443. It will be a
complicated
>> >> scenario. For the aim of easier to maintenance server, we suggest
that
>> make
>> >> changes on workstation side rather than on server"
>> >>
>> >> Said Brandy Nee, one of the MS people monitoring this forum. If I
can't
>> get
>> >> the remote comapny to open port 444 I can use the above to fix the
>> issue...
>> >> does anyone know what the exact steps would be to implement a second
IP
>> on
>> >> the external NIC then redirect Companyweb to port 443?
>> >>
>> >> Thanks Again
>> >>
>> >> "HotSizzauce" wrote:
>> >>
>> >>
>> >>>Hello,
>> >>>
>> >>>Our company has traveling engineers whom connect ot our companyweb
via
>> RWW.
>> >>>All but one of our currect customer sites will allow the passage of
port
>> 444.
>> >>>However, one site has it blocked, so the question is can you manually
>> change
>> >>>the port in which MS Sharepoint services uses from 444 to something
>> else? And
>> >>>what would the risks be in doing so?
>> >>>
>> >>>Thanks
>> >
>>
>>
>
.
- References:
- Re: Can you change Sharepoint usage of port 444 to another?
- From: Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP]
- Re: Can you change Sharepoint usage of port 444 to another?
- From: "Jenny wu [MSFT]"
- Re: Can you change Sharepoint usage of port 444 to another?
- From: HotSizzauce
- Re: Can you change Sharepoint usage of port 444 to another?
- Prev by Date: Clients cannot locate SBS for DHCP or DNS
- Next by Date: Re: Clients Apps
- Previous by thread: Re: Can you change Sharepoint usage of port 444 to another?
- Next by thread: RE: Changing SharePoint views when viewing faxes
- Index(es):
Relevant Pages
|