- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Disable NETBIOS via DHCP Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 12:57 AM
You can diable netbios on your windows dhcp clients via dhcp option described below on msdn.
https://msdn.microsoft.com/en-us/library/cc227276.aspx
In infoblox this comes to adding option 43 (vendor-encapsulated-options) and add the follwoing string in the value field :
01:04:00:00:00:02
Serching online for different dhcp servers on routers and firewalls sometimes a different notation was needed
as 0x01;0x04;0x00;0x00;0x00;0x02
or 010400000002
Re: Disable NETBIOS via DHCP Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022 10:40 AM
Has anyone been able to confirm that using DHCP option 43 with the string 01:04:00:00:00:02 disables NETBIOS on Windows workstations?
Re: Disable NETBIOS via DHCP Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2022 04:11 PM
Yes, you can disable using option 43 with following form:
option vendor-encapsulated-options 01:04:00:00:00:02
Thank you.