Skip to content

Commit fd0cfcc

Browse files
authored
Reorganize TunnelType section in documentation
1 parent 1157849 commit fd0cfcc

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

docset/winserver2025-ps/NetSecurity/New-NetIPsecRule.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -445,28 +445,6 @@ Accept pipeline input: False
445445
Accept wildcard characters: False
446446
```
447447
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-
470448
### -LocalAddress
471449
Specifies that network packets with matching IP addresses match this rule.
472450
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
907885
Accept wildcard characters: False
908886
```
909887

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+
910907
### -User
911908
Specifies that matching IPsec rules of the indicated user accounts are created.
912909
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

Comments
 (0)