2.2.3.4.1 RouterType
The RouterType defines the mode in which the RRAS server needs to be running. This MUST be defined under the following registry key.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteAccess\Parameters
This MUST be of type REG_DWORD. This MUST be a combination of the following flag values.
Flag Value |
Description |
---|---|
ROUTER_TYPE_RAS 0x00000001 |
RRAS is enabled for remote access connections providing connectivity using IPv4 protocol as transport. |
ROUTER_TYPE_LAN 0x00000002 |
RRAS is enabled for IPv4 routing over Ethernet interfaces only. |
ROUTER_TYPE_WAN 0x00000004 |
RRAS is enabled for IPv4 routing over Ethernet as well as demand-dial interfaces. |
IPV6_ROUTER_TYPE_RAS 0x00000008 |
RRAS is enabled for remote access connections providing connectivity using IPv6 protocol as transport. |
IPV6_ROUTER_TYPE_LAN 0x00000010 |
RRAS is enabled for IPv6 routing over Ethernet interfaces only. |
IPV6_ROUTER_TYPE_WAN 0x00000020 |
RRAS is enabled for IPv6 routing over Ethernet as well as demand-dial interfaces. |