At 01:15 AM 11/16/98 +0000, you wrote:
>Theo. Sean Schulze wrote:
>
>> Well, I've now gotten diald to connect when I want it to, but I guess I
>> need to work on keeping it from connecting when I don't want it to.  It
>> seems that over the last hour or so that I have had diald up and running
>> on my system it has dialed my ISP at each quarter hour minus one minute
>> (e.g., 18:59, 19:14).  Looking at the tail of /var/log/messages, I see
>> that rule 22 proto 17 seems to be the culprit.  What is this rule?  I
>> don't see any numbers in /usr/lib/diald/standard.filter.  Where in the man
>> pages is this addressed?
>>

I found 2 other rules which seem to cause dialing out.

There are rules for netbios-ns:

# Do the same for netbios-ns broadcasts
# NOTE: your /etc/services file may not define the netbios-ns service
# in which case you should comment out the next three lines.
ignore udp udp.source=udp.netbios-ns,udp.dest=udp.netbios-ns
#jys change to ignore netbios-ns to see if it stops dialing out
#accept udp 30 udp.dest=udp.netbios-ns
#accept udp 30 udp.source=udp.netbios-ns
ignore udp udp.dest=udp.netbios-ns
ignore udp udp.source=udp.netbios-ns

The standard.filter rules accept packets where the destination or source is
udp.netbios-ns, as long as both are not (the first ignore). I changed the
two accepts to ignore and I have a lot less dialing out when the network is
idle.


-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to