by ken123 » Dec 16 13 8:56 pm
To: Adrien
Thanks for your guide. I am not good in programming script so I want to use the flow chart way to set up event's ploicy.
(Wingate>Control>event> specifc event dialog) When a drag and drop the" list look up check property" dialog, there are one textfield that I can insert a symbol with the botton. e.g. {{Session.ClientIp.InRange(Text Begin,Text End)}}, one pulldown list that I can select which method can use and one match-value-pane that Ican check against which I type the range of IP or subnet and subnet mask. No matter How I type "192.168.0.0", "255.255.255.0" or 192.168.0.0, 255.255.255.0. It still can't get the result be expected. It's always not match and return false. Can you tell me how to set the value on match -value-pane correctly. For examples, Check that values of : I inserted {{Session.ClientIp.InRange(Text Begin,Text End)}} and match against the range of IP192.168.0.1, 192.168.0.254.
And {{Session.ClientIp.InSubnet(Text Network,Text Mask)}} and match against 192.168.0.0,255.255.255.0
Ken