Link to home
Start Free TrialLog in
Avatar of Vshaily
Vshaily

asked on

ISA 2006

Hi,


I am unable to open site behind my isa 2006 server.

https://crm.delta.com.tw:8020
Avatar of Keith Alabaster
Keith Alabaster
Flag of United Kingdom of Great Britain and Northern Ireland image

Sorry to hear that.
See if this helps


If you're running SBS Premium w/ ISA, then you'll need to add a protocol
definition for TCP 8020. The way ISA works, is that it uses protocol
definitions to define protocol (TCP/UDP/ICMP) and port combinations. It
then uses protocol rules that are based on these definitions as well as
other policy elements like schedules, users, etc. to determin who can go
where when. The effective 'allow all traffic' rule we have in ISA on SBS is
somewhat misleading as it only allows all of the protocols that are
currently defined. If a user tries to access a resource on the internet
using a protocol that is not currently defined in ISA (e.g. TCP 8020), then
ISA is going to deny the outbound request. Adding the new protocol
definition and restarting the Microsoft ISA Server Control service should solve the problem
create a rule to allow port 8020 from internal to that site.
ASKER CERTIFIED SOLUTION
Avatar of Bruno PACI
Bruno PACI
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Good Point from PaciB - Missed it was Https:

I had to do the same for Plesk access - SSL on port 8443 - Was ages ago on an SBS2003 box with Isa2004
Avatar of Vshaily
Vshaily

ASKER

Dear All,

Now i got answer . and it's working fine. I dwonlad this script and run in command prompt of ISA server.

Cscript isa_tpr.js /add Ext8020 8020 . Now it's wprking.  Thanks/