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
Copy file name to clipboardExpand all lines: docset/winserver2025-ps/NetSecurity/New-NetIPsecRule.md
+19-22Lines changed: 19 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,28 +445,6 @@ Accept pipeline input: False
445
445
Accept wildcard characters: False
446
446
```
447
447
448
-
### -TunnelType
449
-
Specifies that matching IPsec rules of the indicated tunnel type are created.
450
-
This parameter specifies which tunnel type to negotiate.
451
-
The acceptable value for this parameter is: PointToSite.
452
-
453
-
- PointToSite: Indicates that the IPsec rule applies only to point-to-site tunnels, typically used for connecting an individual client to a network.
454
-
455
-
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 don't support explicit tunnel type configuration.
456
-
457
-
```yaml
458
-
Type: TunnelType
459
-
Parameter Sets: (All)
460
-
Aliases:
461
-
Accepted values: PointToSite
462
-
463
-
Required: False
464
-
Position: Named
465
-
Default value: PointToSite
466
-
Accept pipeline input: False
467
-
Accept wildcard characters: False
468
-
```
469
-
470
448
### -LocalAddress
471
449
Specifies that network packets with matching IP addresses match this rule.
472
450
This parameter value is the first end point of an IPsec rule and specifies the computers that are subject to the requirements of this rule.
@@ -907,6 +885,25 @@ Accept pipeline input: False
907
885
Accept wildcard characters: False
908
886
```
909
887
888
+
### -TunnelType
889
+
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
+
910
907
### -User
911
908
Specifies that matching IPsec rules of the indicated user accounts are created.
912
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