Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save defp/a037c740837618c46ddbf2a230facc3c to your computer and use it in GitHub Desktop.
Save defp/a037c740837618c46ddbf2a230facc3c to your computer and use it in GitHub Desktop.
netsh advfirewall firewall add rule name="Open Zabbix agentd port 10050 inbound" dir=in action=allow protocol=TCP localport=10050
netsh advfirewall firewall add rule name="Open Zabbix agentd port 10050 outbound" dir=out action=allow protocol=TCP localport=10050
netsh advfirewall firewall add rule name="Open Zabbix trapper port 10051 inbound" dir=in action=allow protocol=TCP localport=10051
netsh advfirewall firewall add rule name="Open Zabbix trapper port 10051 outbound" dir=out action=allow protocol=TCP localport=10051
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment