Graphic: Set up Windows Firewall rules to allow HEP traffic so anynode can send SIP capture data to the Homer 10 monitoring stack.

Configure Windows Firewall Rules (optional)

If your Windows Firewall already allows HEP traffic from anynode to the Homer 10 monitoring stack, you can skip the following PowerShell commands.

Run PowerShell as Administrator

New-NetFirewallRule -DisplayName "Homer HEP TCP" -Direction Inbound -Protocol TCP -LocalPort 9061 -Action Allow

New-NetFirewallRule -DisplayName "Homer UI" -Direction Inbound -Protocol TCP -LocalPort 9080 -Action AllowNew-NetFirewallRule -DisplayName "Grafana" -Direction Inbound

-Protocol TCP -LocalPort 3000 -Action Allow