Share via


NetBT (Standard 8 Module Reference)

7/8/2014

Review the settings, dependencies and any notes for the NetBT section of the Embedded Core module in the Windows Embedded 8 Standard (Standard 8) module catalog.

These settings are interface-specific settings that you can use to specify a unique key and value of the IP address. Name-server priority is based on the key of the IP address, with higher priority given to lower keys. You can also set NETBIOS security settings and identify the mode of operation for NETBIOS over TCP/IP on the parent interface. These can appear once for each interface configured by the configuration file.

Settings

This module includes the following settings.

Notes

IpAddress

You use Key and Value attributes to specify unique keys for IP addresses that are members of NameServerList. Name-server priority is based on this information, with higher priority given to lexicographically lower keys.

The following XML example shows how to specify unique keys for IP addresses.

<Interface wcm:action="add">
    <NameServerList>
        <IpAddress wcm:action="add" wcm:keyValue="IpAddress1">123.45.67.89</IpAddress>
        <IpAddress wcm:action="add" wcm:keyValue="IpAddress2">56.78.90.123</IpAddress>
        </NameServerList>
    <NetbiosOptions>2</NetbiosOptions>
    <Identifier>Local Area Connection</Identifier>
</Interface>

For an XML example that shows how to configure NetBT, see NetBT XML Example.

See Also

Concepts

Embedded Core