RE: SOCKS5 on ISA 2004 Problem

  • From: <stevec@xxxxxxxxxxx>
  • To: <isalist@xxxxxxxxxxxxx>
  • Date: Sat, 9 Apr 2005 23:37:52 -0400

I un-Regsvr32'd the SOCKS4 filter. OK, I shouldn't have done that. :) I
fixed it.

So I just disabled the SOCKS4 filter now via the ISA MMC interface,
regsvr32'd the SOCKS5 DLL, and used the following script to install it
(ISA/EE as the only unit in the array). 

---------------------------------------
Sub AddSocks5()
        Set firewallConnection = CreateObject("FPC.Root")
        Set fwArrays = firewallConnection.Arrays
        Set fwItem = fwArrays.Item(1)
        Set fwArrayExts = fwItem.Extensions
        Set fwArrayExtsApps = fwArrayExts.ApplicationFilters    
        fwArrayExtsApps.Add "{188b8b05-9ee8-4ea5-86b0-acb68ba76a72}" ,
"SOCKS 5 SDK Filter"
        fwArrayExtsApps.Save
        
        Set fwEnterprise = firewallConnection.Enterprise
        Set fwEnterpriseExts = fwEnterprise.Extensions 
        Set fwEnterpriseExtsApps = fwEnterpriseExts.ApplicationFilters
        fwEnterpriseExtsApps.Add "{188b8b05-9ee8-4ea5-86b0-acb68ba76a72}" ,
"SOCKS 5 SDK Filter"
        fwEnterpriseExtsApps.Save
                
        'Set containingServer = firewallConnection.GetContainingServer
        'Set fpcRefs = containingServer.InstalledApplicationFilters  
        'Set allFilters =
firewallConnection.GetContainingArray.Extensions.ApplicationFilters
        'allFilters.Add "{188b8b05-9ee8-4ea5-86b0-acb68ba76a72}" , "SOCKS 5
SDK Filter"
        'allFilters.Save        
        
        WScript.Echo "Done!"

End Sub

AddSocks5
---------------------------------------

SOCKS5 still shows no properties, I don't see that port 1080 is in-use, and
there is nothing in the Event Log that says anything about the SOCKS5
filter.


I am sure my VBScript is lacking.... How did it go for you?

Thanks.



---orig 
Subject: RE: SOCKS5 on ISA 2004 Problem
From: "Jim Harrison" <Jim@xxxxxxxxxxxx>
Date: Fri, 8 Apr 2005 16:27:37 -0700
X-Message-Number: 79

Didja look for events in the application event log?
Exactly how did you "uninstall" the SOCKS4 filter (read: not supported)?


  
  --
  http://www.atomic9.net/



Other related posts: