View Single Post
  #15 (permalink)  
Old 2008-05-16
melipla melipla is offline
Senior Member
 
Join Date: 2006-01-25
Posts: 788
Rep Power: 3
melipla has an average reputation (10+)
Default Re: SecureClient connection dropping

I've experienced a similar problem with an NGX clustered environment, only it wasn't as timely as yours. My problem ended up being the fact that SecureClient was attempting to re-establish its connection with the gateway via an internal interface instead of the external interface it used initially.

The fix was to use guidbedit and search for this property:

apply_resolving_mechanism_to_SR

For cluster objects its set to False by default, you'll want to set it to true and repush the policy to the gw [and update site?]. Check out SK32229 which talks about the resolving mechanism and SK22020 which talks about SecureClient's resolve_multiple_interfaces property.
__________________
Its all in the documentation.
Reply With Quote