Ed Grimm wrote:
> Jeff Buckey wrote:
>> 
>> I have been having a heck of a time getting diald to work correctly.
>> I've tried every configuration I can find and gotten nowhere.  I've
>> finally gotten to the point where I can get diald up but it just keeps
>> dialing out every few minutes.  And that's even when the Windows 95
>> machine on my network is OFF.
>> 
>> Anyway, my question is this, everytime I boot up my machine (and
>> subsequently when I ran diald) I would see a message that says:
>> 
>> " modprobe can't locate module net-pf-4
>>    modprobe can't locate module net-pf-5 "
> 
> Appletalk and IPX, I believe.  I ended up aliasing net-pf-4 to some
> module equivalent to /dev/null, and compiling IPX into the kernel (for
> Samba).  You probably need to tell diald to ignore IPX traffic (ports
> 137, 138, and 139.  Well-known as netbios-ns, netbios-dgm, and
> netbios-ssn, respectively) if you have Samba or use SMB support. 
> Otherwise, null out the net-pf-5 module as well.

Um, it seems I got them reversed.  IPX and Appletalk.  To turn them off,
put in your /etc/conf.modules

        alias net-pf-5 off

This example kills Appletalk.  Not sure what is trying to use appletalk,
but it's dead now, so I don't need to worry.

I then put into my diald.conf file

        ignore udp udp.dest=udp.netbios-ns
        ignore udp udp.dest=udp.netbios-ssn
        ignore udp udp.dest=udp.netbios-dgm
        ignore udp udp.source=udp.netbios-ns
        ignore udp udp.source=udp.netbios-ssn
        ignore udp udp.source=udp.netbios-dgm

Ed

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

Reply via email to