Suricata on Mikrotik(IDS+IPS) = Part 3 - Configuration of the IDS Part
Configuration Disclaimer: this one is only for ubuntu 18.04 and login as root user to be sure In the real environment it is best not to run as root user but for the sake of just testing it I opted to run as root configure the following rules on your mikrotik router: /tool sniffer set streaming-enabled=yes streaming-server=<ip_of_the_server> /tool sniffer set filter-ip-address=<an_example_filter_ip> tool sniffer print ; tool sniffer start ; tool snifer stop Lets Start ... 1. Configure the correct time zone and NTP synchronization systemctl start systemd-timesync systemctl status systemd-timesyncd dpkg-reconfigure tzdat a 2. Add the suricata in the repository add-apt-repository ppa:oisf/suricata-stable 3. Update the package database: ...