RouterType specifies the router type for Remote Access Service (RAS).

Values

1

Specifies that RAS is supported. This is the value for dial-up access.

2

Specifies that a local area network (LAN) is supported. This is the value for network address translation (NAT) access.

3

Specifies that RAS and LAN are both supported.

4

Specifies that a wide area network (WAN) for on-demand dialing is supported. This is the value for demand-dial routing.

5

Specifies that RAS and WAN are supported.

6

Specifies that LAN and WAN are supported.

7

Specifies that RAS, LAN, and WAN are all supported. This is the value for virtual private network (VPN) access.

The default value is 7.

Parent Hierarchy

Valid Passes

specialize

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-RasServer.

XML Example

The following XML output shows how to enable RAS and set the router type for LAN access.

  Copy Code
<ConfigurationFlags>true</ConfigurationFlags> 
<RouterType>2</RouterType>

See Also