Hello


>Hello,

> after the upgrade the Timeout does not work 100% correct anymore.
> Might be that this has to do with the change to static Masquerading.
> Anyhow ISDNPM hangs up the line after the adjusted periode.

Before this the DialFilter has also worked as Timeout for send packages.
With a restrictive DialFilter there is no use in it. There is the
TimeoutFilterOut to keep track of that from now on.

> Now it seems that ICMP and Netbios (138)-Packages starting the Timeout-Trigger again.
> Is the Timeout value greater than the time in between Broadcast messages (?), so
> there is no hangup anymore!

Correct, see above.

>I didnt setup any Timoutfilters since now, but it seems I do 
>need such a "thing" from now on :-) ?

>Does anybody have an example for setting up a Timeout-Filter?

Timeoutfilter are looking the same than all other filters.

#**************************************************************** #
# Timeoutilter which prevents NETBIOS from keeping                #
# connections open                                                #
#

[NETBIOS-TO-FILTER]

    NoTrigger,\
    Proto   = (UDP,TCP),\
    PortDst = (137-139)

    NoTrigger,\
    PortSrc =  (137),\
    Proto   =  (UDP),\

    Trigger

#*****************************************************************

IMHO it is better to eliminate NETBIOS completlyvia packet filtering

