RE: Help! Need to add SSL ports 10051 & 10052 (outbound )

  • From: Alvarado Jesus <Jalvarado@xxxxxxx>
  • To: "'[ISAserver.org Discussion List]'" <isalist@xxxxxxxxxxxxx>
  • Date: Thu, 20 Sep 2001 16:32:47 -0400

Did you get this to work , I belive you might also have to define a new
protocol and Assign it 10051 and 10052
My VBS script get and error did the script work for You .
Als where did you get the SDK ?

-----Original Message-----
From: Don Blackshear [mailto:don.blackshear@xxxxxxxxxxxxx]
Sent: Thursday, September 13, 2001 5:40 PM
To: [ISAserver.org Discussion List]
Subject: [isalist] Help! Need to add SSL ports 10051 & 10052 (outbound)


http://www.ISAserver.org


A major customer of ours has a document site that requires us to open SSL
443 (Bi) and SSL on higher ports 10051 and 10052 (outbound).

According to info in the SDK, I assume I might be able to do this with the
following:

set isa=CreateObject ("FPC.Root")
set
tprange=isa.Arrays.GetContainingArray.ArrayPolicy.WebProxy.TunnelPortRanges
set tmp=tprange.AddRange ("SSL 10051", 10051, 10051)
set tmp=tprange.AddRange ("SSL 10052", 10052, 10052)
tprange.Save

The SDK info goes on the mention setting the above up as a VBScript, but
says nothing on how to open these port for outbound vs. inbound or Bi.

I am a total 2 day old Firewall and ISA novice and not a VB guy. 

1.  Am I on the right track?
2.  Is there a way to qualify the added SSL port for outbound only?
3. Can I key the set statements in another way (command prompt) instead of
having to use VB?
4. Once these higher level port are added and open, should Web Proxy Clients
have access through them?


Thanks


Don Blackshear
don.blackshear@xxxxxxxxxxxxx 
Phone: (619)440-2504 x249


------------------------------------------------------
You are currently subscribed to this ISAserver.org Discussion List as:
jalvarado@xxxxxxx
To unsubscribe send a blank email to $subst('Email.Unsub')


Other related posts: