File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
articles/operator-insights Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,19 @@ Repeat these steps for each VM onto which you want to install the agent.
143
143
- Port 36001/TCP inbound from the MCCs
144
144
- Port 443/TCP outbound to Azure
145
145
146
+ You can configure this with:
147
+ ```
148
+ sudo firewall-cmd --permanent --new-service=mcc-connection
149
+ sudo firewall-cmd --permanent --service=mcc-connection --add-port=36001/tcp
150
+ sudo firewall-cmd --add-service=mcc-connection --permanent
151
+
152
+ sudo firewall-cmd --permanent --new-service=azure-connection
153
+ sudo firewall-cmd --permanent --service=azure-connection --add-port=443/tcp
154
+ sudo firewall-cmd --add-service=azure-connection --permanent
155
+
156
+ sudo firewall-cmd --reload
157
+ ```
158
+
146
159
---
147
160
148
161
## Ensure that VM can resolve Microsoft hostnames
You can’t perform that action at this time.
0 commit comments