Skip to content

Commit 076f6fe

Browse files
Merge pull request #269288 from rcdun/nickb/aoi-clarify-firewall-commands
Add instruction for setting inbound firewall config.
2 parents f2d8cec + 75036fb commit 076f6fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/operator-insights/set-up-ingestion-agent.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@ Repeat these steps for each VM onto which you want to install the agent.
143143
- Port 36001/TCP inbound from the MCCs
144144
- Port 443/TCP outbound to Azure
145145
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+
146154
---
147155
148156
## Ensure that VM can resolve Microsoft hostnames

0 commit comments

Comments
 (0)