Hi,
I have enabled the scan port protection on my RUT230 router, like following:
root@Teltonika-RUT230:~# cat /etc/config/portscan
config port_scan
option seconds '10'
option hitcount '20'
option enable '1'
config defending
option syn_fin '1'
option syn_rst '1'
option x_max '1'
option null_flags '1
But I need to check that this is actually working, that the router knows is been scanned.
Is there any log or somenting similar where I can check it? Is there any alarm that can be configured for this purpose?
Thanks