<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I was doubtful, but I tested it and it certainly does work.  <br>
<br>
I'm curious if anybody should know, is it the dhcp server that sees the
0.0.0.0 and so doesn't provide the WINS settings or is it the PC that
sees the 0.0.0.0 and simply ignores it?<br>
<br>
<br>
<br>
Chuck Anderson said the following on 04/30/2008 03:01 PM:
<blockquote cite="mid:20080430220146.GV17543@angus.ind.WPI.EDU"
 type="cite">
  <pre wrap="">On Wed, Apr 30, 2008 at 02:37:47PM -0700, Rob Tanner wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have a "option netbios-name-servers nn.nn.nn.nn" set at the top of my 
dhcpd.conf (before any subnets are defined) file so that every subnet uses 
that address.  But now I have one subnet that we want to exclude netbios 
from entirely.  Is there something like a "no option netbios-name-servers" 
parameter that I can use to disable the  netbios setting in that one 
subnet?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I've done this:

option netbios-name-servers 0.0.0.0;

  </pre>
</blockquote>
<br>
</body>
</html>