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

  • From: Don Blackshear <don.blackshear@xxxxxxxxxxxxx>
  • To: "'[ISAserver.org Discussion List]'" <isalist@xxxxxxxxxxxxx>
  • Date: Thu, 20 Sep 2001 14:38:15 -0700

Alvarado,
No, not yet.  I got tied down with Nimda issues.

I am not sure how to script it or run the script

I downloaded VBscript5.5 from Microsoft and installed it on the ISA, but
don't think I really needed too.

I created a text file with the syntax in notepad saved it as SSL.txt 
then tried to execute it in a command prompt window using WScript.exe
SSL.txt, (also tried changing extension to .WSC & .VBA)

It returns an error that: 
THERE IS NO SCRIPT ENGINE FOR EXTENSION ".WSC" (or whatever other extension
I try).
****************
Tom Shindler replied to our postings as follows:
Hi Don,

Check out:

Q283284

HTH,
Tom
www.isaserver.org/shinder

***************

I had that article, but just don't know anything about using Windows Script,
VBscript or whatever to do this.
Need someone to lead me by the nose.

By any chance are you also trying to set up user access to the Boeing
Redars/Bold SSL site?
If you figure anything out please please let me know in detail what you did.

Thanks

 

-----Original Message-----
From: Alvarado Jesus [mailto:Jalvarado@xxxxxxx]
Sent: Thursday, September 20, 2001 1:33 PM
To: [ISAserver.org Discussion List]
Subject: [isalist] RE: Help! Need to add SSL ports 10051 & 10052
(outbound )


http://www.ISAserver.org


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')

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


Other related posts: