Share via


TCPIP (Standard 8 Module Reference)

7/8/2014

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

This setting specifies the TCP/IP settings.

For an XML example that shows how to configure TCP/IP, see TCPIP Settings XML Example.

Settings

This module includes the following settings.

Notes

Interface

You can use the Action setting attribute to specify the action to take when you use the configuration file to create or modify an image. The following table shows the possible values.

Value

Description

AddListItem

Adds the item or items to an image.

ModifyListItem

Modifies the value or the item as specified in Key or Value in an image.

RemoveListItem

Removes the item or items in an image.

You use Key and Value attributes to specify a unique key for the unicast IP addresses for IPv4 and IPv6 settings.

The following XML example shows how to specify the unicast IP address for IPv4 and IPv6 settings.

<Interface wcm:action="add">
    <UnicastIpAddresses>
        <IpAddress wcm:action="add" wcm:keyValue="1">192.168.0.1/24</IpAddress>
        <IpAddress wcm:action="add" wcm:keyValue="2">ffff:1::3/48</IpAddress>
    </UnicastIpAddresses>
</Interface>

Route

You can use the Action setting attribute to specify the action to take when you use the configuration file to create or modify an image. The following table shows the possible values.

Value

Description

AddListItem

Adds the item or items to an image.

ModifyListItem

Modifies the value or the item as specified in Key or Value in an image.

RemoveListItem

Removes the item or items in an image.

See Also

Concepts

Embedded Core