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.
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 do not 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
+
448
470
### -LocalAddress
449
471
Specifies that network packets with matching IP addresses match this rule.
450
472
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.
0 commit comments