-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Everyone,

I just ran across something I thought would help.
> http://www.bakarasse.de/pages/en/linux/disable-netbios-via-dhcp.php?lang=EN

Everyone knows NetBios is chatty, and it really isn't
necessary on VCL's communication(ssh) VLAN. So, I've
turned it off via dhcp.

Here's a copy of the modified section of my dhcpd.conf
> # Disable NetBIOS via DHCP
> # to save the vendor id in the lease db:
> set vendor-id = option vendor-class-identifier;
> # specify the option space name:
> option space MSFT;
> option MSFT.nbt code 1 = unsigned integer 32;
> 
> 
> shared-network eth1 {
> subnet 10.69.224.0 netmask 255.255.252.0 {
>                  max-lease-time                  43200;
>                  min-lease-time                  43200;
>                  default-lease-time              43200;
>                  option nis-domain               "NA";
>                  option nis-servers              noip;
>                  if substring ( option vendor-class-identifier, 0, 8 ) = 
> "MSFT 5.0" {
>                         vendor-option-space MSFT;
>                         # 1 = enable, 2 = disable - NetBIOS over TCP/IP:
>                         option MSFT.nbt 2;
>                  }

Chances are vcl doesn't enable NetBios over TCP anyway. But, just in
case, I thought I'd set this up.

__Jim O'Dell

- -- 
Jim O'Dell
Network Analyst
California State University Fullerton
Email: jod...@fullerton.edu
Phone: (657) 278-2256
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzAstQACgkQREVHAOnXPYT/mACcCFEf9h3wdkeJToEbxor8RZTx
d14An2bh8ZhP7JGzE/fDWJucRH91G7DC
=UiHt
-----END PGP SIGNATURE-----

Reply via email to