Intelligent Proxy Steering - Office365
Introduction
This solution started back in May 2015 when I was helping a customer bypass their forward proxy servers due to the significant increase in the number of client connections after movin...
Published Apr 20, 2018
Version 1.0Smithy
Cirrostratus
Joined July 31, 2011
Smithy
Cirrostratus
Joined July 31, 2011
Smithy
Oct 11, 2018Cirrostratus
If you are getting the following error: "Could not find ILX extension office365_ipi_extension in path office365_ipi_plugin", make sure you have installed all the NPM packages.
Go back and re-run this at root:
$ cd /var/ilx/workspaces/Common/office365_ipi_workspace/extensions/office365_ipi_extension/
$ npm install xml2js https repeat lokijs ip-range-check –save
Make sure you get this:
/var/ilx/workspaces/Common/office365_ipi_workspace/extensions/office365_ipi_extension
├── https@1.0.0
├─┬ ip-range-check@0.0.2
│ └── ipaddr.js@1.8.1
├── lokijs@1.5.5
├── repeat@0.0.6
└── xml2js@0.4.19
Check /var/log/ltm for any runtime compile errors.