Posts Tagged ‘ISA’

ISA 2006: Re-design

Wednesday, April 7th, 2010

Just been working on our ISA infrastructure. We have 2 ISA servers, 1 for staff, and 1 for students. Main reason for the separate servers is that each ‘group’ have to go through a different upstream proxy server. (Bit of a pain, but that’s what we have to do.)

Simple task this morning, block a couple of sites and add a new HTTP signature in for blocking. Open up the ISA Management console and off we go.

Upon opening, I was greeted with a dozen rules and a number of separate filters. I knew that ISA performance had been suffering recently, but not really had the time to do anything about it. It looks like over time, as requirements have changed and extra sites and services needed restricting or allowing, the design of the firewall rules, and web chaining rules had become one giant mess.

Taking the opportunity of a bit of time for once, took all of the rules, deleted them and started from scratch. Managed to get 14 rules down to 3. Took a look at the web chaining rules, and reorganised them into a more logical order. Traffic is all now told to attempt to go direct to the source instead of the upstream proxy. Previously, all traffic was directed to the upstream proxy, and then told to go direct if it didn’t match a rule. (I think that makes sense!).

Other than making the whole configuration simpler (always a good feature), the re-design has had two positive side effects that weren’t planned for. ISA performance has improved by around 50%. Request times are taking half a s long to process as they were before. Also, YouTube has started working!! Something in the configuration was stopping YouTube from loading and playing videos, but in the mess of rules, we could not determine what the problem was.

Today I have determined that every so often, you need to really challenge an existing design to ensure that it is as simple, and as functional as it needs to be.

ISA 2006 Word Filter

Tuesday, December 15th, 2009

Have been looking today at word filters in ISA 2006, and stumbled across this post below. I was looking for a way of ensuring that any web page containing the address of a well known games site, used for general timewasting in the college.

Anyway, found this post, implemented the filters as it described, and the dreaded games site is no more.

http://www.elmajdal.net/isaserver/Keyword_Filtering_With_ISA_Server_2006.aspx

Further information, more in depth and details on all of the configuration options can also be found on Microsoft Technet at the following address:

http://technet.microsoft.com/en-us/library/bb794829.aspx

The end of Proxy Bypass, Anonymisers and Flash Games sites!

Outlook Send/Receive 0x8004010f

Friday, September 18th, 2009

Been having this problem on all machines which use Cached Exchange Mode at work. Was really beginning to get annoying as any of the suggestions that I found on the MSExchange Team blog did not seem to work. For reference, the site is was on is: http://msexchangeteam.com/archive/2007/04/19/437902.aspx

After a while of head scratching and null answers, started looking a bit out of the box. Had a look at ISA server, just by chance, and noticed an error occurring every time that a Send/Receive was initiated from a client.

As my ISA server is only meant to log internet requests, I thought this was a bit weird. A look a little closer found that I had a typo in an address configured in my proxy pac file. All local traffic had been going to my ISA server and being logged since I made the change (about a week ago).

So, sorted out my proxy pac file, made sure that everything was pointing to the right place, and everything started ticking along nicely.

Downloads started working and everyone could then access the address list offline again.