WINS Server Sends IGMP Packets on StartupID: Q151761
|
When you start up the Windows Internet Name Service (WINS) on Windows NT,
it automatically sends IGMP packets to multicast address 224.0.1.24. This
is a multicast packet sent by the WINS service looking for possible
replication partners. WINS periodically sends information about itself by
means of these packets.
If you do not want these multicast packets to be sent, set UseSelfFndPnrs
in the registry under Wins\Parameters to DWORD 0 and also set McastIntvl to
some huge value (DWORD FFFFFFFF for instance; by default the interval is
2400, that is, 40 minutes).
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wins\Parameters
Entry Value Name UseSelfFndPnrs
Data type REG_DWORD
Description: If the parameter is set to 1 and network routers support
multicasting, the WINS server automatically finds other
WINS servers on the network and configures them as push
and pull partners. If the parameter is set to 1 and
network routers do not support multicasting, the WINS
server finds only those WINS servers that are on its own
subnetwork.
Range 0 or 1
Default value 0
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wins\Parameters
Entry Value Name McastIntvl
Data type REG_DWORD
Description This parameter specifies the time interval (in seconds)
at which the WINS server sends a multicast announcement
to announce its presence to other WINS servers.
Range The minimum allowable value is 2400 seconds (40 minutes).
Default value 2400 (seconds)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wins\Parameters
Entry ValueName McastTtl
Data type REG_DWORD
Description This parameter specifies the number of jumps across a
router that a WINS multicast announcement can take.
Range 1 to 32
Default value 6
Keywords : nttcp NTSrvWkst
Version : WinNT:3.51,4.0
Platform : winnt
Issue type :
Last Reviewed: February 19, 1999