first commit

This commit is contained in:
Mateusz Gruszczyński
2026-08-13 15:58:52 +02:00
commit adfdb0b86c
100 changed files with 6216 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Configure RouterOS Packet Sniffer to stream VLAN 100 via TZSP.
# This script DOES NOT start the sniffer. Review first, then run /tool/sniffer/start.
/tool/sniffer/set filter-vlan=100 filter-direction=any filter-stream=yes only-headers=no streaming-enabled=yes streaming-server=172.31.255.2 streaming-port=37008
# Start manually after the container is healthy:
# /tool/sniffer/start
# Stop with:
# /tool/sniffer/stop