RouterType (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the RouterType setting in Windows Embedded 8 Standard (Standard 8).
This setting specifies the router type for remote access.
The following table shows the possible values.
Value |
Description |
---|---|
1 |
Specifies that remote access is supported. Use this value for dial-up access. To enable remote access, see ConfigurationFlags. |
2 |
Specifies that a local area network (LAN) is supported. Use this value for network address translation (NAT) access. |
3 |
Specifies that remote access and LAN are both supported. |
4 |
Specifies that a wide area network (WAN) for on-demand dialing is supported. Use this value for demand-dial routing. |
5 |
Specifies that remote access and WAN are supported. |
6 |
Specifies that LAN and WAN are supported. |
7 |
Specifies that remote access, LAN, and WAN are all supported. Use this value for virtual private network (VPN) access. This is the default value. |
Modules
The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.
Module |
Path |
---|---|
Features/Networking/Network Management/Remote Access/RouterType |
XML Example
The following example shows how to set the router type for LAN access.
<RouterType>2</RouterType>