Murthy,

The Windows Machines are causing the Link to be brought up due
to that they are trying to use DNS for NETBIOS Name Resolution.
This is a little quirk with Windows Networking.  With WinNT
Systems you can easily disable this by TCP/IP Protocol Network
Control Panel Dialog Setting related to WINS Addressing.  With
Win9x Systems it is a little trickier in that you must modify a Registry
Setting.  Attached is a Registry Edit Macro File which will change
the DNS Enable.  Note, once this Macro is run, it will appear
that all DNS functionality is disabled when you look at the Networking
Control Panel DNS Dialogue -- this is not the case, only DNS related
to NETBIOS Name Resolution is disabled.  If you need to perform
further DNS Edits (such as add DNS Servers), then enable DNS
from the DNS Dialogue, perform changes, save, and then reapply
the Registry Macro.

In addition to the above, you may want to filter all NETBIOS traffic
from causing DIALD from activating the Link.  Below are the filter
rules you will need to add to your filter file:

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


Jeff


----- Original Message -----
From: Murthy Raju <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 24, 2000 9:57 AM
Subject: Diald brings up the link when any of the windows machines on the
network is booted


> Hi,
>
> I have diald on Red Hat linux 6.0. I use this as my gateway for 2 other
> win95 machines. Diald starts at boot time.
>
> I have observed that as soon as any of the windows machines is booted, the
> link comes up. Uisng dctrl, I have found that the links comes up because
of
> the request sent by the windows clients to the name servers ( 2 name
> servers of my ISP).
>
> How do I prevent the windows machines from bringing  up the link on
startup?
>
> Thanks in advance for help.
>
> with best regards
> Murthy Raju
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]
>


begin 666 no-dns.reg
M4D5'141)5#0-#0H-#0I;2$M%65],3T-!3%]-04-(24Y%7%-Y<W1E;5Q#=7)R
M96YT0V]N=')O;%-E=%Q397)V:6-E<UQ6>$1<35-40U!=#0T*(D5N86)L941.
)4R(](C B#0T*
`
end



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

Reply via email to