Re: Installing ISA Server for first time



Terence, I downloaded the .zip file from isaserver.org. I've looked at
the readme file. I'm trying to anticipate the effect of running this
program. Does it simply add a policy for port 465?

On Mon, 02 Apr 2007 09:52:43 GMT, Terence Liu [MSFT] wrote:

Hello Mike,

Thank you for you kind update.

I'm glad that your IIS can correct running now.

For the SSL SMTP port 465 access issue:

By default, the ISA 2004 can only allow SSL 443 port go through it. If you
want to use other SSL port, please run the following VBscript:

To add a tunnel port range with Microsoft Internet Security and
Acceleration (ISA) Server 2004, this VBScript script will add port 465:

Dim root
Dim tpRanges
Dim newRange
Set root = CreateObject("FPC.Root")
Set tpRanges = root.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
set newRange = tpRanges.AddRange("SSL 465", 465, 465)
tpRanges.Save

There is a KB will give you details about add SSL port on ISA by run
VBScripts:

Blank page or page cannot be displayed when you view SSL sites through ISA
Server
http://support.microsoft.com/kb/283284/en-us

If you do not like to run VBScripts in above page, there are some
third-party software tools will meet your requirement.

Please download ISA Trpe from the following link, it is a small GUI tool.
Install then run it on your ISA server. It will make you easily to add a
SSL port.

http://www.isatools.org/tools/ISAtrpe.zip

Note: there is a readme.txt file in the packet, please read it first.

[snip]

| This leaves the SSL e-mail problem (as far as I know).
| --
| Mike H
|
.



Relevant Pages

  • Re: SharePoint 3.0: problems with external access
    ... Quick question regarding the SSL port to use and the ISA ... Also what protocaol/Listener do I use when creating the ISA rule. ... The steps to publish WSS 3.0 applications behind ISA 2004 are the same as ...
    (microsoft.public.windows.server.sbs)
  • Re: ISA server blocked other SSL port (not 443)
    ... missed that it was ISA 2004 ... I download and install the program, but when I run the program, I got a ... It will allow you to add ports to the SSLtunnel port range ...
    (microsoft.public.windows.server.sbs)
  • Re: sys/1386/i386/mptable.c rev 1.239 breaks boot.
    ... >> If a valid ELCR was found, consult it for the trigger mode of ISA ... ioapic0: intpin 1 bus ISA ... xl0: using port I/O ...
    (freebsd-current)
  • RE: SBS 2003, ISA 2004
    ... ISA and IIS try listening on these two ports. ... by default the Web Proxy is listening on port 8080 ... of the local network adapter. ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • Re: Sound card on a Thinkpad 600E
    ... Here is a copy of my KERNEL file It has the sound driver I found on google ... device ata0 at isa? ... port IO_WD1 irq 14 ... pseudo-device splash ...
    (comp.unix.bsd.freebsd.misc)

Loading