Skip to content

Commit 1dc8beb

Browse files
authored
Merge pull request #287444 from fabferri/vWANmultipoolAddr
better use case with multiple groups
2 parents 66db69e + 0d0af4f commit 1dc8beb

File tree

7 files changed

+13
-2
lines changed

7 files changed

+13
-2
lines changed
-84.4 KB
Loading
-66.9 KB
Loading
-58.6 KB
Loading
-129 KB
Loading
-116 KB
Loading
-168 KB
Loading

articles/virtual-wan/user-groups-create.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,18 @@ For Network Policy Server (NPS) vendor-specific attributes configuration informa
6060

6161
### Certificates
6262

63-
To generate self-signed certificates, see [Generate and export certificates for User VPN P2S connections: PowerShell](certificates-point-to-site.md). To generate a certificate with a specific Common Name, change the **Subject** parameter to the appropriate value (example, [email protected]) when running the `New-SelfSignedCertificate` PowerShell command.
63+
To generate self-signed certificates, see [Generate and export certificates for User VPN P2S connections: PowerShell](certificates-point-to-site.md). To generate a certificate with a specific Common Name, change the **Subject** parameter to the appropriate value (example, [email protected]) when running the `New-SelfSignedCertificate` PowerShell command. For example, you can generate certificates with the following **Subject**:
64+
65+
| **Digital certificate field** | Value | description |
66+
|---|---|--|
67+
| **Subject**| CN= [email protected]| digital certificate for Marketing department|
68+
| **Subject**| CN= [email protected]| digital certificate for Sale department|
69+
| **Subject**| CN= [email protected]| digital certificate for Engineering department|
70+
| **Subject**| CN= [email protected]| digital certificate for Finance department|
71+
72+
> [!NOTE]
73+
> The multiple address pool feature with digital certificate authentication applies to a specific user group based on the **Subject** field. The selection criteria do not work with Subject Alternative Name (SAN) certificates.
74+
6475

6576
## Step 3: Create a user group
6677

@@ -121,7 +132,7 @@ Use the following steps to create a user group.
121132

122133
:::image type="content" source="./media/user-groups-create/select-groups.png" alt-text="Screenshot of Edit User VPN gateway page with groups selected." lightbox="./media/user-groups-create/select-groups.png":::
123134

124-
1. For **Address Pools**, select **Configure** to open the **Specify Address Pools** page. On this page, associate new address pools with this configuration. Users who are members of groups associated to this configuration will be assigned IP addresses from the specified pools. Based on the number of **Gateway Scale Units** associated to the gateway, you might need to specify more than one address pool. Address pools can't be smaller than /24. For example you can't assign a range of /25 or /26 if you want to have a smaller address pool range for the usergroups. The minimum prefix is /24. Select **Add** and **Okay** to save your address pools.
135+
1. For **Address Pools**, select **Configure** to open the **Specify Address Pools** page. On this page, associate new address pools with this configuration. Users who are members of groups associated to this configuration will be assigned IP addresses from the specified pools. Based on the number of **Gateway Scale Units** associated to the gateway, you might need to specify more than one address pool. Address pools can't be smaller than /24. For example you can't assign a range of /25 or /26 if you want to have a smaller address pool range for the user groups. The minimum prefix is /24. Select **Add** and **Okay** to save your address pools.
125136

126137
:::image type="content" source="./media/user-groups-create/address-pools.png" alt-text="Screenshot of Specify Address Pools page." lightbox="./media/user-groups-create/address-pools.png":::
127138

0 commit comments

Comments
 (0)