Skip to content

Instantly share code, notes, and snippets.

@nidr0x
Created April 27, 2018 11:27
Show Gist options
  • Save nidr0x/00d47c75b28e8492b5b936ff02b0a4d6 to your computer and use it in GitHub Desktop.
Save nidr0x/00d47c75b28e8492b5b936ff02b0a4d6 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