We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2d8cec + 75036fb commit 076f6feCopy full SHA for 076f6fe
articles/operator-insights/set-up-ingestion-agent.md
@@ -143,6 +143,14 @@ Repeat these steps for each VM onto which you want to install the agent.
143
- Port 36001/TCP inbound from the MCCs
144
- Port 443/TCP outbound to Azure
145
146
+ You can configure the inbound rule 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
+ sudo firewall-cmd --reload
152
153
+
154
---
155
156
## Ensure that VM can resolve Microsoft hostnames
0 commit comments