Jarmo Paavilainen wrote: > Im using ICQ on my Win98 clients and Linux redhat 6.0 is doing all dialing > (diald) and masqurating. > > But my ICQ netdetect does not detect connection (I can live with that). It's only designed to work with dialup networking connections. > And ICQ keep my connection up (must fix that). to /etc/services add icq 4000/udp #Mirabilis ICQ icq 4000/tcp #Mirabilis ICQ to your filter file (usually /etc/diald/phone.filter or /usr/lib/diald/standard.filter) add either: # to ignore icq traffic altogether ignore udp udp.dest=udp.icq ignore udp udp.source=udp.icq OR # do not dial-in but keep connection up # if a fast exchange of messages takes place # note: number must be less than 300 which is # the ICQ default timing for checking its servers keepup udp 270 udp.dest=udp.icq keepup udp 270 udp.source=udp.icq HTH, Lourdes - To unsubscribe from this list: send the line "unsubscribe linux-diald" in the body of a message to [EMAIL PROTECTED]
