How to manually install
ssh to netscaler
make /var/vpn/patch_TDC folder
Code:shell
cd ..
mkdir /var/vpn
mkdir /var/vpn/patch_TDC
cd /var/vpn/patch_TDC
ls -l
Copy the DLLWith WinSCP copy/rename eSpectAGEE.dll (installed by the .msi) to /var/vpn/patch_TDC/EPAFactory.dll
Create the text file Signature Checking FileCode:nano /var/vpn/patch_TDC/EPAFactorySignature
In windows find the dll version of eSpectAGEE.dll by right clicking on it. Also find out the Digital Signature (The Development Cloud Ltd)
in the EPAFactorySignature text file add two lines ( version on line one, then code signing name on line two )
Code:1.0.21.0
The Development Cloud Ltd
Save the file EPAFactorySignature text file
Set-up the symbolic links on bootEdit or create file /nsconfig/rc.netscaler
Code:nano /nsconfig/rc.netscaler
add the following lines
Code:ln -fs /var/vpn/patch_TDC/EPAFactory.dll /netscaler/ns_gui/epa/scripts/EPAFactory.dll
ln -fs /var/vpn/patch_TDC/EPAFactorySignature /netscaler/ns_gui/epa/scripts/EPAFactorySignature
Make links ( so you wont have to reboot)Code:ln -fs /var/vpn/patch_TDC/EPAFactory.dll /netscaler/ns_gui/epa/scripts/EPAFactory.dll
ln -fs /var/vpn/patch_TDC/EPAFactorySignature /netscaler/ns_gui/epa/scripts/EPAFactorySignature
Now set up some policies, apply to a VS. Hit the VS with a windows client and you will see the Citrix ocx download the EPAFactory.dll and run the configured scans
Hope this helps Colin