4.11.4 Other Miscellaneous Configuration Information

The following registry value specifies the RRAS mode configured.

Key Name: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteAccess\Parameters

Name: RouterType

Type: REG_DWORD

Data: 0x1E

The previous value corresponds to the following enumeration flags.

ROUTER_TYPE_LAN

ROUTER_TYPE_WAN

IPV6_ROUTER_TYPE_RAS

IPV6_ROUTER_TYPE_LAN

This specifies that for IPv4 LAN routing and demand-dial is enabled and remote access connections are not enabled. For IPv6, Remote Access connections are enabled but only LAN routing is enabled.

The following registry information specifies the settings to be used for IKEv2. This specifies an idle timeout value of 5 minutes, retransmission timeout of 30minutes, SA life time of 8 hours, and SA datasize lifetime of 100 MB.

Key Name: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteAccess\Parameters\IKEV2

Name: idleTimeout

Type: REG_DWORD

Data: 0x12C

Name: networkBlackoutTime

Type: REG_DWORD

Data: 0x708

Name: saLifeTime

Type: REG_DWORD

Data: 0x7080

Name: saDataSize

Type: REG_DWORD

Data: 0x19000

The following registry configuration specifies the IPv4 static address pool to be used. The address range configured is from 10.1.1.1 to 10.1.1.100.

Key Name: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteAccess\Parameters\Ip

Name: UseDhcpAddressing

Type: REG_DWORD

Data: 0

Key Name: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RemoteAccess\Parameters\Ip\StaticAddressPool\0

Name: From

Type: REG_DWORD

Data: 0xA010101

Name: To

Type: REG_DWORD

Data: 0xA010164