I can't stop Diald from dialing. I've put these rules in phone.filter's separate tcp and udp sections but to no effect. ignore tcp tcp.dest=tcp.ipp ignore tcp tcp.source=tcp.ipp # I put the tcp rules in right at the top of the TCP rules section ignore udp udp.dest=udp.ipp ignore udp udp.source=udp.ipp # I've put these in the UDP section all over the place, at the moment they reside under the timed and ntp. I've also tried a series of permutations of rules such as: ignore udp udp.dest=udp.ipp,ip.daddr&255.255.255.0=10.0.0.2 ignore udp udp.source=udp.ipp,ip.saddr&10.0.0.1=255.255.255.0 in a futile attempt to match this source-destination trigger Trigger: udp ?? ? ? ? 10.0.0.1/631 ?? 255.255.255.255/631 What keeps the link up is a ipp connection maintenance packet sent every 30 seconds. udp ?? my.inet.addr.xx/631 ?? 255.255.255.255/631 So, right now, the udp.ipp rules look like: ignore udp udp.dest=udp.ipp,ip.daddr&my.inetaddr.0.0=255.255.255.0 ignore udp udp.source=udp.ipp,ip.saddr&255.255.255.0=10.0.0.0 Neither of these, the trigger nor the maintained link, are blocked by the `ignore' rules. Whatever I change these to be. The system is basically RH6.0 with ppp2.3.10. Diald 0.99.1 ipp is bound to port 631 per its definition in /etc/services ipp is set to ignore in /etc/diald/phone.filter... I appreciate the suggestions, please if you have have anything you think I should double check, please say. If you have experience blocking services that weren't already defined in the filter, please take a stab at this. If you have an idea at all please let me hear it. Thank you - To unsubscribe from this list: send the line "unsubscribe linux-diald" in the body of a message to [EMAIL PROTECTED]
