@@ -103,14 +103,74 @@ locals {
103103 description = " Allow security gateways to fetch policy"
104104 source_address_prefix = " *"
105105 destination_address_prefix = " *"
106+ },
107+ {
108+ name = " SmartViewLogs"
109+ priority = " 180"
110+ direction = " Inbound"
111+ access = " Allow"
112+ protocol = " Tcp"
113+ source_port_ranges = " *"
114+ destination_port_ranges = " 8211"
115+ description = " Allow Log Server communication"
116+ source_address_prefix = " *"
117+ destination_address_prefix = " *"
118+ },
119+ {
120+ name = " SecureInternalCommunication"
121+ priority = " 190"
122+ direction = " Inbound"
123+ access = " Allow"
124+ protocol = " Tcp"
125+ source_port_ranges = " *"
126+ destination_port_ranges = " 18209"
127+ description = " Allow secured internal communication"
128+ source_address_prefix = " *"
129+ destination_address_prefix = " *"
130+ },
131+ {
132+ name = " AMONApplicationMonitoring"
133+ priority = " 200"
134+ direction = " Inbound"
135+ access = " Allow"
136+ protocol = " Tcp"
137+ source_port_ranges = " *"
138+ destination_port_ranges = " 18192"
139+ description = " Allow inbound AMON application monitoring communication"
140+ source_address_prefix = " *"
141+ destination_address_prefix = " *"
142+ },
143+ {
144+ name = " ICA-push"
145+ priority = " 210"
146+ direction = " Inbound"
147+ access = " Allow"
148+ protocol = " Tcp"
149+ source_port_ranges = " *"
150+ destination_port_ranges = " 18211"
151+ description = " Allow to accept ICA SIC certificate"
152+ source_address_prefix = " *"
153+ destination_address_prefix = " *"
154+ },
155+ {
156+ name = " MGMTStandBySynchronization"
157+ priority = " 220"
158+ direction = " Inbound"
159+ access = " Allow"
160+ protocol = " Tcp"
161+ source_port_ranges = " *"
162+ destination_port_ranges = " 18221"
163+ description = " Allow inbound management HA standby synchronization communication"
164+ source_address_prefix = " *"
165+ destination_address_prefix = " *"
106166 }
107167 ]
108168
109169 // NSG IPv6 security rules (conditional)
110170 nsg_ipv6_rules = var. enable_ipv6 && var. management_GUI_client_network_ipv6 != " " ? [
111171 {
112172 name = " SSH-IPv6"
113- priority = " 200 "
173+ priority = " 240 "
114174 direction = " Inbound"
115175 access = " Allow"
116176 protocol = " Tcp"
@@ -122,7 +182,7 @@ locals {
122182 },
123183 {
124184 name = " GAiA-portal-IPv6"
125- priority = " 210 "
185+ priority = " 250 "
126186 direction = " Inbound"
127187 access = " Allow"
128188 protocol = " Tcp"
@@ -134,7 +194,7 @@ locals {
134194 },
135195 {
136196 name = " SmartConsole-1-IPv6"
137- priority = " 220 "
197+ priority = " 260 "
138198 direction = " Inbound"
139199 access = " Allow"
140200 protocol = " Tcp"
@@ -146,7 +206,7 @@ locals {
146206 },
147207 {
148208 name = " SmartConsole-2-IPv6"
149- priority = " 230 "
209+ priority = " 270 "
150210 direction = " Inbound"
151211 access = " Allow"
152212 protocol = " Tcp"
0 commit comments