You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifies that matching IPsec rules of the indicated tunnel type are created.
890
+
This parameter specifies which tunnel type to negotiate.
891
+
The acceptable value for this parameter is: PointToSite.
892
+
- PointToSite: Indicates that the IPsec rule applies only to point-to-site tunnels, typically used for connecting an individual client to a network.
893
+
The default value is PointToSite. This setting is very advanced and should only be modified for specific interoperability or security scenarios. Overriding this parameter incorrectly may result in rules not applying as intended, potentially leaving traffic unprotected. Windows versions prior to Windows Server 2025 do not support explicit tunnel type configuration.
894
+
```yaml
895
+
Type: TunnelType
896
+
Parameter Sets: (All)
897
+
Aliases:
898
+
Accepted values: PointToSite
899
+
900
+
Required: False
901
+
Position: Named
902
+
Default value: PointToSite
903
+
Accept pipeline input: False
904
+
Accept wildcard characters: False
905
+
```
906
+
888
907
### -User
889
908
Specifies that matching IPsec rules of the indicated user accounts are created.
890
909
This parameter specifies that only network packets that are authenticated as incoming from or outgoing to a user identified in the list of user accounts match this rule.
0 commit comments