Unicon documentation migration is in progress. You might find some broken links or experience minor issues in the documentation. We are working on resolving these issues.

X

Integrated VPN

For the Scout Cloud Gateway, OpenVPN is operated in routing mode (TUN device). This operating mode is recommended as the more efficient method: The VPN operates in layer 3 carrying only IP packets, which reduces bandwidth load.

For each connected device, one IP address is required (subnet topology)(1- from SCG 1 2209).

For a given number of devices to be managed, determine the required subnet mask that filters your IP address (VPN range). In Configuration > Gateways, for your instance, enter the subnet mask in dotted decimal notation.

Examples:

Subnet mask/CIDR Subnet mask/dot-decimal Max. number IP addresses
/27 255.255.255.224 30
/26 255.255.255.192 62
/25 255.255.255.128 126
/24 255.255.255.0 254
/23 255.255.254.0 510
/22 255.255.252.0 1022

The maximum number of available IP addresses corresponds to the maximum number of devices that can be connected.

The device manages the leases itself and acts like a miniature DHCP server. One lease ist valid for 10 minutes.

In earlier versions, (2 - < SCG 1 2209) the net30 OpenVPN topology is used and the OP address range must be large enough to provide each device with four IP addresses. Each device receives its own network with four IP addresses (network, broadcast, virtual IP and client IP) and with a /30 subnet mask.

Note:

In current eLux versions, OpenVPN in version 2.4.7 is used.

Integrated VPN