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: aws/templates/gwlb-asg/gwlb-master.yaml
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ Metadata:
49
49
- GatewayMaintenancePasswordHash
50
50
- GatewaySICKey
51
51
- ControlGatewayOverPrivateOrPublicAddress
52
+
- IPMode
52
53
- AllocatePublicAddress
53
-
- EnableIPv6Traffic
54
54
- CloudWatch
55
55
- GatewayBootstrapScript
56
56
- Label:
@@ -82,6 +82,8 @@ Metadata:
82
82
default: Auto Scaling Group Public Subnet 4
83
83
KeyName:
84
84
default: Key name
85
+
IPMode:
86
+
default: IP Configuration Mode
85
87
EnableVolumeEncryption:
86
88
default: Enable environment volume encryption
87
89
VolumeSize:
@@ -156,8 +158,6 @@ Metadata:
156
158
default: Gateways addresses
157
159
AutoScaleGroupName:
158
160
default: Auto Scale Group name
159
-
EnableIPv6Traffic:
160
-
default: Add support for IPv6 traffic inspection
161
161
Parameters:
162
162
AvailabilityZones:
163
163
Description: List of Availability Zones (AZs) to use for the subnets in the VPC. Select at least two.
@@ -553,6 +553,9 @@ Parameters:
553
553
- R82-BYOL
554
554
- R82-PAYG-NGTP
555
555
- R82-PAYG-NGTX
556
+
- R82.10-BYOL
557
+
- R82.10-PAYG-NGTP
558
+
- R82.10-PAYG-NGTX
556
559
GatewayPasswordHash:
557
560
Description: Admin user's password hash (use command "openssl passwd -6 PASSWORD" to get the PASSWORD's hash). (optional)
558
561
Type: String
@@ -585,13 +588,13 @@ Parameters:
585
588
AllowedValues:
586
589
- true
587
590
- false
588
-
EnableIPv6Traffic:
589
-
Description: Enables inspection of IPv6 traffic encapsulated within IPv4 Geneve tunnels, ensuring proper handling of IPv6 traffic on IPv4 autoscale gateways (supported on version R81.20 with JHF 99 and above).
591
+
IPMode:
592
+
Description: Specifies the IP mode for inspection of traffic encapsulation in IPv4 Geneve headers. When set to DualStack, both IPv4 and IPv6 traffic are inspected. For supported versions and Jumbo Hotfix requirements, refer to the admin guide.
590
593
Type: String
591
-
Default: false
592
594
AllowedValues:
593
-
- true
594
-
- false
595
+
- IPv4
596
+
- DualStack
597
+
Default: IPv4
595
598
CloudWatch:
596
599
Description: Report Check Point specific CloudWatch metrics.
597
600
Type: String
@@ -736,6 +739,8 @@ Parameters:
736
739
- R81.20-PAYG
737
740
- R82-BYOL
738
741
- R82-PAYG
742
+
- R82.10-BYOL
743
+
- R82.10-PAYG
739
744
ManagementPasswordHash:
740
745
Description: Admin user's password hash (use command "openssl passwd -6 PASSWORD" to get the PASSWORD's hash). (optional)
Copy file name to clipboardExpand all lines: aws/templates/gwlb-asg/gwlb.yaml
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Metadata:
45
45
- GatewaySICKey
46
46
- ControlGatewayOverPrivateOrPublicAddress
47
47
- AllocatePublicAddress
48
-
- EnableIPv6Traffic
48
+
- IPMode
49
49
- CloudWatch
50
50
- GatewayBootstrapScript
51
51
- Label:
@@ -67,6 +67,8 @@ Metadata:
67
67
default: Gateways subnets
68
68
KeyName:
69
69
default: Key name
70
+
IPMode:
71
+
default: IP Configuration Mode
70
72
EnableVolumeEncryption:
71
73
default: Enable environment volume encryption
72
74
VolumeSize:
@@ -141,8 +143,6 @@ Metadata:
141
143
default: Gateways addresses
142
144
AutoScaleGroupName:
143
145
default: Auto Scale Group name
144
-
EnableIPv6Traffic:
145
-
default: Add support for IPv6 traffic inspection
146
146
Parameters:
147
147
VPC:
148
148
Description: Select an existing VPC.
@@ -503,6 +503,9 @@ Parameters:
503
503
- R82-BYOL
504
504
- R82-PAYG-NGTP
505
505
- R82-PAYG-NGTX
506
+
- R82.10-BYOL
507
+
- R82.10-PAYG-NGTP
508
+
- R82.10-PAYG-NGTX
506
509
GatewayPasswordHash:
507
510
Description: Admin user's password hash (use command "openssl passwd -6 PASSWORD" to get the PASSWORD's hash). (optional)
508
511
Type: String
@@ -542,13 +545,13 @@ Parameters:
542
545
AllowedValues:
543
546
- true
544
547
- false
545
-
EnableIPv6Traffic:
546
-
Description: Enables inspection of IPv6 traffic encapsulated within IPv4 Geneve tunnels, ensuring proper handling of IPv6 traffic on IPv4 autoscale gateways (supported on version R81.20 with JHF 99 and above).
548
+
IPMode:
549
+
Description: Specifies the IP mode for inspection of traffic encapsulation in IPv4 Geneve headers. When set to DualStack, both IPv4 and IPv6 traffic are inspected. For supported versions and Jumbo Hotfix requirements, refer to the admin guide.
547
550
Type: String
548
-
Default: false
549
551
AllowedValues:
550
-
- true
551
-
- false
552
+
- IPv4
553
+
- DualStack
554
+
Default: IPv4
552
555
GatewayBootstrapScript:
553
556
Description: An optional script with semicolon (;) separated commands to run on the initial boot. (optional)
554
557
Type: String
@@ -686,6 +689,8 @@ Parameters:
686
689
- R81.20-PAYG
687
690
- R82-BYOL
688
691
- R82-PAYG
692
+
- R82.10-BYOL
693
+
- R82.10-PAYG
689
694
ManagementPasswordHash:
690
695
Description: Admin user's password hash (use command "openssl passwd -6 PASSWORD" to get the PASSWORD's hash). (optional)
691
696
Type: String
@@ -718,24 +723,23 @@ Parameters:
718
723
Description: Allow gateways only from this network to communicate with the Security Management Server.
0 commit comments